I'm a big fan of a table of contents (ToC) on the side of a blog post page, especially if it is a...
This year I launched a free eBook with 27 helpful tips for Vue developers for subscribers of my...
A weekly Vue newsletter that provides high-quality tips and curated content that help you to become a...
My portfolio website is built with Nuxt 3 and Nuxt Content v2. An RSS feed with my latest five blog...
Code blocks are essential for blogs about software development. In this article, I want to show you...
I prefer simple Markdown files as the content source for my blog posts. In this article, I want to...
Typically, a user needs to process multiple pages or steps to finish his journey, such as submitting...
I am currently rewriting my portfolio website with Nuxt 3 which is still in beta. In this article, I...
Recently, I planned to rewrite my “Scrum Daily Standup Picker” Electron application in Vue 3. I wrote...
Inspired by Braydon Coyer’s new blogfolio, I’ve added some excellent new features to my portfolio...
In this article, I will demonstrate to you how I built a simple serverless Node.js function on AWS...
Storybook is my tool of choice for UI component documentation. Vue.js is very well supported in the...
Vue 3 introduced the Composition API to provide a better way to collocate code related to the same...
This article summarizes a list of Vue.js interview questions that I would ask candidates and that I...
I have professional experience with the three big players in web development: Angular, Vue.js and...
In March 2021 I started to use FeedHive to help me grow an audience on Twitter. Recently, I wanted to...
As a developer you know that situation: the code worked like a charm and suddenly there is a bug but...
This article summarizes a list of React interview questions that I would ask candidates and that I...
The twelve-factor app is a known methodology for building software-as-a-service apps. One factor...
Recently I recognized that some SaaS (Software as a Service) products use AWS Amplify which helps...
I recently joined a project where the team used two separate Git repositories for their web...
Photo by Ferenc Almasi on Unsplash React is known for its performance by using the Virtual DOM...
On my main domain mokkapps.de I have deployed my private portfolio website. For different use cases,...
This article summarizes a list of Angular interview questions which I would ask candidates and that I...
For me, it is important to see analytics about my portfolio website. This way, I can see which posts...
It is important to monitor an application’s metrics and health which helps us to improve performance,...
Creating a changelog is a usual task if a new software version is going to be released. It contains...
On Hacker News I discovered the article Building a self-updating profile README for GitHub. I was...
In my current project my colleague Michael Seifert introduced property based testing in our Python...
If you are developing the backend and frontend part of an application you know that it can be tricky...