Blog

Insights into selected projects and roles.

Every now and then I write about topics that concern me or my work. Here is an overview of all articles I have published so far.

Search for articles
Show only:
AI / KI Best Practice DevOps JavaScript Node.js Performance Security Software Development

19 articles available

07/22/2026

How to build your own MCP server in TypeScript in a single afternoon – with a runnable mini example and the lessons I already did differently on my second server.

Read more
AI / KI Software Development
07/08/2026

How MCP servers turn a chat partner into a colleague with real hands – and why every connected server should be a deliberate decision, not a default.

Read more
AI / KI Security Software Development
06/03/2026

Why prompt injection can't be solved with filters, what makes the attack so novel – and how to safely run agents in production anyway.

Read more
AI / KI Security Software Development
02/16/2026

Why vibe coding is great for prototypes but poses a security risk without technical understanding – and why AI should remain a copilot, not an autopilot.

Read more
AI / KI Security Software Development
01/09/2026

How a seemingly legitimate project request nearly led to a local system compromise – and why developers should apply zero trust to unknown repositories.

Read more
Security Software Development
10/21/2025

One year after my first article about AI, I take stock: where it truly supports me – and where it tends to slow me down.

Read more
AI / KI Software Development
08/01/2024

Learn how to implement rate limiting for a typical login form using Express.js and Nginx to protect your application from brute-force attacks and overload.

Read more
Best Practice DevOps Node.js Security Software Development
07/10/2024

Discover the benefits of passwordless authentication, which uses alternative methods like One-Time Passwords (OTPs) and Magic Links to enhance user experience and security. Learn how to implement a passwordless login system with Node.js and Express.

Read more
Node.js Security Software Development
06/08/2024

Why AI should not be seen as a job killer, but as a job enhancer. My thoughts and experiences on current developments.

Read more
AI / KI Software Development
01/04/2024

What is Content Security Policy (CSP) and how can it be used to protect web applications?

Read more
Best Practice Security