Want to start learning how to code?

I’ll help you get started in learning how to code without getting stuck in 30 days!

About

Hello! My name is Henrik, programming coach and principal engineer. Thank you for visiting my page!

My first job ever was as an undergraduate teaching fellow (UTF) for the programming classes in my department at UMD. I taught fellow classmates how to program in C. I didn’t realize it back then but those programming classes were the most important classes I took for my career.

Since then, I’ve gotten my masters and worked in software research and development for the past 10+ years.

I am looking forward to sharing my experience and teaching what I know with you 🙂

Contact

Latest Blog & Articles

  • How to AI-Proof Your Coding Career

    AI Will Not Replace Software Engineers, But Code Literacy Will Become More Important It is pretty crazy to see how AI has changed the world, especially in the field of software development. AI is now writing code, verifying code, and helping developers build software faster than ever before. Because of this, many people are asking…

    Read More

  • 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…

    Read More

  • 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…

    Read More