Recent posts

Golang Flexible Repository Pattern

2 minute read

This post will focus on how to work with a flexible repository pattern in Go, focusing on a practical implementation using a Prepare method that can handle b...

Golang Error Handling And Beyond

2 minute read

There are a lot of things that need to be clarified about how developers handle errors. Golang programmers, in particular, think this is the best way to do i...