Skip to content

WorthPosting

  • Home
  • About

Author: teliaz

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

Cat Links Software Engineering

Zellij: A Terminal Multiplexer That Actually Gets Out of Your Way

Posted on July 25, 2026 teliaz

If you’ve ever accidentally closed a terminal tab with a running process, or spent minutes reconstructing a complex kubectl pipeline

Continue readingZellij: A Terminal Multiplexer That Actually Gets Out of Your Way

Cat Links Software Engineering

Container Image Scanning with Trivy: Catch Vulnerabilities Before They Ship

Posted on July 24, 2026 teliaz

Container images are your application’s most deployable artifact — and potentially its biggest attack surface. Every base image you inherit,

Continue readingContainer Image Scanning with Trivy: Catch Vulnerabilities Before They Ship

Cat Links AI News

The Open-Weight AI Surge: What GLM-5.2, Inkling, and Robotics Scaling Laws Mean for Developers

Posted on July 23, 2026 teliaz

The AI landscape moves fast. In the span of a few weeks, we’ve seen several notable model releases that push

Continue readingThe Open-Weight AI Surge: What GLM-5.2, Inkling, and Robotics Scaling Laws Mean for Developers

Cat Links Software Engineering

Idempotency Keys: Making Your API Safe for Retries

Posted on July 22, 2026July 23, 2026 teliaz

Every web developer has been there: a user clicks “Submit Payment” and nothing happens. The spinner keeps spinning. They click

Continue readingIdempotency Keys: Making Your API Safe for Retries

Cat Links AI News

The First AI-vs-AI Breach: How an Autonomous Agent Attacked Hugging Face and Why Open-Weight Models Saved the Day

Posted on July 22, 2026 teliaz

Something we’ve all been predicting finally happened. Hugging Face disclosed last week that they were hit by a security intrusion

Continue readingThe First AI-vs-AI Breach: How an Autonomous Agent Attacked Hugging Face and Why Open-Weight Models Saved the Day

Posts navigation

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