How I built a zero-backend, browser-only tool that bundles npm packages (and all deps) into a single offline archive you can trust.
Blog
Technical articles, tutorials, and insights on software engineering, development practices, and technology.
All Blog Posts
A proof-of-concept project that distills video content into concise summaries using AI.
A fresh start for my personal website and blog.
A solution to improve the Linux installation experience for Cursor, an AI-powered code editor. This article introduces a one-command installation script that handles system integration, desktop environment compatibility and automatic updates.
Freie Lernzettel für die AP2-Prüfung Fachinformatiker Daten- und Prozessanalyse (FiDuP). Enthält alle prüfungsrelevanten Themen, basierend auf dem Erwartungshorizont Winter 2024/25. Mit diesen Materialien habe ich eine Abschlussnote von 1,4 erreicht. Kostenlos, modular, Open Source.
How Service Workers and AI can eliminate DuckDuckGo Bangs latency. Analyzes the performance issues of server-side redirects, presents client-side solutions and explains how AI enables intelligent, context-aware search routing. Includes a proof-of-concept (Routr) and outlook on personalized search.
Why boring does not mean bad in software engineering
A data-driven approach to picking between ChatGPT Plus and T3.chat. Shows how Python usage analysis can validate tool decisions, avoid guesswork and align choices with real workflow patterns.
How micro-apps automate unfixable workflow fragments in rigid environments. Explains the philosophy, practical use cases and cultural patterns for building tactical tools that optimize developer productivity without platform rewrites.
A practical guide for software engineers to prompt LLMs effectively. Covers context, constraints, model selection and iterative workflows to get better results and integrate AI into real engineering practice.
Why Git's identity model is insecure, how easy commit spoofing is and how to fix it with commit signing. Explains the risks, demonstrates real-world spoofing and provides a step-by-step solution for securing your commits.