My Attempt Creating Dynamic Title Using React
In this post, I’ll share my journey of implementing dynamic page titles in a Next.js application, including the challenges I faced and the solutions I discov...
In this post, I’ll share my journey of implementing dynamic page titles in a Next.js application, including the challenges I faced and the solutions I discov...
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.