Skip to content

WorthPosting

  • Home
  • About

Author: teliaz

Cat Links Software Engineering

Building LLM Evaluation Pipelines: Metrics, Frameworks, and CI Integration

Posted on August 4, 2026 teliaz

Shipping an LLM-powered feature without an evaluation pipeline is like deploying a microservice without health checks — it might work

Continue readingBuilding LLM Evaluation Pipelines: Metrics, Frameworks, and CI Integration

Cat Links Software Engineering

The Parent Selector Arrives: Practical CSS :has() Patterns for Production

Posted on August 4, 2026 teliaz

CSS has always had a peculiar limitation: it could only look downward. You could style a child based on its

Continue readingThe Parent Selector Arrives: Practical CSS :has() Patterns for Production

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

Posts navigation

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