I am enjoying using Wails, a Go UI framework which allows you to build desktop applications using Go & Web Technologies. So I thought it would be...
I really like using Fiber but sometimes have to find solutions for problems that could be solved in a somewhat straightforward way using other...
Fiber is an express-inspired framework for Go. It uses fasthttp under the hood and has support for many features like middleware, JSON, and template...
Recently, I found a cool Go utility named in that allows you to run a command in a directory you specify. When you run the in command with a directory...
Recently, I wanted to find ways to clone a Git repository into an in-memory file system for a toy project, as it seems I need a lot of git tools in my...
In this short article, we will see how you can use zefaker to generate 5 million records of random data which can easily be indexed in Elasticsearch...