Articles

December 6, 2023

Enums in TypeScript

What are enums in TypeScript and how do you use them? Learn the basics of enums and some common use cases.

Read more
October 13, 2023

How To Use The Peer Class In Tailwind

Learn how to use the peer class in Tailwind to style an element based on the state of a sibling element. You will also see a CodePen with a real world example.

Read more
December 4, 2022

Build a Personal Website With Astro and Tailwind

Astro and Tailwind is the perfect tools to use when building your own personal website. You get an awesome developer experience and high performance at the same time.

Read more
February 6, 2022

An Introduction To NextJS

In this article I will give you an introduction to NextJS. What is NextJS and what problems does it solve? Learn about the React framework for production.

Read more
January 31, 2022

Finding the Right Mindset as a Junior Developer

Being a junior developer can be confusing. There are so many things to learn. In this article I give some insights on what mindset you should have going forward.

Read more
January 5, 2022

How To Lazy Load React Components With react-lazyload

Lazy loading components and images are more crucial to performance than ever. Learn how you can achieve great improvements with little effort in this short walkthrough.

Read more
March 14, 2021

How To Work With Meta Data in Nuxt

Meta data is an essential part of your website. Learn what meta data is how you can work with it in a Nuxt application. We also take a sneak peak at the useMeta helper coming in Nuxt 3.

Read more
February 11, 2021

Understanding Vue Shorthand Syntax

Understand when and how to use the Vue shorthand syntax for v-bind, v-on and v-slot directives. A handy helper to avoid repetitive code.

Read more
January 22, 2021

Working With Nuxt and Vuex

In this article I will show you how to get started with Vuex in a Nuxt application and how to use the store in your components and pages.

Read more
November 16, 2020

What Is a Component Library

In this article I will explain what a component library is and why you should use one. It also covers common concepts and misunderstandings.

Read more
October 27, 2020

How To Configure Axios in a Nuxt Application

Learn how to make your code cleaner and how to improve your developer experience when working with axios in a Nuxt application.

Read more
October 20, 2020

Thoughts on Pair Programming

My team recently had an acitivity were we separately read an article about pair programming and later had a sessions where we shared reflections and thoughts. We agreed on a list of things we wanted to try out. This is my reflections on this event.

Read more
September 26, 2020

Being a Silent Learner

I think the best way to learn things is to teach. Despite that, I'm not very good at teaching in public. To share my own experiences and learnings along the way. This post acts as my starting point to enable that.

Read more
September 10, 2020

5 Success Factors as a Junior Developer

During the last couple of years I've been working with different developers and many of them on a quite junior level. I’ve found some factors and behaviours that I think all junior developers would benefit from practicing.

Read more
November 26, 2019

Code Camp for Kids

This weekend I was part of hosting a packed day of coding, playing and laughing. The company I work for, hosted a code camp for kids where 25 kids in the ages 7-11 came to learn the basics of programming.

Read more