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

  • Why Your C Functions Aren’t Updating Your Variables (And How to Fix It)

    Functions are critical for any C program. We have the main function where the program starts, and then we have different functions to do different types of operations. Whenever we want to do those different types of operations, we can just call a function. Functions are useful because you can pass a variable to them,…

    Read More

  • How to Debug Segmentation Faults in C: 3 Common Causes and How to Fix Them

    When my friends and I were first learning how to code in C, we actually liked compiler warnings and compile errors. That might sound strange, but when we got a warning or compile error, it usually gave us an idea of what was wrong with our code. We knew where to start looking. The error…

    Read More

  • Why I Think You Should Learn C Before Python

    Something that I always tell aspiring programmers is that they should learn C first before learning Python. And I know that goes contrary to a lot of conventional wisdom. A lot of people who are trying to learn how to program are told to learn Python first because Python can help them build some cool…

    Read More