Grep 101: Search Your Code Like a Senior Dev
How to Search Your Entire Codebase with Grep Say you’re having an issue with your program and it’s having a connection issue. Usually, like we would in a browser or in any other file, we can just do Ctrl+F in our file of choice and type in something like connection. That lets us see where…
Learn Variables the CORRECT Way With This Better Analogy
Variables are the bread and butter of software development. Yet, a fundamental misunderstanding of what they actually are is the reason so many beginners get stuck. I recently came across a post on the r/learnprogramming subreddit that really resonated with me. A student confessed that they had been learning to program for over six months…
What I Wish I Knew About Dev Tools When I Started Coding
Choosing the Right Dev Tools Without Wasting Time As you learn how to code, you will eventually run into a wide variety of development tools. Pretty soon, you start asking yourself questions like: Which dev tools should I use? Which ones actually matter? Which ones will make me better or faster? When I say “dev…

