Sheet ⁨26⁩ · ⁨Changelog⁩Surveyed ⁨2026⁩
Changelog

What's new

Every post and update across the site, newest first. 298 entries and counting.

September 2026

August 2026

  • 31 AugCheatsheetsUpdated
    TypeScript

    A TypeScript reference covering the type syntax engineers use most, from unions and generics to utility types, modern techniques (satisfies, const type params, template literal types, using), and the TypeScript 7 native compiler.

  • 30 AugCase studiesUpdated
    Taming a 3am Pager: SLOs and Error Budgets That Stuck

    How a team traded dozens of noisy, cause-based alerts for a handful of SLO burn-rate pages, and used error budgets to actually change how it decided what to ship.

  • 29 AugBlogUpdated
    Bun vs. Node.js in Production: A Real-World Performance and Compatibility Breakdown

    An honest, benchmark-driven comparison of Bun and Node.js for backend services in 2026. Covers startup time, HTTP throughput, npm compatibility, Docker image size, the memory gotchas nobody warns you about, and when it actually makes sense to migrate.

  • 26 AugRoadmapsUpdated
    React Developer Beginner to Expert

    A roadmap for learning React, from JSX and components to hooks, state management, performance optimization, testing, and production-grade architecture.

  • 25 AugQuizzesUpdated
    C# & .NET: Language and Runtime Fundamentals

    Test your knowledge of C# and .NET covering types, LINQ, async/await, the CLR, generics, and modern .NET features.

  • 24 AugBlogUpdated
    Introduction to Linux CLI

    Introduction to Linux command-line interface CLI, Linux is a Unix-like computer operating system assembled under the model of free and open-source software development and distribution.

  • 23 AugGlossaryUpdated
    CI/CD & Automation

    Continuous integration, delivery, and deployment terms: pipelines, runners, artifacts, and release strategies.

  • 22 AugFlashcardsUpdated
    Docker and Container Fundamentals Flashcards

    A spaced-repetition deck covering images, containers, Dockerfiles, volumes, networking, Compose, and registries.

  • 19 AugDevTipsUpdated
    Terraform Workspaces vs. Directory-Based Environments: What Actually Scales

    Workspaces look like the easy way to split dev, staging, and prod, but they quietly stop scaling. Here is when workspaces bite, why most teams move to a folder per environment, and how to switch without breaking live infrastructure.

  • 18 AugCode snippetsUpdated
    Bash Script Locking: Prevent Concurrent Runs with a PID File

    A Bash snippet that uses a PID file so only one instance of a script runs at a time. Essential for cron jobs and automation scripts that must not overlap. Includes stale lock detection and cleanup on exit.

  • 17 AugCheatsheetsUpdated
    Python Virtual Environments Cheatsheet

    A practical reference for venv, pip, requirements files, pyenv version switching, and pipx for isolated global tools.

  • 16 AugCase studiesUpdated
    Multi-Region Active-Active for a Payments API

    How a money-movement API was taken active-active across two AWS regions with idempotency keys, conflict-free replication, and a tested RTO and RPO, so a full regional outage never double-charges a customer or loses a committed payment.

  • 15 AugBlogUpdated
    Kubernetes Health Probes: Building Self-Healing Applications

    How Kubernetes liveness, readiness, and startup probes turn your application state into signals the control plane acts on, the misconfigurations that cause cascading outages, and how to wire zero-downtime rollouts with readiness gates and preStop drains.

  • 12 AugRoadmapsUpdated
    Full-Stack Developer Beginner to Expert

    A roadmap for learning full-stack development, covering frontend, backend, databases, APIs, DevOps, and deploying complete production applications.

  • 11 AugQuizzesUpdated
    Spring Boot: Java Application Framework Essentials

    Test your knowledge of Spring Boot covering dependency injection, auto-configuration, REST controllers, Spring Data, and production-ready features.

Showing the 60 most recent. Browse the full archive in the blog and other content sections.