-
You Need To Try GitHub Co-Pilot With Golang Now!
As a software engineer, I’m always on the lookout for tools and technologies which can enhance my coding experience. When it comes to AI, we can either embrace it or get left behind. I choose the former. I have been using GitHub Co-Pilot for a few months now while developing a new project at work.…
-
Here’s One Simple Trick… Pass The Logger To Your Context!
As a software engineer, having an effective logging strategy is essential. Logs let us know what’s happening in the code and what’s gone wrong. Without adequate logs, we may not be able to provide an explanation for failures. In Go, logging can be handled in many different ways and there is a variety of packages…
-
Live Reloading Your Golang Apps Made Easy – Here’s How
As a Go developer, the inability to live reload your applications can be frustrating. Unlike many other languages and frameworks, we have to manually rebuild and rerun to see our changes. This undoubtedly has an impact on productivity and needless to say is a tedious process. However, fear not! In this blog post, I will…