8bytes! - Roadmap & Backlog
š³What's cooking in Season 1 and what's in my mind for next seasons.
THE ROADMAP
Season 1: Foundations: The Memory Kitchen
Topic - Memory Management & Runtime Integrity
Episodes:
s01e01: Lasagna Ricorsiva! Layers to the Limit
ā PUBLISHED - Tuesday, Dec 30, 2025
āFocus - Recursion & the Stack: A deep dive into memory limits and how one recursive mistake triggered a massive Stack Overflow in The Software Restaurant.
Deep Dive Topic - The Call Stack & Stack Frames. Explaining vertical memory allocation and why every function call consumes space until it hits a hard physical limit. Difference between stack and heap memory.
e01e02: Last In, First Served - When a Single LIFO Queue Starved the VIP User
ā PUBLISHED - Thursday, Jan 09, 2026
Focus - Execution Contexts: Navigating the LIFO logic behind your code.
āDeep Dive Topic - The LIFO (Last-In, First-Out) principle. Understanding how the CPU jumps between tasks and why the most recent execution context must finish before the previous one can resume. When FIFO queues works better.
ā PUBLISHED - Thursday, Thursday, Jan 22, 2026
Focus - State Integrity: The high cost of Caching and Stale Data.
āDeep Dive Topic - Cache Invalidation. The architectural nightmare of keeping cached data in sync with reality and the performance āpenaltyā of a Cache Miss. Heap & Garbage Collector.
ā PUBLISHED - Thursday, Thursday, Feb 06, 2026
Focus - The Fragmentation Trap: Dealing with Large Object Heaps (LOH).
āDeep Dive Topic - The Heap, Memory Fragmentation & Garbage Collector. How large objects break up free space in the Heap and why āfree memoryā doesnāt always mean āusable memory.
[TODO] e01eE05: Stop the World
š PLANNED - Thursday, Thursday, Feb 20, 2026
Focus - System Latency: Understanding the Garbage Collection Pause.
āDeep Dive Topic - Garbage Collection (GC) Pauses. The mechanism of automatic memory reclamation and why high-performance systems occasionally āfreezeā to clear out dead objects.
[TODO] e01eE06: The Ghost Tables
š PLANNED - Thursday, Thursday, Mar 06, 2026
Focus - Resource Lifecycle: The silent danger of Memory Leaks.
āDeep Dive Topic - Memory Leaks. How objects that are no longer needed stay āaliveā in memory because a forgotten reference prevents them from being cleaned up. Memory Streams and other Disposable types.
[TODO] e01eE07 - The Double-Booked Steak
š PLANNED - Thursday, Thursday, Mar 20, 2026
Subtitle - āConcurrency Conflicts: Data integrity in Shared-Memory environments.ā
āDeep Dive Topic - Race Conditions. What happens when two threads attempt to write to the same memory address simultaneously and how data becomes corrupted without proper synchronization.
[TODO] e01eE08: The Deadlock Diner
š PLANNED - Thursday, Thursday, Apr 03, 2026
Focus - Mutual Exclusion: When rigid locking policies freeze the system.
āDeep Dive Topic - Deadlocks. The danger of rigid āLockingā policies and how circular dependencies can bring a multi-threaded system to a permanent halt.
ā
Disclaimer: I am still refining the order of episodes, the detailed comic plot and deep dive topics, so changes in the eposiodes list, episode names, topics, etc are still possible. I am also opened for ideas from you to enrich the season with any Memory Management topic Iāve missed. Stay tuned!
THE BACKLOG
Candidates for next seasons
Foundations: The Network Dinner - HTTP, Latency, TLS, Load Balancing, Retries, etc.
Foundations: The Database Cellar - Indexing, Locking, ACID, Consistency, RDBMS vs NoSQL, etc.
Foundations: The Health Inspector - Encryption, Authentication, OWASP, etc.
ā¦
Scaling Up: The Catering Scale-up Story - decomposing the monolith to microservices.
Scaling Up: The Buzzer & The Service Hatch - Event-driven Architecture, CQRS, Kafka.
Scaling Up: The Cloud Food Court - On-prem vs. Cloud, Docker, Kubernetes, etc.
ā¦
Modern Kitchen: The Robot Chef Experiment - AI & LLMs.
Modern Kitchen: The Secret Recipe - Cryptography & Hashing.
Modern Kitchen: The Kitchen Observation Deck - Logging, Metrics, and Tracing.
Modern Kitchen: The Ghost Kitchen - Headless CMS, API-first, Micro-frontends; āKitchen-as-a-serviceā.
Modern Kitchen: The Agile Kitchen - Iterative Development, Feedback Loops, CI/CD, Feature Toggles.
ā¦
Disclamer: This is not an ordered set of seasons, just collecting ideas and giving you a preview on whatās to come on 8bytes!
Last update 17 Jan 2026
Want to support the work? Subscribe (free!) or drop a one-time coffee tip ā
Illustration credits: Comic scenes conceptualized by 8bytes! and rendered by Nano Banana.



