Leanpub Header

Skip to main content

Filters


Books

  1. Фундамент архітектури
    База, якої вас ніколи не вчили
    Сергій Немчинський

    Чому проєкт-цукерочка через рік перетворюється на непідтримуване пекло? Тому що вас ніколи не вчили базі. Ця книга — єдина система координат, яка нарешті збере ваші розрізнені знання про ООП, GRASP, SOLID та GoF в одну цілісну картину.

  2. The Architect’s Paradox
    Uncertainty and the Philosophy of Software Architecture
    Barry O’Reilly

    An introduction to philosophy for software engineers and architects that will help them understand their design process. This book helps to answer the question “Why are we like this?”.

  3. Residuality Theory is a new way to think about the design of software systems that explains why we experience design the way we do, why certain things seem to work only sporadically, and why certain architects get it right so often regardless of which tools they use. A new, scientific approach is defined that fuses Software Engineering, Complexity Science, and Philosophy to produce an entirely new way to think about how to design software. The result is a theoretical base that allows architecture to finally become its own discipline.

  4. Platform Strategy
    Innovation Through Harmonization
    Gregor Hohpe

    Developer platforms promise to rewrite the laws of IT physics: they boost innovation through standards; they speed up development while assuring compliance; and they reduce cognitive load without restricting choice. Building such an in-house platform, or even deploying one, is far from easy, though. This book condenses a decade of building and rolling out platforms into practical advice for platform teams and users.5300+ happy readers! Also as Paperback edition

  5. Interpretable Machine Learning (Third Edition)
    A Guide for Making Black Box Models Explainable
    Christoph Molnar

    This book teaches you how to make machine learning models more interpretable.

  6. The Kubernetes Book
    Nigel Poulton

    This 2026 edition of the best-selling Kubernetes book is fully updated for the latest versions of Kubernetes and the latest industry trends. You won't find a better and more up-to-date book on Kubernetes. Hand-crafted over the past 8 years by best-selling author Nigel Poulton. This book is a masterpiece.

  7. Agentic Engineering
    Designing Reliable Systems in the Age of AI
    Dr. Markus Nissl

    AI can write code faster than any human can review it. That changes the economics of engineering, but not what engineering is for. The bottleneck has moved from building to judging —and judgment cannot be prompt-engineered into a system designed for cheap proposals.

  8. Introduction to Data Science
    Data Analysis and Prediction Algorithms with R
    Rafael A Irizarry

    The demand for skilled data science practitioners in industry, academia, and government is rapidly growing. This book introduces concepts from probability, statistical inference, linear regression and machine learning and R programming skills. Throughout the book we demonstrate how these can help you tackle real-world data analysis challenges.

  9. 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 2026 Wave 1 v28.

  10. Ansible for DevOps
    Server and configuration management for humans
    Jeff Geerling

    Ansible is a simple, but powerful, server and configuration management tool. Learn to use Ansible effectively, whether you manage one server—or thousands.

  11. C++ Algorithmic Mastery: 1000 Challenges from Beginner to Legendary
    Solved and Tested — A Complete 8-Volume Journey from Beginner to Advanced Algorithms
    Hatem M.

    1000 carefully designed C++ problems across 8 progressive volumes — from your very first line of code to advanced algorithms. Every single solution is compiled and tested on g++, with hints, complexity analysis, and a clear explanation for each. A complete, structured path from beginner to mastery.

  12. Tokens Not Jokin'
    How API Documentation Format Affects AI Code Generation
    Ed Grzetich

    Documentation format explains 10 to 127 times more variance in AI-generated code than model choice. We ran 21,462 tests to prove it. This book shows you which formats work, which ones break, and why the industry standard is the worst option for AI consumption.

  13. Introduction to Zig
    a project-based book
    Pedro Faria

    An open, technical and introductory book for the Zig programming language, which is a new general-purpose and low-level programming language.

  14. Windows 11 Field Guide
    2026 Edition
    Rafael Rivera and Paul Thurrott

    The Windows 11 Field Guide is a full-length e-book about the latest version of Microsoft Windows, aimed at those users who will upgrade from Windows 10 or acquire Windows 11 with a new PC.

  15. Python has had type hinting support since Python 3.5, over TEN years ago! However, Python’s type annotations have changed repeatedly over the years. In Python Typing: Type Checking for Python Programmers, you will learn all you need to know to add type hints to your Python applications effectively.