My writing is somewhat scattered across the internet. Here are some of my most favorite & interesting pieces of writing grouped by categories.
Go
- A Closer Look at Server Sent Events using Go - Workplace RnD
- Feeding a Hungry Mouse Using Chromedp and Go - Workplace RnD
- How to Design a Transactional Key-value Store in Go - freeCodeCamp
Side-projects
- Some tips to effectively identify what projects to build & why!. - r/developersIndia
- Why it’s OK to abandon your side projects 😉.
Git
Open-Source
- Discovering small FOSS projects for contributing on github. - r/developersIndia Wiki
- One secret tip for first-time OSS contributors. Shh! 🤫 don’t tell anyone else.
Bash
- How I reduced the size of my very first published docker image by 40% - A lesson in dockerizing shell scripts
- How to Build Your Own Linux Dotfiles Manager from Scratch - freeCodeCamp