Leanpub Header

Skip to main content

Filters

Books

  1. IA Generativa de Forma Concisa (Edição em Português do Brasil)
    IA Generativa de Forma Concisa (Edição em Português do Brasil)
    Como Sobreviver e Prosperar na Era da IA
    Henrik Kniberg and TranslateAI

    Este é um guia dinâmico, prático e visual para o novo e surpreendente mundo da IA Generativa. É como uma versão estendida do vídeo viral do Henrik com o mesmo nome. Versão impressa: Capa comum e Capa dura estão disponíveis na Amazon. Use o site da Amazon do seu país (ex: Amazon.se para a Suécia) para minimizar o tempo e custo de envio.

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

  3. Agile Games and Simulations
    Agile Games and Simulations
    Field-tested games for Scrum Masters and Agile Coaches. Including many activities for remote facilitation.
    Marc Bless and Dennis Wagner

    Dive into a robust toolbox of agile games and simulations, curated by experts Marc Bless and Dennis Wagner. Whether facilitating workshops, energizing sessions, or teaching agile principles remotely, this expanded edition has you covered. Unlock the power of effective play for agile success!

  4. Interpreting Machine Learning Models With SHAP
    Interpreting Machine Learning Models With SHAP
    A Guide With Python Examples And Theory On Shapley Values
    Christoph Molnar

    Master machine learning interpretability with this comprehensive guide to SHAP – your tool to communicating model insights and building trust in all your machine learning applications.

  5. Design Patterns in Modern Perl
    Design Patterns in Modern Perl
    Practical Patterns for Everyday Perl
    Mohammad Sajid Anwar

    Design Patterns in Modern Perl shows all 23 classic “Gang of Four” patterns implemented in real, runnable modern Perl. See each pattern in bless/Class::Mite, Moo, and class/Object::Pad, with tests and benchmarks you can run yourself. Use it as a practical handbook for designing, refactoring, and modernising serious Perl applications.

  6. Multi-Paradigm Programming
    Multi-Paradigm Programming
    Combining Functional, Object-Oriented, and Lisp Paradigms for Software Design and Implementation
    Marty Yoo

    Multi-Paradigm Programming shows how to blend object-oriented, functional, imperative, and logic styles into a single, pragmatic toolkit.

  7. Human Accountable for The Loop
    Human Accountable for The Loop
    How to keep ownership, authority and control when AI acts
    Ryan McDonough

    Accountability cannot be delegated. Execution can. AI can act at a speed and scale that no person can review one decision at a time. The answer is not ceremonial human oversight. It is to establish who owns the workflow, what authority the system has, which limits are enforced and who can intervene when something goes wrong.Human Accountable for the Loop is a practical framework for doing that.

  8. FAT12
    FAT12
    Understanding and Implementing the Classic File System in C
    Björn Götz

    A hands-on guide to building a complete FAT12 filesystem driver in C — from reading your first sector to running code in QEMU. Write everything yourself, boot sector to cat command.

  9. User Needs Mapping
    User Needs Mapping
    Aligning Teams Around What Matters
    Rich Allen

    Most teams don’t suffer from a lack of effort—they suffer from a lack of alignment. Goals are misaligned, boundaries are unclear, and work often centres on internal priorities instead of user needs— resulting in frustration and delays. User Needs Mapping: Aligning Teams Around What Matters offers a practical, visual way to reconnect organisations with the people they serve. Instead of guessing at structure or copying someone else’s model, this book shows you how to expose hidden dependencies, identify genuine user needs, and make better choices about team design and responsibilities. Through real-world case studies and step-by-step guidance, you’ll learn how to navigate tensions between wants, needs, and feasibility, create clarity of purpose, and build teams that deliver meaningful outcomes. Whether you’re a leader, product manager, architect, or change agent, this book equips you to turn complexity into clarity and enable teams to flow faster—aligned around what matters.

  10. Android In The Real World
    Android In The Real World
    Android in the real world: Engineering Jetpack Compose, performance, architecture, and scale under real production constraints.
    Fabio Chiarani

    A senior level Android book about what actually breaks in production: Compose, performance, architecture, build systems, CI, and scale. Less “hello world”, more “keep it alive”.

  11. A very informal journey through ROS 2
    A very informal journey through ROS 2
    patterns, anti-patterns, frameworks and best practices
    Marco Matteo Bassa

    This book takes you through the most common patterns and frameworks used by developers while creating software based on ROS 2. It's not a programming guide guiding you through the basic APIs, but is meant to help you organizing complex architectural patterns in robotics. It is written with an informal tone that will hopefully keep you entertained.

  12. Learn Vim
    Learn Vim
    The Smart Way
    Igor Irianto

    The best place to learn Vim is Vim. Both vimtutor and the help file have everything you ever need. However, the average user needs something more than vimtutor and less than the help file. Learn-Vim is an opinionated guide to learn the most useful parts of Vim in the least time possible. If you want to learn Vim and Vimscript, this is for you.

  13. Developing a Computer Operating System from Scratch
    Developing a Computer Operating System from Scratch
    An Attempt to Introduce OS Development at Beginner Level
    TINU TOM

    The first-ever book aimed at introducing operating system development to absolute beginners. The topics begin with programming in C and programming in assembly, and progress toward practical OS development.The book uses only simple methods, so it covers only a few essential topics in C and assembly programming, making it suitable for beginners.

  14. POSIX Shell Scripting from Scratch
    POSIX Shell Scripting from Scratch
    Write Once, Run Everywhere - A Beginner's Guide
    Sultan Zavrak

    Stop writing scripts that break when you switch systems. Master POSIX shell scripting and write automation that works everywhere—Linux, macOS, BSD, and beyond.Starting from absolute zero, this practical guide turns complete beginners into confident shell programmers. You’ll start by opening your first terminal window and quickly move to automating real tasks. Learn to process text files, manage system resources, and create professional-grade scripts that run reliably on any Unix-like system.Instead of platform-specific tricks, you’ll focus on portable POSIX-compliant scripting—the universal language of Unix. Through hands-on projects like backup tools, monitoring dashboards, and deployment helpers, you’ll gain skills you can apply immediately.Whether you’re a system administrator, a developer moving into DevOps, or a curious beginner, this book gives you a solid, long-lasting foundation.

  15. Understanding the core of Drupal
    Understanding the core of Drupal
    César Manuel Sánchez Felipe

    A 1414-page technical reference on the Drupal 11.4 core, verified line by line against the source. Not how to use Drupal: how it is built on the inside, and why.