My Development Setup

Search for a command to run...

No comments yet. Be the first to comment.
I'm a big fan of a table of contents (ToC) on the side of a blog post page, especially if it is a long article. It helps me gauge the article's length and allows me to navigate between the sections quickly. In this article, I will show you how to cre...

This year I launched a free eBook with 27 helpful tips for Vue developers for subscribers of my weekly Vue newsletter. For marketing purposes, I showed a popup on the landing page of my portfolio page each time a user visited my site. I was aware tha...

My portfolio website is built with Nuxt 3 and Nuxt Content v2. An RSS feed with my latest five blog posts is available here. In this article, you'll learn how to add an RSS feed to your Nuxt website. Setup First, let's create a new Nuxt 3 project. As...

title: How to Create a Custom Code Block With Nuxt Content v2 published: true date: tags: nuxt, vue, nuxtjs, vuejs, webdev canonical_url: https://www.mokkapps.de/blog/how-to-create-a-custom-code-block-with-nuxt-content-v2/ cover_image: https://dev-t...

Code blocks are essential for blogs about software development. In this article, I want to show you how can define a custom code block component in Nuxt Content v2 with the following features: Custom styling for code blocks inside Markdown files Sho...

In the past, I stumbled upon many interesting tools by investigating the development setups of other developers. Therefore, I thought I could also present you my setup.
I change up things sometimes, so this page will serve as a living document and a place to point curious developers to when I get asked.
Visual Studio Code as editor
Hyper as terminal including Oh My Zsh with avit theme and Roboto Mono for Powerline as font
Firefox as my main browser
Boostnote as my note-taking app. It is focused on markdown, snippets, and customization.
Trello as my project management tool
Any.do to manage my tasks across devices
Enpass for password management
Franz as messaging app
Spotify for music streaming
I am using a MacBook Pro (Retina, 13-inch, Early 2015) for development and a custom-built desktop PC for gaming.
Originally published at www.mokkapps.de.