Hey, Hello!
Here you will find tutorials and blog posts related to all technical stuff that I wish existed when I started or when I was looking for it. I hope you have fun and enjoy the read.
A practical guide to what Cursor AI is, how it works inside your editor, and when it actually helps you ship code faster. 💪
Cursor AI is an AI powered code editor built on top of VS Code. This guide explains what Cursor is, how developers use it in real projects, and whether it is worth switching for modern workflows like Next.js development.
Learn how to self host your Next.js app
Next.js is a wonderful frontend framework to create web applications. If you want to deploy your app and make it publicly available, you can self host it on your own servers. I will show you how this works.
Mini Tutorial on how to add Linux users and give passwordless sudo superpower. 💪
If, like me, you only need to create new users on Linux systems every now and then, this little tutorial with examples will be helpful to you from time to time.
Learn how to Set Up and use Cronjobs with crontabs on Linux systems.
Cron jobs can be used to automate processes on Unix and Linux systems and execute them recurrently at a specific time.
Learn how to upload files using the react JavaScript Framework
If you are creating web apps and tools, you come to a point where you need to upload a file from users browser to an server. In this little tutorial, you will learn how to upload files using the react JavaScript Framework. I show you how to select the file, process it and upload it to an remote server.
Practical Git basics, daily workflow, undo patterns, and a compact cheat sheet
Learn Git fast with a practical workflow, key commands, undo patterns, and a compact cheat sheet for daily work, including branches and remotes.