Stack n' Scroll

Code, Campaigns, and Lessons from the Digital Realm

September 2026
S M T W T F S
 12345
6789101112
13141516171819
20212223242526
27282930  
« Aug    

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Frank Jamison Avatar
  • Fantasy cloud-city architecture showing a partially materialized castle forming from glowing blue magical blueprints, with smaller summoned towers, message scrolls moving through conduits, and a permanent archive connected nearby to represent serverless execution, event-driven architecture, scaling, stateless computing, cold starts, and managed storage.
    The Kingdom in the Clouds

    The Castle That Appears on Command: Serverless Architecture

    September 2, 2026 /

    Sometimes the finest fortress is the one that exists only when it is needed. A Fortress Without a Permanent Gate: What Serverless Actually Changes For most of software history, deploying an application meant giving it somewhere permanent to live. A server was provisioned, a runtime installed, and a process waited for requests whether anyone arrived or not. Virtual machines changed how servers were acquired, and containers changed how applications were packaged, but the assumption remained: something was running, and engineers were responsible for keeping it alive. Serverless challenges that assumption by asking whether the fortress needs to exist when nobody is visiting. The name is misleading because servers still exist.…

    Read More
    Frank Jamison

    You May Also Like

    Cutaway view of a vast wizard’s tower rising above the clouds, revealing layered workshops, storage chambers, managed systems, and small engineer-scholars operating within a provider-maintained infrastructure.

    Renting the Wizard’s Tower: Understanding Cloud Infrastructure

    August 31, 2026
    Docker Compose, Containerization, Multi-Container Applications, Container Networking, Service Dependencies, Application Configuration, Local Development Environments, Docker, Containers, Distributed Systems, Application Architecture, Service Architecture, Development Environments, DevOps, The Kingdom in the Clouds

    The Caravan of Services: Composing Containerized Applications

    August 26, 2026
    A fantasy castle opens onto a winding road leading toward a futuristic kingdom floating among the clouds, connected by glowing networks and infrastructure. A crowned architect studies the realm from a stone overlook while visual symbols represent application portability, cloud-native architecture, distributed systems, infrastructure automation, and engineering judgment.

    The Kingdom in the Clouds: When Software Leaves the Castle

    August 23, 2026
  • Cutaway view of a vast wizard’s tower rising above the clouds, revealing layered workshops, storage chambers, managed systems, and small engineer-scholars operating within a provider-maintained infrastructure.
    The Kingdom in the Clouds

    Renting the Wizard’s Tower: Understanding Cloud Infrastructure

    August 31, 2026 /

    Owning every stone is not the same as controlling the kingdom. In the previous chapter of The Kingdom in the Clouds, Kubernetes provided a way to coordinate workloads across multiple machines. Pods could be replaced, deployments could maintain the desired state, and services could provide changing workloads with stable ways to communicate. That solved an important orchestration problem, but it left a deeper question unanswered: where do those machines come from, who maintains them, and how much responsibility should belong to the team running the application? Every container eventually consumes real processor time, memory, storage, and network capacity somewhere. Cloud infrastructure begins with the recognition that those resources have not…

    Read More
    Frank Jamison

    You May Also Like

    A grand fantasy war room contains a glowing tabletop map of a vast kingdom, with many castles connected by luminous roads and blue magical markers as robed strategists study the scene beneath towering banners, stone arches, and candlelight.

    The Keeper of a Thousand Castles: Understanding Kubernetes

    August 28, 2026
    A vast medieval courier exchange above the clouds routes glowing message scrolls along branching bridges to distant castles as ravens carry additional dispatches across the kingdom.

    Messenger Ravens and Royal Couriers: Building with Messages and Events

    September 7, 2026
    A vast cloud kingdom of floating cities and towers connected by glowing aerial roads, gateways, and branching energy paths, symbolizing service communication, APIs, service discovery, load balancing, and reliable cloud-native networking.

    Roads Through the Sky: Connecting Cloud-Native Services

    September 4, 2026
  • A fantasy-tech illustration shows a medieval engineer preparing a containerized application for travel. A Docker-marked shipping container and wagons labeled Image, Config, Data, and Secrets travel toward a distant castle, while a packing checklist identifies runtime, dependencies, configuration, entrypoint, ports, data, and secrets. Banners and maps emphasize containers, Docker, images, environment consistency, reproducibility, and application portability.
    The Kingdom in the Clouds

    Packing the Castle: Understanding Containers

    August 24, 2026 /

    A well-packed workshop should work the same no matter where the road carries it. There is a particular kind of software failure that becomes almost funny after you have encountered it enough times. An application works perfectly on one developer’s machine, refuses to cooperate on another, behaves differently in testing, and then develops an entirely new personality after deployment. The code is the same, the database is supposedly the same, and everyone involved is reasonably certain that the necessary dependencies were installed. Yet somewhere between one machine and another, the application crossed an invisible border and discovered that the laws of physics had changed. For years, software teams fought these…

    Read More
    Frank Jamison

    You May Also Like

    A fantasy castle opens onto a winding road leading toward a futuristic kingdom floating among the clouds, connected by glowing networks and infrastructure. A crowned architect studies the realm from a stone overlook while visual symbols represent application portability, cloud-native architecture, distributed systems, infrastructure automation, and engineering judgment.

    The Kingdom in the Clouds: When Software Leaves the Castle

    August 23, 2026
    A vast medieval courier exchange above the clouds routes glowing message scrolls along branching bridges to distant castles as ravens carry additional dispatches across the kingdom.

    Messenger Ravens and Royal Couriers: Building with Messages and Events

    September 7, 2026
    A grand fantasy war room contains a glowing tabletop map of a vast kingdom, with many castles connected by luminous roads and blue magical markers as robed strategists study the scene beneath towering banners, stone arches, and candlelight.

    The Keeper of a Thousand Castles: Understanding Kubernetes

    August 28, 2026
  • A fantasy castle opens onto a winding road leading toward a futuristic kingdom floating among the clouds, connected by glowing networks and infrastructure. A crowned architect studies the realm from a stone overlook while visual symbols represent application portability, cloud-native architecture, distributed systems, infrastructure automation, and engineering judgment.
    The Kingdom in the Clouds

    The Kingdom in the Clouds: When Software Leaves the Castle

    August 23, 2026 /

    The strongest kingdoms are not bound to a single castle, but built to endure wherever their people must go. For much of software history, we built applications as though we were building castles. The walls gave us boundaries. We knew where the application lived, where its data lived, and which machines carried the work. Even complicated systems offered a comforting sense of geography because their important pieces occupied places engineers could identify and understand. When something failed, there was usually a server, process, database, or network connection somewhere that could be examined. Modern software has been steadily dismantling that certainty. Applications move between environments, workloads appear and disappear, and infrastructure…

    Read More
    Frank Jamison

    You May Also Like

    A vast medieval courier exchange above the clouds routes glowing message scrolls along branching bridges to distant castles as ravens carry additional dispatches across the kingdom.

    Messenger Ravens and Royal Couriers: Building with Messages and Events

    September 7, 2026
    A vast cloud kingdom of floating cities and towers connected by glowing aerial roads, gateways, and branching energy paths, symbolizing service communication, APIs, service discovery, load balancing, and reliable cloud-native networking.

    Roads Through the Sky: Connecting Cloud-Native Services

    September 4, 2026
    Docker Compose, Containerization, Multi-Container Applications, Container Networking, Service Dependencies, Application Configuration, Local Development Environments, Docker, Containers, Distributed Systems, Application Architecture, Service Architecture, Development Environments, DevOps, The Kingdom in the Clouds

    The Caravan of Services: Composing Containerized Applications

    August 26, 2026
  • The Architect's Grimoire (13)
  • The CSS Codex (13)
  • The Enchanted Workshop (13)
  • The Full-Stack Campaign (8)
  • The Guildmaster’s Handbook (13)
  • The Kingdom in the Clouds (8)

AI-Assisted Development Artificial Intelligence Backend Development Career Development Clean Code Cloud-Native Architecture Code Quality CSS Architecture CSS Best Practices CSS Fundamentals CSS Layout Design Systems Developer Growth Developer Productivity Distributed Systems Dungeons and Dragons Engineering Culture Engineering Judgment Engineering Leadership Fantasy Theme Front-End Development Frontend Development Full Stack Development Human-AI Collaboration Maintainable Code Mentorship Professional Development Professional Growth Refactoring Responsive Design Software Architecture Software Craftsmanship Software Design Software Development Software Engineering StackNScroll System Design Technical Debt Technical Leadership The Architect's Grimoire The CSS Codex The Enchanted Workshop The Full-Stack Campaign The Guildmaster's Handbook Web Development

Stack N' Scroll - 2026 ©