Leanpub Header

Skip to main content

Filters


Books

  1. Approaching PHP from a functional perspective. Yes, really. (With just a pinch of category theory.)

  2. Microsoft Dynamics 365 Business Central Field Guide
    Your companion to a successful implementation. Tips to get ahead as you venture into the cloud
    Erik Hougaard

    A companion book for implementing Microsoft Dynamics 365 Business Central. Targeted end-users, super-users and administrators, this book covers many of the challenges you're faced when implementing a cloud-based ERP system. From setting up the system and creating the first company to user customizations and integration. Updated to 2022 Wave 2 v21.

  3. Finding Success (and Failure) in Haskell
    Fall in love with applicative functors
    Type Classes

    Grab your compiler and follow along as the authors develop and gradually refine a short Haskell program. This extremely approachable guide explains topics like case expressions, sum and product types, type constructors, typeclasses, and newtype coercion as they are motivated by the example code, with exercises to reinforce your understanding.

  4. The Apache Ignite book
    The next phase of the distributed systems
    Shamim Bhuiyan

    The complete guide to learning everything you need to know about Apache Ignite

  5. Software Architecture for Developers
    Technical leadership and the balance with agility
    Simon Brown

    A developer-friendly, practical and pragmatic guide to lightweight software architecture, technical leadership and the balance with agility.

  6. Write code that you can understand without holding the entire system in your head. This book shows you how Java's modern functional features—records, sealed types, lambdas, streams—combine into a powerful approach to design. You'll learn: • How to eliminate race conditions without synchronized blocks • How to write tests that test business logic, not mock frameworks • How to compose complex behaviors from simple, reusable functions • How to manage deeply nested immutable data without boilerplate • How to adopt functional patterns incrementally in existing codebases Written for working developers. Filled with production-ready code examples.

  7. Stop Facilitating, Start Leading
    The Scrum Master's Path to Value Flow Management
    Tristan Libersat

    You’ve facilitated your 50th retrospective. The same issues surface. The same action items are created. Nothing changes. Features marked "done" sit in queues for months. You’re doing your job perfectly—and it’s making no difference.What if the problem isn’t your facilitation skills? What if the Scrum Master role itself is trapped in an outdated model?

  8. From Monolith to Modules: Refactoring Payment Providers in NestJS
    A Real-World Guide to Self-Registering Architectures and Cleaner Code
    Oluwakemi Awosile

    Tired of god factories and 200-parameter constructors? In one intense week, I turned a payment provider monolith into modular, self-registering NestJS heaven. This book shows you how without losing your mind (mostly).

  9. Building Large Scale Web Apps
    A React field guide
    Addy Osmani and Hassan Djirdeh

    In this book, you'll uncover strategies that industry professionals use to build scalable, performant, and maintainable React applications, all without becoming overwhelmed by complexity.

  10. Revolutionizing Healthcare with Real-Time Monitoring and Frequency Therapy
    A Personal Journey Through the TEHS Scrum Framework for Health and Performance: Twice the Energy with Half the Stress
    Jeff Sutherland

    Unlock the power of real-time healthcare monitoring and frequency therapy with the TEHS Scrum Framework. This groundbreaking book blends agile principles with health optimization, offering a structured approach to doubling your energy while cutting stress in half. Explore how cutting-edge frequency research and AI-driven health monitoring can revolutionize well-being and longevity.

  11. Taming Thymeleaf
    Practical Guide to building a web application with Spring Boot and Thymeleaf
    Wim Deblauwe

    Learn to build a production-grade web application with Spring Boot and Thymeleaf with this book.

  12. Build Your Own Database in Go From Scratch
    From B+tree to SQL in 3000 lines
    build-your-own.org

    Learn databases from the bottom up by coding your own, in small steps, and with simple Go code (language agnostic).Atomicity & durability. A DB is more than files!Persist data with fsync.Crash recovery.KV store based on B-tree.Disk-based data structures.Space management with a free list.Relational DB on top of KV.Learn how tables and indexes are related to B-trees.SQL-like query language; parser & interpreter.Concurrent transactions with copy-on-write data structures.

  13. Kubernetes 101
    Learn the basics of Kubernetes and container-based infrastructure.
    Jeff Geerling and Katherine Geerling

    If you've dabbled in containers and infrastructure or DevOps but don't know why Kubernetes is so popular, or how to get started with it, this is your book! Learn the basics of Kubernetes quickly and efficiently, with real-world application deployment examples.

  14. Design and Reality
    Essays on Software Design
    Rebecca Wirfs-Brock and Mathias Verraes

    “Happily purchased. Handy to have these in one place. Thank you!” — Kent Beck “Excellent new thinking on Domain-Driven Design. It's full of real practical experience in getting the most value from domain modelling. Just like the Eric Evans' DDD book, this gives more insight each time you read it.” — Ian Russell

  15. SolidStart: Build Full-Stack Applications with SolidJS
    A practical guide to mastering SolidStart for building fast, reactive, and full-stack web applications with SolidJS.
    Sinan Polat

    Discover how to build modern, reactive applications that go beyond the client side. With SolidStart, you’ll harness server-side rendering, seamless routing, and full-stack integration to deliver apps that are fast, scalable, and production-ready. Through a hands-on project, you’ll see how these concepts come together to create a secure, production-ready application from the ground up. Whether you’re optimizing performance, structuring navigation, or coordinating server and client logic, this book shows you how to move beyond the basics and build the kind of modern, reactive applications SolidJS was designed for.