Leanpub Header

Skip to main content

Filters

Category: "Software"

Books

  1. From Co-Pilot to Autopilot
    From Co-Pilot to Autopilot
    The Practical Guide to Building, Selling, and Scaling Autonomous AI Agent Businesses
    Ali Najafzadeh

    A practical people's guide to building AI agent businesses that deliver completed work, not just dashboards. Learn how to find high value workflows, build trusted agents, design control rooms, price outcomes, and move from copilot to controlled autopilot.

  2. Ansible at Scale: Building Resilient Automation Systems for Modern Infrastructure
    Ansible at Scale: Building Resilient Automation Systems for Modern Infrastructure
    From First Playbook to Enterprise Automation at Scale
    Steve Publications

    Go from your first Ansible playbook to enterprise-scale automation across hybrid clouds. This guide empowers sysadmins and DevOps pros with production-ready patterns for VMware, Kubernetes, and major cloud providers, helping you build secure, scalable infrastructure while avoiding common pitfalls.

  3. BitTorrent from Scratch
    BitTorrent from Scratch
    Building a Production-Grade BitTorrent Client in Python
    Steve Publications

    Build a production-grade BitTorrent client in Python from the ground up while exploring the protocols, networking concepts, and engineering decisions behind one of the internet's most successful peer-to-peer systems. From peer discovery to data transfer, you'll implement every major component and gain a practical understanding of how BitTorrent works in the real world.

  4. Build Your Own Operating System

    A working x86-64 kernel in 90 pages — bootloader, scheduler, FAT12 driver, window manager — all the way to a real PC.

  5. Will Never DM You First
    Will Never DM You First
    Inside the Scam Economy of Open Communities
    Bruno Galvao

    Every crypto channel pins the same frantic warning: the admins will never DM you first. This is the field guide to the scam economy behind that line — impersonated admins, deepfaked founders, pig-butchering, and entire synthetic communities — traced across three eras, from spam to crypto to AI, and the one question that ends it: who is in the room?

  6. Exit-Ready SaaS Infrastructure

    The value of a SaaS business is more than code and revenue. Domains, service accounts, social profiles, and infrastructure ownership matter too. A competitor claiming your brand on X is bad, but a malicious npm scope using your brand to ship harmful code to customers is far worse.

  7. Process-First Design
    Process-First Design
    Less art, more engineering
    Sergiy Yevtushenko

    Software design is the last craft that never got standardized, so the same problem yields a different structure in every shop and every sprint. Process-First Design is the method for it: design around the process, not the entity, and the dozen small structural decisions you re-litigate every time become engineering, leaving your judgment for the architecture and the domain. One running example carries it from a single use case up to a multi-tenant platform.

  8. The Haskell Blueprint
    The Haskell Blueprint
    A Direct Guide to Writing Maintainable, Real-World Software
    Gautier DI FOLCO

    A direct route from the basics to real-world Haskell. Master functions, types, and effects, structure real projects, and ship a working blog engine. Along the way, you learn design principles that make you a stronger engineer in any language.

  9. Lean Software Development Made Simple
    Lean Software Development Made Simple
    Mohammed Hamed Ahmed Soliman

    In this practical and insightful guide, Mohammed Hamed Ahmed Soliman brings the proven principles of Lean to the world of software development. Whether you’re managing large-scale enterprise applications or agile startup teams, this book will show you how to eliminate waste, optimize flow, and deliver real customer value—faster.

  10. Testing Rails from Scratch
    Testing Rails from Scratch
    A practical, (mostly) out-of-the-box approach to test-driven development in Ruby on Rails
    Aaron Sumner

    Real-world advice for adding reliable tests to your Rails apps with the default tools (mostly), complete with expanded, exclusive content and a full sample application. Learn to test with confidence!

  11. The End of AI Vendor Lock-In

    Your first AI integration is usually simple: one provider, one SDK, one model. Then production happens. Costs rise. Rate limits appear. Teams need access control. Security wants API keys centralized. Product wants to test better models. Finance wants to know who is spending what. Suddenly, the real problem is not calling an LLM. The real problem is operating AI as shared infrastructure. The End of AI Vendor Lock-In shows how LiteLLM helps teams build provider-agnostic, resilient, cost-aware AI systems that can route across models, manage fallbacks, track spend, enforce budgets, and reduce dependency on any single provider. If you are building AI products that need to survive real-world production pressure, this book is for you.

  12. Cartografía del dominio
    Cartografía del dominio
    Crónica, manual y catálogo del Domain-Driven Design
    Andoni Arroyo

    Una crónica del Domain-Driven Design desde el modelo anémico de los noventa hasta la práctica contemporánea, con manual y catálogo de cuarenta fichas. Para programadores que quieren aplicar DDD con criterio, no por inercia.

  13. Agentic Engineering
    Agentic Engineering
    From Execution to Orchestration
    Narayanan Jayaratchagan

    You have been using AI as a faster keyboard.The engineers who will define the next decade are using it as a cognitive workforce they direct, constrain, and govern. The gap between those two practices is not a matter of better prompts. It is a matter of an entirely different mental model.This book is that mental model. Built from first principles. Illustrated through 28 chapters of real architectural decisions, real failures, and real production systems.From execution to orchestration. The complete practitioner guide.

  14. Exploring Java Libraries: A Developer's Guide (Volume 2)
    Exploring Java Libraries: A Developer's Guide (Volume 2)
    Advanced Text Processing, AWT, Swing GUI, and Accessibility in Java
    Solis Dynamics

    Exploring Java Libraries: A Developer’s Guide, Volume II is a hands-on guide to Java’s text-processing, desktop GUI, and accessibility libraries. Through practical examples, structured explanations, and real-world coding scenarios, it helps developers move beyond theory and master Java’s AWT, Swing, and java.text ecosystem.

  15. Spec Driven Development
    Spec Driven Development
    Construa com IA sem perder o controle
    Bezael Pérez

    Usar IA para programar é fácil. Usá-la sem perder o controle, nem tanto. Spec-Driven Development é o método para transformar sua ideia em uma spec que a IA executa com precisão — sem loops infinitos, sem código quebrado, sem começar do zero.