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 Merge Conflicts in Git

    When you’re coding with other people on a team, you typically work on different sections of a codebase. You’ll focus on one feature, and your coworker or teammate will focus on another feature. This is why Git is a really useful tool—because Git allows people to work in what are called branches. You can work…

    Read More

  • What Is Memory Management and Why It’s Crucial in Programming

    Memory management is a crucial topic in software development, and that’s because it deals with how your program stores and retrieves data. We don’t have unlimited storage space or unlimited time, so we need to be careful about how we handle these things in our programs to ensure they run optimally and efficiently. When I…

    Read More

  • Struggling To Come Up With a Coding Project? Try This Strategy!

    In my last video, I talked about six steps on how to plan your Capstone coding project. If you don’t know what a Capstone project is, it’s just a term that I took from my university to describe a final project that we would do at the end of our semesters to showcase all the…

    Read More