Why Your Code Looks Amateur (Even When It Works)
Have you ever finished a coding project where the features worked exactly as intended, but you still weren’t proud of the result? You look at the code and feel that something about it looks “amateurish,” even if you can’t quite put your finger on what would make it professional. When I graduated from university, I…
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…

