Karya Semi
HomeBlogSearchCategoriesAboutContact
Karya Semi

Less noise. More notes.

HomeBlogAboutContactPrivacy PolicyDisclaimer

© 2026 Karya Semi. All rights reserved.

XGitHubLinkedIn
  1. Home
  2. /Tags
  3. /Architecture

Tag

Architecture

Every published article tagged with Architecture.
Illustration for Redis Pub/Sub vs Streams: Choosing the Right Event-Driven Pattern
Software Engineering/Aug 12, 2026

Redis Pub/Sub vs Streams: Choosing the Right Event-Driven Pattern

Redis pub sub vs streams event driven architecture: discover the key trade-offs for optimizing real-time event processing in distributed systems.

5 min read
RedisEvent Driven
Illustration for Engineering for the Agentic Era: Infrastructure, Identity, and Operational Control
Software Engineering/Jul 20, 2026

Engineering for the Agentic Era: Infrastructure, Identity, and Operational Control

As AI agents gain execution autonomy in production, software engineering focus is shifting from code generation to security boundaries, identity stacks, and observability.

3 min read
ArchitectureSecurity
Illustration for Postgres Transactions Are a Hidden Superpower for Distributed Systems
Software Engineering/Jul 3, 2026

Postgres Transactions Are a Hidden Superpower for Distributed Systems

Before reaching for Kafka, Redis, or a dedicated message queue, consider what Postgres can already do. The database most teams already use has surprisingly powerful coordination primitives built in.

3 min read
PostgresDatabase
Illustration for Architecture Decision Records for Small Teams That Keep Repeating Debates
Software Engineering/Jun 28, 2026

Architecture Decision Records for Small Teams That Keep Repeating Debates

Architecture decision records explained for small software teams, including what to write, when to create one, and how ADRs stop old debates from coming back.

2 min read
ArchitectureADR