Modern Go in 2026: New Language Features, Faster Runtime, and Where It Wins
A field guide to modern Go in 2026: iterators, generic methods, Green Tea GC, JSON v2, and where Go still beats Rust for real backend and AI agent work.
A field guide to modern Go in 2026: iterators, generic methods, Green Tea GC, JSON v2, and where Go still beats Rust for real backend and AI agent work.
A complete guide to modern Python tooling in 2026: uv, Poetry, and pip; mypy, Pyright, ty, and Pyrefly; plus free-threading, t-strings, and Polars vs Pandas.
9 deep dives into the 2026 tech job market: layoffs, AI displacement data, salary benchmarks from Cyprus to the US, and the productivity paradox. Full guide.
Five approaches to making LLMs faster and cheaper — compression, diffusion decoding, architecture, KV cache, and sparse attention — explained with real numbers.
Everything we've covered on AI coding tools — comparisons, pricing, privacy, agents, and the security risks nobody expected. Updated April 2026.
Build a Python monorepo with uv workspaces: one shared lockfile and virtualenv, cross-package imports, per-package builds, and the gotchas I hit doing it.
Context engineering explained: why long-running AI agents suffer context rot, what 2026 research shows about pruning and compaction, plus a Python demo.
Go CLI framework showdown for 2026: Cobra vs urfave/cli vs Bubble Tea. Real code, boilerplate counts, and when to reach for each, after building all three.
LangGraph vs CrewAI vs OpenAI Agents SDK compared for 2026: architecture, real code, pricing, and which multi-agent framework to pick for production work.
Python lazy imports (PEP 810) land in Python 3.15. I benchmarked boto3, requests and pydantic startup: the real speedup, and how to get most of it today.