Articles in this series
Sometimes, there are certain use cases where you may have to run shell commands through a Golang app. This is where the os/exec package comes in...
One of the best ways to learn a language is via building equivalent Linux commands using the language of your choice. which is my all-time favourite...
Up until now, we've been using the DefaultServeMux, but it's time to wield more control and precision by explicitly using the http.ServeMux. Plus,...
Welcome back to the fifth instalment of our in-depth exploration of creating dynamic web servers using Golang! In this post, we're diving into the...
In the previous blog post, we made our webserver useful for the first time where we printed Hello World instead of 404. Check out previous blog...
Welcome to the exciting third instalment of our journey into creating web servers using Golang. In our previous articles, we covered the basics of...