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

What's new

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

August 2026

  • 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.

  • 10 AugGlossaryUpdated
    Kubernetes Advanced

    Advanced Kubernetes terms covering scheduling, networking, storage, security, extensibility, and workloads for platform engineers.

  • 9 AugFlashcardsUpdated
    Terraform Associate Flashcards (TA-003)

    Full exam coverage for the HashiCorp Certified Terraform Associate (TA-003) exam using spaced repetition. Covers IaC concepts, CLI, HCL, state, modules, backends, and Terraform Cloud.

  • 8 AugDevTipsUpdated
    GitHub Actions Secrets and Environment Variables: Handle Config the Right Way

    Stop leaking credentials in your workflows. This dev tip shows how to scope GitHub Actions secrets, swap long-lived keys for OIDC, mask sensitive output, and pass config between jobs without it ending up in your logs.

  • 5 AugCode snippetsUpdated
    AWS DynamoDB CRUD Operations in Node.js with the AWS SDK v3

    A practical Node.js snippet covering DynamoDB put, get, update, delete, and query operations using the modern AWS SDK v3. Includes the DocumentClient pattern, single-table design basics, and error handling.

  • 4 AugCheatsheetsUpdated
    GitHub Actions

    The workflow YAML you write over and over. Triggers, jobs and steps, secrets, matrix builds, caching, artifacts, and reusable workflows in one reference.

  • 3 AugCase studiesUpdated
    Building an Internal Developer Platform on Backstage and GitOps

    How golden paths in Backstage, self-service software templates, and Argo CD let product teams create, build, and ship services without filing tickets to the platform team.

  • 2 AugRoadmapsUpdated
    Backend Developer Beginner to Expert

    A roadmap for learning backend development, from a programming language and APIs to databases, caching, message queues, security, and scalable architectures.

  • 1 AugQuizzesUpdated
    Java: Core Language & JVM Fundamentals

    Test your knowledge of Java fundamentals covering OOP, the JVM, collections, generics, streams, and core language features.

July 2026

June 2026

May 2026

  • 30 MayBlogUpdated
    AI is Not Real: A Software Engineering Perspective

    Modern AI is not intelligent in the human sense. It is large-scale statistical pattern matching and mathematical optimization. Here is what that means for the systems we build, why probabilistic chains fail, and how hybrid architectures make them reliable.

  • 28 MayDevTips
    Kubernetes Namespaces: Organize, Isolate, and Secure Multi-Team Clusters

    Sharing one Kubernetes cluster across teams without the chaos. This dev tip walks through layered namespace isolation: ResourceQuotas, LimitRanges, default-deny NetworkPolicies, and namespace-scoped RBAC, with copy-paste manifests and a Terraform example.

  • 28 MayFlashcards
    AWS SysOps Administrator Associate Flashcards (SOA-C02)

    Full exam coverage for the AWS Certified SysOps Administrator Associate (SOA-C02) exam using spaced repetition. Covers monitoring, reliability, deployment, security, networking, and cost optimization.

  • 28 MayGlossary
    Networking Fundamentals

    Core networking terms every developer and engineer should know, covering IP addressing, DNS, protocols, routing, and the OSI model.

  • 28 MayQuizzes
    Rust: Ownership, Borrowing & Memory Safety

    Test your knowledge of Rust fundamentals covering ownership, borrowing, lifetimes, traits, pattern matching, error handling, and memory-safe systems programming without a garbage collector.

  • 28 MayRoadmaps
    Frontend Developer Beginner to Expert

    A roadmap for learning frontend development, from HTML, CSS, and JavaScript fundamentals to modern frameworks, state management, performance, and accessibility.

  • 27 MayCode snippets
    Node.js Environment Variable Validation with Zod at Startup

    Stop trusting process.env blindly. This Node.js and TypeScript snippet validates every environment variable at startup with a Zod schema, coerces strings into real types, and refuses to boot on bad config so you catch mistakes before a single request is served.

  • 27 MayCheatsheets
    kubectl

    kubectl is the command-line tool for talking to a Kubernetes cluster. Use it to deploy apps, inspect and manage resources, stream logs, and debug running pods.

April 2026

  • 27 AprFlashcards
    LPIC-2 Linux Engineer Flashcards

    Full exam coverage for the LPIC-2 Linux Engineer certification (Exam 201 & 202) using spaced repetition. Covers kernel, boot, storage, networking, security, DNS, web, email, and more.

  • 26 AprFlashcards
    AWS Certified Developer - Associate Flashcards (DVA-C02)

    Full exam coverage for the AWS Certified Developer - Associate (DVA-C02) exam using spaced repetition. Covers Development, Security, Deployment, Troubleshooting, and AWS SDK/CLI/APIs.

  • 25 AprRoadmaps
    Release Engineer Beginner to Expert

    A roadmap for learning Release Engineering, from version control and CI/CD fundamentals to advanced cloud automation, Infrastructure as Code, and GitOps delivery on AWS.

  • 22 AprFlashcards
    Red Hat System Administration I Flashcards (RH124)

    Full course coverage for Red Hat System Administration I (RH124-9.0) using spaced repetition. Covers CLI, files, users, processes, networking, storage, DNF, systemd, logging, and shell scripting.

  • 21 AprRoadmaps
    Site Reliability Engineer Beginner to Expert

    A roadmap for learning Site Reliability Engineering, from Linux and networking fundamentals to advanced SLOs, observability, incident management, and automation on AWS.

  • 20 AprFlashcards
    AWS Solutions Architect Associate Flashcards (SAA-C03)

    Full exam coverage for the AWS Certified Solutions Architect Associate (SAA-C03) exam. Covers all four domains Resilient, High-Performing, Secure, and Cost-Optimized Architectures.

  • 19 AprRoadmaps
    Solutions Architect Beginner to Expert

    A roadmap for learning Solutions Architecture, from cloud fundamentals to advanced AWS design patterns, security, compliance, and scalable distributed systems.

  • 18 AprGlossary
    Linux Server Administration

    Essential terms every Linux system administrator and DevOps engineer should know.

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