|
My name is Jack Lot Raghav, I'm a tech industry professional (ex Amazon) & growing YouTuber (40k @themoderncoder) building an online business (LearnGit.io). In this newsletter, I'll be sharing insights and stories.
I'm Jack, creator of LearnGit.io, and The Modern Coder is my online moniker. If these general interest newsletters aren't your thing, feel free to mute them in the footer. Novice or professional, we all use version control everyday. So whether it's during your first year of software development, or your 10th, letting curiosity get the better of you and opening up the .git/ folder to see what Git's doing in there feels like a rite of passage. For me this curisoity didn't come until recently,...
Over the past few months, I've been digesting what AI and these new LLM-powered coding tools, like Claude Code, might mean for the future of software engineering. This probably isn't an original thought, but here's my theory. Every few decades, computing adds a new abstraction layer that makes the previous one less critical to understand. Think about the progression thus far: Raw silicon gave way to binary. Binary gave way to assembly. Assembly gave way to BASIC. BASIC gave way to C/C++....
Collaboration is an essential part of software development — whether with a small team, or a global community in the open-source space. Apologies in advance to the non-technical subset of this audience because this month I want to share some tips & insights that have helped me feel confident navigating the world of open-source. Git hosting services Open-source projects can have hundreds of contributors from around the world, and are typically hosted on platforms like GitHub or GitLab. These...