Kick off your book project in 3 hours! Live workshop on Zoom. You’ll leave with a real book project, progress on your first chapter, and a clear plan to keep going. Saturday, June 6, 2026. Learn more…

Leanpub Header

Skip to main content

Filters

Category: "Microservices"

Books

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

  2. Inter-Process Communication in Real-Time 3D Applications : First Edition
    A Practical C++ Guide to Live-Linking Pixar'S OpenUSD With Modern gRPC.
    Hamed Sabri

    A hands-on introduction to IPC in real-time 3D Applications using modern C++, gRPC, and OpenUSD, featuring a practical LiveLink pipeline between Autodesk Maya and a custom USD viewer.

  3. asyncio from ground up
    A working Mental Model for Python asyncio
    Ritesh Modi

    Most asyncio tutorials introduce async and await on page one and ask you to take the runtime on faith. This book does it the other way around. You build a working event loop in thirty lines of plain Python — no asyncio import — and meet the keywords as labels for parts of a runtime you have already watched run. By the end, async Python stops being intimidating and starts being readable.

  4. The Scaling Playbook From WordPress to 1 million orders. One company's 5-year journey through every scaling decision, mistake, and hard-won principle. No code. No fluff. Just architecture thinking.

  5. Building REST APIs with Spring Boot 4.0
    Practical and code-first learning for Java developers to build, test and deploy applications using Java 21
    GitforGits | Asian Publishing House

    What you've got here is a hands-on walkthrough of Spring Boot 4.0, where we'll build a single application from start to finish, using the command line and then packaging it as a JAR at the end. Each chapter adds one real capability, like a REST endpoint, a database, an error handler, a security layer or a test suite. Each chapter gets straight into the code, and you can run, modify and break it to see what happens.There's even a dedicated troubleshooting chapter at the end that deals with the exact errors beginners actually encounter in practice, not just hypothetical ones.

  6. Stateful & Stateless Microservices in Python
    Beginners Guide
    Sudhanshu Jaiswal

    "What if building microservices was as simple as running a food court? Each stall does one thing perfectly—pizza, burgers, smoothies—no chaos, just collaboration. Some remember your order (stateful), others don’t (stateless). This book turns distributed systems from a nightmare into a well-oiled machine. Ready to serve up scalable, cloud-ready microservices in Python? Dive in!"

  7. Build a complete, production-grade microservices platform with Spring Boot 4 and Java 21, one chapter at a time.

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

  9. THE GLOBAL DATA WAR
    Artificial Intelligence, Big Tech, and the Race for Data, Chips, and Cloud
    Nilesh Shantaram Devlekar

    Artificial Intelligence has become the new global power race. Nations are competing for data, infrastructure, and algorithmic dominance that will define the future world order.

  10. The Adaptable Enterprise
    Evolutionary Architecture and the Strategic Management of Technical Debt
    Emeka Mbah

    The “perfect architecture” is a myth. The adaptable enterprise wins. Learn how to design evolutionary systems, quantify technical debt, and align engineering with business ROI.

  11. Modern Banking Microservices with Clean Architecture, DDD, TDD, .NET 10, and Angular 21 (nx Monorepo)
    A Complete Engineering Guide to Building Production-Grade Banking Systems Using Microservices, Docker, CI/CD, Testing, and Angular Nx Monorepos
    Gustavo Felix

    Build a real-world digital banking platform from scratch using .NET 10, Clean Architecture, DDD, Angular 21 (Nx Monorepo), Docker, PostgreSQL, and GitHub Actions CI/CD. This hands-on, full-stack guide shows you how fintech systems are built in modern software teams—covering microservices, secure APIs, authentication, event-driven architecture, automated testing, containerization, and more. No shortcuts, no toy examples. Just real engineering.

  12. System Design Mastery - Generative AI
    Case Studies, Trade-offs & Scenarios
    Sameer Paradkar

    Master Generative AI from Theory to ProductionYou don't learn Gen AI from tutorials — you learn from solving real problems. How does ChatGPT handle context and avoid hallucinations? How does Perplexity build RAG at scale? How does GitHub Copilot generate accurate code? System Design Mastery - Generative AI teaches through real-world scenarios and production patterns. 116 scenario-driven case studies covering:✅ RAG with vector databases and hybrid search✅ Prompt engineering with Chain-of-Thought reasoning✅ Document processing with multi-format parsing✅ Multi-modal AI with vision and audio✅ Production deployment with monitoring and cost optimization Every scenario includes: production problem, architectural approaches, Gen AI patterns, decision frameworks, tool implementations, and interview-ready explanations. Learn through case studies from OpenAI, Anthropic, Google, Meta, and top AI-companies. Your journey from developer to Gen AI architect begins here — with scenarios you'll face and tools you can deploy.

  13. WebAssembly 2.0 Essentials, Second Edition
    Making Migrations, Cloud-Native Integration, and Production-Ready WebAssembly Applications Easier
    GitforGits | Asian Publishing House

    The latest version of WebAssembly has arrived and it has some really cool new features. I knew that I had to completely rewrite this book to make sure it was up to date. Now, here we are. Within this book, I will take you from the very basics of memory, control flow, and the mechanics that make Wasm work, through to compiling multiple languages, building multi-threaded applications, and optimising for real-world performance.

  14. Designing Trading Systems Volume 1
    Trade Booking, Lifecycle and Flow
    Code Maverick

    This book opens the door for developers, project managers, product managers, and business analysts who want to understand how trading systems really work — from trade booking and lifecycle processing to data flow and integration. It provides the knowledge and perspective needed to gain a true edge in one of the most technically sophisticated domains in finance.