my blog.
Open Source is Not That Scary
I always wanted to contribute to open-source projects but was scared to take the leap. Here's how I got started by fixing a simple warning in a Go project, and what I learned from the experience.
December 6, 2024
Learning by Doing: Implementing Redis Caching in a Real Project
I added Redis caching to an older project to optimize performance, reduce database load, and store the most popular posts for 24 hours. It’s a strategy used by many big companies, and here's what I learned!
November 21, 2024
Building a Concurrent File Explorer with Go
A real-world project where I created a file explorer using Go, leveraging concurrency to improve search performance in large file systems.
October 16, 2024