Welcome to my playground. Here you will find stories, inspiration, code and unfiltered thoughts.
I'm a Senior Frontend Developer working at Digitalent in Stockholm, Sweden.
I'm currently spending most of my time within the Vue and Nuxt ecosystem.
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.
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.
In this article I will explain what a component library is and why you should use one. It also covers common concepts and misunderstandings.
Learn how to make your code cleaner and how to improve your developer experience when working with axios in a Nuxt application.