Leanpub Header

Skip to main content

Filters

Books

  1. Build Your Own Coding Agent
    Build Your Own Coding Agent
    The Zero-Magic Guide to AI Agents in Pure Python
    J. Owen

    Skip the black-box frameworks. Build a production-grade AI coding agent from scratch in pure Python - cloud or local, tested with pytest, all in a single file.

  2. Product Engineering with AI
    Product Engineering with AI
    A practical guide to product engineering in an AI native era
    Addy Osmani and Hassan Djirdeh

    A practical guide to product engineering in an AI native era, where building shifts from manual construction to steering tools, editors, and agents. Product Engineering with AI covers platforms, agentic workflows, prompting, code quality, UX, and responsible practices for getting from prototype to production. 

  3. Super Study Guide: Transformers y Grandes Modelos de Lenguaje
    Super Study Guide: Transformers y Grandes Modelos de Lenguaje
    Afshine Amidi, Shervine Amidi, laramaktub, and Steven Van Vaerenbergh

    Este libro es una guía concisa e ilustrada para cualquiera que desee comprender el funcionamiento interno de los Grandes Modelos de Lenguaje, ya sea de cara a realizar entrevistas, proyectos o para satisfacer su curiosidad.

  4. Super Study Guide: Algorithms & Data Structures
    Super Study Guide: Algorithms & Data Structures
    Afshine Amidi and Shervine Amidi

    A concise, illustrated guide to algorithms and data structures, perfect for coding interviews, classes, or self-study. Covers key concepts, from fundamentals to graphs, trees, sorting, and search techniques.

  5. TYPO3 CMS Certified Developer, 3rd edition (English)
    TYPO3 CMS Certified Developer, 3rd edition (English)
    Exam study guide for the official TCCD certification of the TYPO3 Association
    Michael Schams

    This eBook is the ideal study guide for the official TCCD certification by the TYPO3 Association. The revised and updated 3rd edition for TYPO3 v12 LTS contains more than 200 example questions and detailed explanations of which answers are correct and why. Simply the perfect choice for every developer to prepare for the test and master the exam! 🏆

  6. High-Performance Java Persistence
    High-Performance Java Persistence
    Get the most out of your persistence layer
    Vlad Mihalcea

    A high-performance data access layer must resonate with the underlying database system. Knowing the inner workings of a relational database and the data access frameworks in use can make the difference between a high-performance enterprise application and one that barely crawls.

  7. Le Livre de TameFlow
    Le Livre de TameFlow
    La Théorie des Contraintes appliquée au Travail collaboratif de nature intellectuelle
    Steve Tendon and José Coignard

    Vous recherchez une approche de gouvernance d'entreprise à haute performance qui améliore la gestion, l'exécution et la livraison tout en gérant simultanément de multiples projets/produits, événements, parties prenantes et équipes ? Une approche qui vous apporte de meilleurs résultats financiers, une mise sur le marché plus rapide, une charge de travail réduite, une meilleure prédictibilité, des employés plus satisfaits et des clients ravis ? Alors découvrez TameFlow !

  8. Engineering as a Leadership System
    Engineering as a Leadership System
    Why engineering excellence fails systemically despite modern practices
    Martin Hinshelwood

    Engineering excellence isn’t a team problem, it’s a leadership system problem.This book shows how operating models, decision rights, and measurement shape delivery outcomes, and why modern practices fail when the system around them still assumes predictability.

  9. LadybugDB for Edge Agent AI memory

    Vector stores don't think — they search. They find fragments that sound like your query, then forget they ever looked. Every session starts from nothing. Every context window is a memory that dissolves at sunset.But the deeper problem isn't amnesia. It's that when agents do remember, they remember in someone else's house — on servers you don't control, in formats you can't inspect, under terms you didn't write.Memory Graph is a book about building something different: persistent, structured, queryable memory that lives inside your application — no external servers, no data leaving your process, no infrastructure you don't own. An embedded graph database that travels with your agent the way a nervous system travels with a body.You'll learn how to model not just facts, but relationships between facts. Causality. Temporal ordering. The layered structure of meaning that makes memory more than a search index. You'll build ontologies that enforce what can be known and how. You'll combine graph traversal with semantic search — so your agents find not just what's similar, but what's connected.The result is an agent that remembers the way you do: structurally, contextually, privately — with memory that belongs to you.

  10. Agentic Software Engineering
    Agentic Software Engineering
    The Definitive Governance Framework
    Hugo L. Villalobos

    Stop treating AI like a deterministic compiler and wondering why your codebase is degrading into hallucinated spaghetti code. Agentic Software Engineering provides the architecture, constraints, and rigorous governance needed to safely transition your team from manual typists to AI Orchestrators.

  11. Mobile Application Security
    Mobile Application Security
    The Definitive Guide to Protecting Android, iOS, and Cross-Platform Applications
    Steve Publications

    Mobile apps handle some of our most sensitive data, making security essential. Mobile Application Security explores how Android, iOS and cross-platform apps are attacked and secured. Covering secure coding, cryptography, reverse engineering and penetration testing, it gives developers, security professionals and students the practical skills to build and assess secure mobile applications.

  12. Generative AI in a Nutshell
    Generative AI in a Nutshell
    How to Survive and Thrive in the Age of AI
    Henrik Kniberg

    This is a fast-paced, practical, and visual guide to the strange new world of Generative AI. It is like an extended version of Henrik's viral video with the same name. Course version: The book is also available as a course on Leanpub. If your company wants to pay for you to take an AI course, now you can :) Print version: Paperback & Hardcover are available on Amazon. Use your own country's amazon site (ex: Amazon.se for Sweden) to minimize shipping time and cost.

  13. Becoming a Harness-Driven Developer
    Becoming a Harness-Driven Developer
    Building Reliable Systems in the Age of AI-Generated Code
    Miloš Kecman

    The fastest practical path to understanding harness-driven development as a complete system. Through clear visual diagrams and a real repository mapped to the book, you will see how a harness guides AI agents, evaluates their work, detects drift, enforces constraints, supports repair, and keeps software evolution visible, verifiable, and under control.

  14. Systems Thinking for Agentic AI
    Systems Thinking for Agentic AI
    A Software Architect’s Guide to Building Reliable LLM and Agent Systems
    Ediz Najim

    An LLM is not an AI system.Systems Thinking for Agentic AI shows software engineers and architects how to design reliable AI applications with prompts, RAG, tools, memory, orchestration, guardrails, evaluation, observability, and runtime control.Move beyond chatbot demos and learn how to build production-ready agentic AI systems you can reason about, measure, debug, operate, and improve

  15. Windows Internals: Architecture of Modern Microsoft Operating Systems
    Windows Internals: Architecture of Modern Microsoft Operating Systems
    From Boot to Shutdown — Kernel Design, Security, Virtualization, and Debugging in Windows 10, 11, and Server
    Steve Publications

    Discover how Windows really works beneath the desktop. From boot to shutdown, this book provides a practical, in-depth exploration of the Windows NT kernel, covering architecture, memory management, security, virtualization, debugging, and more for developers, security professionals, and advanced students.