Golang Flexible Repository Pattern
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...
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...
When building a solution related to RPC calls between frontend and backend, developers need to consider handling errors due to unreliable networking or becau...
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...
This post will go through most of scenarios of how to satisfy the requirement of unit tests and example of test cases that are considered as important.
👋