Git Internals 101: The Fundamentals of Git's Internal Architecture (Part 3 of 3)Apr 11, 2023·5 min read
How to build a CLI App to track IP Address in GoThe command-line interface, or the CLI, is a powerful tool for interacting with the computer. It allows us to quickly and easily run commands, manipulate files, and automate tasks. In this blog, we'll be building an IP Address tracker in Golang using...Apr 11, 2023·7 min read
Here's how you set up Dev Environment for Open Source Projects in seconds!Using Gitpod you can fire up fresh new automated Dev Environments in the cloud in seconds.Oct 2, 2022·3 min read
How to Optimize your CodeWhat is Optimization? Before going into details, it makes sense to ask what is Optimization? Let's understand this through an example. Let's say you have a hundred heavy bricks down in your driveway, that need to be moved in to the back yard. The w...Sep 29, 2022·4 min read
Developer Tools that make my Life easierDev tools play a huge role in my daily workflow as a student. I thought sharing my appreciation for the tools was a nice gesture to the creators/maintainers, and hopefully help other developers find new, awesome tools to improve their workflows. Noti...Sep 28, 2022·6 min read
5 Essential Cryptography concepts ExplainedWhat is Cryptography? Cryptography is the science of creating secrets. The word Cryptography comes from the word crypto and graphy roughly translating to secret writing. In order to make information secret, you use a cipher, an algorithm that convert...Sep 27, 2022·6 min read
My first Tech Event ExperienceA while ago I attended my first tech event. In this article, I'll talk about what I learned, what to expect, and how to prepare to have a great time! If you've ever thought about attending a conference, meetup, or workshop or you're signed up to atte...Sep 26, 2022·4 min read
Evolution of Software DevelopmentHere's a question:How did we go from room-sized calculators to attempting to create human intelligence using 1s and 0s? Let's Rewind... Before Common Era The story of software development starts all the way back in ancient Egypt in 2700 BCE, whe...Sep 25, 2022·4 min read