Tag: architecture

  • Recommended Read about a Microservices Reality Check

    Docker’s recent article “Do You Really Need Microservices?” delivers a good dose of pragmatism with regards to Microservices. The article doesn’t dismiss microservices outright— it acknowledges their value at massive scale — but it also hightlights an uncomfortable truth: most teams simply don’t operate at that scale.

    What I particularly like are the warnings about hidden costs, the kind that reveal themselves after committing to the architecture and having to operati it over years and through a lot of releases. Operational overhead, debugging “fun” and the complexity of managing distributed systems aren’t just footnotes — they’re a true burden for teams without the resources to handle them properly.

    Check it out: You Want Microservices—But Do You Need Them? | Docker

    Fediverse Reactions
  • The Architect I Never Knew I Was

    For years, whenever someone asked me what I do, I described my projects and activities, like “I worked on a cloud migration, reduced technical debt, refactored systems to be cloud-native, designed environments for scalability, cost effectiveness and security, …”. But I could never express in a TL;DR what I really did. My official title “Senior Process Manager” wasn’t very helpfull as well.

    (more…)
  • LLM-Search is a bit more than just “AI” – Podcast recommendation

    Last week I heard the podcast SoftwareArchitekTOUR – Episode 102: Zuverlässige KI-Architektur from heise online. (german only, sorry).

    I really liked the part where they discussed the technical part for a sematic search. Especially when it struck me, that the actual use of LLMs is just once per document and not in the search directly. Also, it suddenly became clear to me why you want/need a vector database for such an AI supported search.

    Check it out if you can understand german or try to translate it.