Understanding Concurrency in Go and building a Concurrent File DownloaderWhy build a Concurrent File Downloader? A file downloader is a simple application that allows you to download files over the Internet. Why bring concurrency into it? Let me tell you about the benefits: Concurrency allows multiple downloads to happen...Sep 17, 2023·11 min read·724
Git workflow guideThroughout this blog, I'll be taking you through a general git workflow. I thought of writing up a blog since I seem to forget common commands pretty often and this would then also serve as a reminder for me. Throughout this blog, we'll work with Edd...Nov 2, 2022·5 min read·146
How to get started with K8s contributionsYou're looking at the K8's repo (short for Kubernetes) and nothing makes sense to you. There are all these different folders and files. You visit the Issues page and see all the different labels and you have no idea what it all means. Let me tell you...Sep 27, 2022·7 min read·1.1K