Leanpub Header

Skip to main content

Filters

Category: "Resiliency"

Books

  1. Accelerated Linux Core Dump Analysis, Fourth Edition
    Training Course Transcript with GDB and WinDbg Practice Exercises
    Dmitry Vostokov

    Learn how to analyze x64 and ARM64 Linux process and kernel crashes and hangs, navigate through core memory dump space and diagnose corruption, memory leaks, CPU spikes, blocked threads, deadlocks, wait chains, and more than 50 memory analysis patterns. The training consists of more than 70 step-by-step exercises using GDB and WinDbg debuggers.

  2. Theoretical Software Diagnostics
    Collected Articles, Fourth Edition
    Dmitry Vostokov

    Contains reprinted articles in full color (including more than 230 figures) from 16 volumes of Memory Dump Analysis Anthology (Diagnomicon) related to pattern-oriented software diagnostics with additional comments showing the historical development of this autonomous and distinctive discipline over the last 18 years.

  3. The Kubernetes Platform Engineer Interview Guide
    Advanced Controllers, Syncers, Multi-Tenancy, API Scalability, and Staff-Level System Design
    Luca Sepe

    Prepare for Kubernetes platform engineering interviews like a Staff Engineer. Learn how controllers, informers, syncers, finalizers, API scalability and multi-tenancy behave in real systems, then put it all into practice with a hands-on workspace-syncer capstone project. A practical guide to reasoning, designing, debugging, and explaining Kubernetes control-plane systems.

  4. Event Sourcing in Python
    Event-oriented analysis and design with applications
    John Bywater

    A pattern language for event sourced applications and reliable distributed systems. Examples are written in the Python programming language. Now includes event-oriented introductions to the pattern language scheme of Christopher Alexander, the process philosophy of Alfred North Whitehead, and the person-centred psychology of Rogers and Rosenberg.

  5. System Design Workbook
    Edição 2026
    Matheus Fidelis

    System Design Workbook – Edição 2026 é uma obra que traduz, organiza e conecta os principais fundamentos da engenharia de sistemas distribuídos sob uma perspectiva prática, moderna e orientada à realidade de produção.

  6. Backpressure in Microservices
    Bounded Queues, Worker Pools, Cancellation, Drop Policies, and Overload Control in Go
    Luca Sepe

    Stop overload from becoming unbounded queues, goroutines, and downstream calls. Build bounded backpressure that fails predictably.

  7. The Migration Architect's Handbook
    Large-Scale Code Migration and Repository Engineering for Modern Software Organizations
    Steve Publications

    Big migrations rarely fail because of code alone. The Migration Architect’s Handbook shows how to untangle dependencies, design the right repository strategy and move complex systems forward without bringing the organization to a halt. Built on real-world lessons, it turns daunting modernization efforts into practical, manageable work.

  8. The Senior Go Engineer Interview Guide: AI Platform Engineering
    Production-Grade Go, LLM Platforms, RAG, Vector Search, and Cloud Native Systems
    Luca Sepe

    Prepare for senior Go interviews, or for the jump from mid-level to senior, with a focus on AI platform engineering: LLM gateways, RAG, vector search, Kubernetes, observability, concurrency ownership, and production failure modes. Includes interview questions, senior-level answer rubrics, executable Go examples, and a production-oriented RAG service capstone you can run, test, break, and explain.

  9. Introduction to computer science and programming
    A beginner’s guide for students
    Anshuman Mishra

    6.1 Knowledge-Based Benefits • Students will understand the fundamentals of computer science including architecture, number systems, and data representation. • They will learn the core concepts of programming languages and how they work. • They will acquire problem-solving skills using algorithms, pseudocode, and flowcharts. • They will gain knowledge of object-oriented programming, data structures, and file handling, which form the backbone of computer science. 6.2 Skill-Based Benefits • Ability to write, compile, and debug programs in a structured way. • Development of logical and analytical thinking skills. • Hands-on experience with coding exercises, lab sessions, and projects. • Skills in handling data, designing programs, and solving practical problems. • Ability to design small software applications using modular programming. 6.3 Career-Based Benefits • Students preparing for university exams, competitive exams (like UGC NET, GATE, or coding tests) will find this book extremely useful. • Beginners aspiring to become software developers, web developers, or data analysts will get their first foundation here. • Non-technical students will develop digital literacy, making them more employable in all sectors. • For those aiming to pursue advanced studies in computer science, this book acts as a stepping stone toward data science, AI, and machine learning. 7. How to Use This Book Effectively 1. Start with the theory sections to understand the concepts. 2. Work through the examples and illustrations provided in each chapter. 3. Solve the end-of-chapter exercises to reinforce your understanding. 4. Try to implement the coding examples on your computer using an IDE or programming environment. 5. Progress toward mini-projects that challenge your creativity. This active-learning approach ensures students move from passive reading to active programming practice. 8. Future Scope After Studying This Book Once students complete this book, they will be ready to explore advanced areas such as: • Data Science and Analytics – Using programming to analyze large datasets. vii | P a g e • Artificial Intelligence and Machine Learning – Writing algorithms that learn and make decisions. • Web Development – Creating interactive websites using HTML, CSS, JavaScript, and backend programming. • Cybersecurity – Understanding how to protect systems from attacks. • Mobile App Development – Designing apps for Android or iOS. • Cloud Computing – Learning how modern software runs on distributed systems. Thus, the book serves as a foundation for a lifelong journey in computer science.

  10. BROWFIELD AGENTIC SOC
    Modernize Without Replacing
    Zsolt L. Kocsis

    After more than twenty years at IBM — including roles as Regional Technical Leader for Security Technologies and Tivoli Software across Central and Eastern Europe — I have seen many SOC modernization projects. Organizations consistently face the same dilemma: substantial existing investments in SIEM, SOAR, processes, and human expertise versus the urgent need to keep pace with AI-powered threats.Most vendors pushed rip-and-replace cloud solutions. I took a different path.The Brownfield Agentic SOC concept was born from the realization that modernization does not require replacement. It is possible — and often far more effective — to intelligently augment existing infrastructure with multi-level AI agents, dynamic business context, structured investigation, and strong governance, while preserving data sovereignty and human judgment.This book is intentionally practical and conceptual. Certain advanced techniques (self-healing patterns, zero-visible-downtime adaptation, tamper-evident intelligent audit) are subject to pending patent protection and are presented here at architectural level only.I wrote this book for three audiences:CISOs and SOC leaders in regulated industries seeking realistic modernizationSecurity architects responsible for next-generation operationsTeams that prioritize sovereignty, compliance, and human-AI collaborationMy goal is to provide a clear, actionable blueprint that respects real-world constraints while delivering measurable improvement.I hope this book inspires and equips you to build more resilient, intelligent, and sovereign Security Operations Centers.Zsolt L. Kocsis, M.Sc., MBA Associate Professor honoris causa Budapest University of Technology and Economics (BME) May 2026

  11. Go Apps on Kubernetes
    Production Best Practices
    Luca Sepe

    Go services often fail in production for boring reasons: weak probe semantics, missing timeout budgets, unsafe retries, noisy telemetry, and rollout settings that look fine until traffic spikes. Go Apps on Kubernetes is a practical pocketbook for engineers who ship and run Go microservices on K8s. It gives you concise, production-focused guidance you can apply immediately: health/readiness contracts, graceful shutdown and draining, retry/backoff patterns, observability defaults (metrics, logs, traces), security hardening baselines, and deployment/autoscaling templates. No theory dump, no platform-admin detours. Just reusable patterns and incident-oriented checklists to help your services start cleanly, degrade predictably, and recover fast.

  12. Resilient by Design
    How Software Professionals Build Mental Stability
    Gábor László Hajba

    Stress is unavoidable. Failure is part of the system. Resilient by Design shows how to recover faster, stay stable under pressure, and keep going when things hit hard, without burnout clichés or motivational noise.

  13. This reference volume consists of revised, edited, cross-referenced, and thematically organized articles from the Software Diagnostics and Observability Institute and the Software Diagnostics Library (former Crash Dump Analysis blog) about software diagnostics, root cause analysis, debugging, crash and hang dump analysis, and software trace and log analysis written from 15 April 2024 to 14 November 2025.

  14. Spring Boot Microservices in Production
    A comprehensive guide to building, deploying, and scaling resilient distributed systems with Spring Boot and Spring Cloud
    Enrique Medina Montenegro

    Build bulletproof Spring Boot microservices—from monolith migration to domain-driven design and event-driven patterns—while mastering the production essentials of resilience, observability, and zero‑downtime delivery. Turn complex domains into clean, scalable services with bounded contexts, aggregates, repositories, and domain events, then ship faster with rate‑limited APIs, backoff‑retries, and Kubernetes rollouts. If leading Java teams to reliable, cloud‑ready microservices is the goal, this is the hands‑on guide that gets systems into production with confidence.

  15. Accelerated .NET Memory Dump Analysis
    Training Course Transcript with WinDbg and LLDB Practice Exercises, Seventh Edition
    Dmitry Vostokov

    Learn how to analyze .NET application and service crashes and freezes, navigate memory dump space (managed and unmanaged code), and diagnose corruption, leaks, CPU spikes, blocked threads, deadlocks, wait chains, resource contention, and much more using WinDbg on Windows and LLDB on Linux. Covers 22 .NET memory dump analysis patterns, plus the additional 21 unmanaged patterns.