What Is MCP (Model Context Protocol)?

Introduction AI tools like Claude Code, Cursor, OpenClaw, and Windsurf are quickly becoming part of everyday development workflows. They can write code, deploy infrastructure, automate tasks, and interact with services. But until recently, these tools had a major limitation: they couldn't easily connect to external systems. They couldn't access: databases...

Continue Reading

Your AI agent needs a Password Manager

TL;DR AI agents are starting to deploy code, configure infrastructure, and manage services.To do real work, they need access to credentials like API keys, database passwords, and tokens. Most teams currently solve this badly: pasting secrets into prompts storing them in .env files copying credentials manually A password manager combined...

Continue Reading

Post Mortem: DB Connection Failure in Passwd Production

Date: May 7, 2025Duration: 4h 48m (05:48 โ€“ 10:36 CEST) Summary Between 05:48 and 10:36 on May 7, 2025, the passwd production environment experienced a service disruption due to database connection failures. This affected critical operations such as: Login Subscription checks Metrics reporting As the system encountered repeated DB connection...

Continue Reading

What is a password generator and should I use it?

In todayโ€™s digital world, strong passwords are no longer optional, they're essential. Weak, reused, or predictable passwords are one of the most common ways hackers gain access to accounts. The good news? You donโ€™t have to remember complex strings of characters on your own. A password generator can create ultra-secure,...

Continue Reading

What is a Time-based One-time Password (TOTP)?

A Time-Based One-Time Password (TOTP) is a temporary, unique code generated using the current time as part of the process. Itโ€™s widely used for two-factor authentication (2FA) to add an extra layer of security to online accounts. Why is TOTP important for security? In an era where cyberattacks are common,...

Continue Reading