Leanpub Header

Skip to main content

Filters


Books

  1. Creating AI Agents with MCP - Model Context Protocol
    Part of the series, "The Only Book You'll Need On..."
    Lydia Evelyn and Bruce Hopkins

    Get started quickly, creating applications for the Model Context Protocol (MCP) using the official MCP SDKs for Python, Java 21, and Node.js. Quickly master, all of the concepts needed in order to build MCP servers, including transport protocols, tools, resources, prompts, roots, and sampling. Learn how to get familiar with popular MCP client applications such as, Claude Desktop, Postman, and the MCP Inspector.

  2. Actionable Agile Metrics for Predictability is a comprehensive guide on how to use flow metrics and analytics to get the predictability your customers crave.

  3. Fundamentals of Windows Performance Analysis
    Alex Kirshenbaum and Michael Milirud

    This book will teach you how to investigate and root-cause numerous types of performance issues on a PC, in many cases all the way down to the code causing them.

  4. Manifest Android Interview 한국어
    GDE의 노하우가 담긴 질문으로 학습하는 안드로이드 기술 면접 가이드
    Jaewoong

    안드로이드 기술 면접에서 좋은 결과를 얻으려면 단순히 답을 외우는 것이 아니라, 개념을 올바르게 이해하고 실전에 적용해 보는 연습이 중요합니다. 이 책에서 다루는 108개의 면접 질문, 162개의 추가적인 실전 질문, 50개 이상의 Pro Tips를 통해 기술적 배경과 논리를 향상시킴으로써 실제 기술 면접의 대비뿐만 아니라, 안드로이드 생태계의 전반적인 지식을 학습하는데 큰 도움이 됩니다. 하드커버 에디션 (영문) | 페이퍼백 에디션 (영문)

  5. Async Patterns in Django
    A comprehensive guide to asynchronous programming and protocols in Django
    Paul Bailey

    Async Patterns in Django steps through old and new techniques and web protocols that can be implemented in Django with its newly gained async abilities. If you're looking to level up in async or find recipes for async web protocols in Django, you'll find it in Async Patterns in Django.

  6. Make Games for Playdate with Lua
    A fun introduction to game programming with Lua and the Playdate SDK
    Brett Chalupa

    Whether you've never coded a game before or have years of experience under your belt, you'll learn the fundamentals of how to make games for Playdate using the Lua programming language. Make Games for Playdate with Lua covers how to program with Lua and the essential Playdate APIs. You'll make a handful of games to get you kickstarted on making your dream game for Playdate.

  7. Introductory Statistics for the Life and Biomedical Sciences
    OpenIntro, Dave Harrington, and Julie Vu

    Introduction to Statistics for the Life and Biomedical Sciences is the 4th official OpenIntro book and has been written to be used in conjunction with a set of self-paced learning labs. These labs guide students through learning how to apply statistical ideas and concepts discussed in the text with the R computing language.

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

  9. Implementing the Clean Architecture
    Python Edition
    Sebastian Buczyński

    Learn how to apply the Clean Architecture. The book strongly focuses on practical aspects and is illustrated with tons of code snippets. Code samples are in Python.

  10. All aspects of C++ move semantics with intutive motivation, compelling examples, and tricky details. The book is complete now and done. Printed versionBundle with C++17 - The Complete GuideC++23C++20C++17

  11. Code Better in Delphi
    The practice of writing maintainable, reliable, and scalable code in Delphi.
    Alister Christie

    Make your Delphi code better by reading this book! You will find numerous tips, tricks, techniques and tools to enhance and improve code. How does your code stack up? Are you writing code that will be usable for years, or are you heading towards a dystopian maintenance apocalypse?

  12. Code Faster in Delphi
    Alister Christie

    This book will make you a faster Delphi developer, it doesn't matter if you are just starting out, or have been using Delphi since version 1, you will find all sorts of tips, tricks and hacks to boost your productivity.

  13. The Craft of MBSE
    Tim Weilkiens, Michael Vinarcik, and Christoph Fischer

    Unlock the Secrets of MBSE Craftsmanship: Transform Your Organization's Engineering Culture and Excel in Model-Based Systems Engineering. Discover the Art and Philosophy Behind True Mastery.

  14. Beyond Blinky
    Object-Oriented C++ Programming for Embedded Systems
    Nguyen Hoan Hoang

    Most embedded teams say they “avoid OOP” and “stick to C.” But look closely at real C codebases and you’ll find function-pointer tables, opaque handles, and generic device arrays—manual object models built the hard way. Beyond Blinky shows how to embrace that reality consciously, using modern C++ to design firmware that is readable, portable, and owned—without sacrificing performance or control. This book is about moving past the blinking LED mindset and designing embedded systems as living architectures, not scripts. To blinky and beyond—Let's make your IO sing!

  15. Bayesian Analysis with Python - Third Edition
    A practical guide to probabilistic modeling
    Packt Publishing Ltd

    Bayesian inference uses probability distributions and Bayes' theorem to build flexible models. This book uses PyMC to abstract all mathematical and computational details from this process, allowing readers to solve a range of data science problems.