Skip to content

WorthPosting

  • Home
  • About

Category: Software Engineering

Cat Links Software Engineering

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

Posted on August 4, 2026

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

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

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 Software Engineering

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

Posted on August 1, 2026August 2, 2026

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

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

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

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

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

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

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

Posts navigation

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