Skip to content

WorthPosting

  • Home
  • About

Author: teliaz

Cat Links Software Engineering

Zero Trust Architecture in Microservices: Identity, mTLS, and Authorization Policies

Posted on August 2, 2026August 3, 2026 teliaz

The traditional security model for microservices relies on a perimeter: hard outer shell, soft trusted interior. Once a request passes

Continue readingZero Trust Architecture in Microservices: Identity, mTLS, and Authorization Policies

Cat Links AI News

Metis: The First Memory Foundation Model That Learns to Remember

Posted on August 2, 2026 teliaz

AI agents have gotten remarkably good at reasoning, perceiving, and acting. But ask one to remember what you told it

Continue readingMetis: The First Memory Foundation Model That Learns to Remember

Cat Links Software Engineering

5 Trending GitHub Repos: Multiplayer Agents, 2 GB LLMs, and AI Writing Discipline

Posted on August 1, 2026August 2, 2026 teliaz

Every Sunday, I scan the open source landscape for projects that are gaining real traction — not just stars, but

Continue reading5 Trending GitHub Repos: Multiplayer Agents, 2 GB LLMs, and AI Writing Discipline

Cat Links Software Engineering

Change Data Capture with Debezium: Streaming Database Changes to Kafka

Posted on July 31, 2026August 1, 2026 teliaz

Every production database tells a continuous story — orders placed, statuses updated, accounts created. But most applications treat their database

Continue readingChange Data Capture with Debezium: Streaming Database Changes to Kafka

Cat Links Software Engineering

Distributed Tracing in Go with OpenTelemetry: From Zero to Production

Posted on July 30, 2026July 31, 2026 teliaz

You fire up your dashboard at 3 AM. Error rates are climbing. The checkout service is returning 500s. Your architecture

Continue readingDistributed Tracing in Go with OpenTelemetry: From Zero to Production

Cat Links Software Engineering

Structured Logging in Go: A Practical Guide to log/slog

Posted on July 29, 2026July 30, 2026 teliaz

When production incidents happen, the first question is always “what went wrong?” The answer lives in your logs — but

Continue readingStructured Logging in Go: A Practical Guide to log/slog

Cat Links Software Engineering

PostgreSQL Indexing Strategies: Choosing the Right Index for Every Query

Posted on July 28, 2026July 29, 2026 teliaz

Most production performance problems in database-backed applications trace back to the same root cause: missing or misused indexes. Not slow

Continue readingPostgreSQL Indexing Strategies: Choosing the Right Index for Every Query

Cat Links Software Engineering

The Strategy Pattern in Go: Replacing Switch Statements with Interfaces

Posted on July 27, 2026July 28, 2026 teliaz

Every Go codebase has one: that function with a growing switch statement. It starts with two cases — a direct

Continue readingThe Strategy Pattern in Go: Replacing Switch Statements with Interfaces

Cat Links Software Engineering

Context Done Right: Cancellation, Timeouts, and Propagation in Go

Posted on July 27, 2026July 27, 2026 teliaz

Go’s context package is one of the most frequently used and frequently misunderstood parts of the standard library. It appears

Continue readingContext Done Right: Cancellation, Timeouts, and Propagation in Go

Cat Links Software Engineering

5 Trending GitHub Repos: Database CI/CD, Structured Shell, and Rust-Powered Linting

Posted on July 26, 2026 teliaz

Trending repositories on GitHub offer a window into what developers are actually building and adopting — not what vendors are

Continue reading5 Trending GitHub Repos: Database CI/CD, Structured Shell, and Rust-Powered Linting

Posts navigation

Older posts
  • Home
  • About
Copyright © 2026 WorthPosting | Signify by WEN Themes
Scroll Up