Introducing brag-cli: Track Your Wins and Own Your Career
Introducing brag-cli: an open-source Go CLI that tracks professional achievements and generates AI-powered performance review narratives.
Enabling Logs Query in Mongodb using Go
Learn how to enable and customize query logs in the official MongoDB Go driver. Great for debugging queries in Golang applications.
List of apps I use every day - Version 2023
The apps I use daily as a software developer: productivity tools, communication, development environment, and personal organization.
Highlights in a Technical Interview for Junior Candidates
Practical tips for standing out in a technical interview for junior developer roles: what recruiters value beyond the code itself.
Performing Benchmark Tests in Go
Learn how to write and run benchmarks in Go using the testing package. Compare performance of different implementations with accurate results.
Installing Portainer
How to install and configure Portainer to manage Docker containers through a web UI. Step-by-step guide for developers and DevOps engineers.
Yet Another MongoDB Golang Tutorial
A complete MongoDB tutorial with Go using the official driver. Learn to connect, insert, query, and manipulate data in MongoDB with Golang.