A photo of Maximilian Schwarzmüller

Maximilian Schwarzmüller

My articles & thoughts

I write articles and share my thoughts about all kinds of things - mostly related to software development, devops and more.

RSS Feed

  1. Making Sense of Google's A2A Protocol

    Making Sense of Google's A2A Protocol

    Google's new A2A (Agent-to-Agent) Protocol aims to standardize how different AI agents communicate. But which problems does it solve? How does it relate to MCP (model context protocol)? And is it all just hype?

    Read more

  2. Server-sent Events (SSE): The Champion Nobody Knows

    Server-sent Events (SSE): The Champion Nobody Knows

    You might not need WebSockets! Server-Sent Events (SSE) are a simple yet powerful alternative to WebSockets for unidirectional data streaming from server to client. Perfect for real-time updates with automatic reconnection and easy integration.

    Read more

  3. AI-powered Development: The Good Parts

    AI-powered Development: The Good Parts

    AI can boost developer productivity - it's not just marketing. But it's also not a magic "vibe coding" wand. Instead, it's all about TAB, TAB, TAB and the occasional chat.

    Read more

  4. Looking Beyond the Hype: What's MCP All About?

    Looking Beyond the Hype: What's MCP All About?

    There's a new buzzword in AI-town: MCP - or 'Model Context Protocol'. But what is it? And why should you care despite the annoying hype?

    Read more

  5. What Are "Machine Code" & "Byte Code" Anyways?

    What Are "Machine Code" & "Byte Code" Anyways?

    You often hear (and maybe even say) it: Something compiles to "machine code". For example Go. Or Rust. But what does that actually mean? And what's the difference to "byte code"?

    Read more

  6. TypeScript in Go: Why Not Rust?

    TypeScript in Go: Why Not Rust?

    The TypeScript team shared that they're porting their compiler and type checker to Go. Not everyone's happy about the free performance gain, though. The question is: Why not Rust?

    Read more

  7. Vibe Coding Is NOT My Future

    Vibe Coding Is NOT My Future

    Vibe coding, a term coined by Andrej Karpathy, is all about letting LLMs generate code for you. I'm not convinced it's the future of coding, though.

    Read more

  8. Use AI Assistants With Care

    Use AI Assistants With Care

    AI is here to stay and it WILL likely replace developers. Developers who don't leverage its advantages. The same will happen to developers who rely too much on AI assistants, though.

    Read more

  9. Modern Node.js Can Do That?

    Modern Node.js Can Do That?

    Chances are high that you're using unnecessary third-party libraries. Stop wasting modern Node.js' potential!

    Read more

  10. Making Sense of tsconfig

    Making Sense of tsconfig

    The tsconfig.json file is a file most developers aren't touching. For a good reason! There are many options and settings with non-descriptive names and unclear effect. It doesn't have to be like that, though.

    Read more