Our Blog
Latest Blog & Articles
Why Good Students Write Bad Code
When I graduated from university, I thought I was a good programmer. After all, I had done everything that a successful computer science student was supposed to do. I aced my programming classes, and I was even given the opportunity to become an undergraduate teaching fellow. I taught discussion sections, held office hours, and helped…
Learn Makefiles in 12 minutes! [Beginner Tutorial]
If you’ve ever worked on a C project with multiple files, you’ve probably run into this problem: You don’t just have one .c file, you have a whole bunch of them. And compiling everything manually with gcc starts to feel messy, repetitive, and honestly… annoying. That’s exactly where Makefiles come in. In this post, I’m…
Why Vibe Coding is Making You Worse
AI Can Write Code… But It Can’t Think Like You Recently at my work, I was coding a GUI in C#. And I thought this was a good time to start using ChatGPT to help me write my code because it got me about 70% of the way there. But what I noticed was it…