Leanpub Header

Skip to main content

Filters

Category: "Computer Science"

Books

  1. Distributed Systems for practitioners

    Learn the basic principles that govern how distributed systems work and how you can design your systems for increased performance, availability and scalability. Understand the basic algorithms and protocols used to solve the most common problems in the space of distributed systems.

  2. From Source Code To Machine Code
    From Source Code To Machine Code
    Build Your Own Compiler From Scratch
    build-your-own.org

    Build a compiler to learn how programming languages work. Use low-level assembly to learn how computers work. Walks through a minimal yet complete compiler. Compiles a static-typed language into x64 ELF executables.Simple interpreter.Bytecode compiler.x64 assembly & instruction encoding.Translate bytecode to x64 code.Generate binary executables.

  3. Understanding Docker in a visual way
    Understanding Docker in a visual way
    Learn & Discover Docker in sketchnotes - with some tips included -
    Aurélie Vache

    Understanding Docker can be difficult or time-consuming. I've created this collection of sketchnotes about Docker in order to explain the Cloud technology in a visual way.

  4. Build Your Own Redis with C/C++
    Build Your Own Redis with C/C++
    Network programming, data structures, and low-level C.
    build-your-own.org

    Build real-world software by coding a Redis server from scratch.Network programming. The next level of programming is programming for multiple machines. Think HTTP servers, RPCs, databases, distributed systems.Data structures. Redis is the best example of applying data structures to real-world problems. Why stop at theoretical, textbook-level knowledge when you can learn from production software?Low-level C. C was, is, and will be widely used for systems programming and infrastructure software. It’s a gateway to many low-level projects.From scratch. A quote from Richard Feynman: “What I cannot create, I do not understand”. You should test your learning with real-world projects!

  5. Certainty by Construction
    Certainty by Construction
    Software and Mathematics in Agda
    Sandy Maguire
    No Description Available
  6. The GPG Guide
    The GPG Guide
    Modern OpenPGP for Every Workflow
    Tony Gies

    The comprehensive, current PGP and GnuPG reference: from air-gapped key generation to YubiKey provisioning, Git signing, email encryption, and emergency recovery. Can't afford it? I got you -- scroll to end of description

  7. The easiest way to learn design patterns
    The easiest way to learn design patterns
    With C# 12 code samples on .NET 8
    Fiodar Sazanavets and Awal Kamin Salifu

    Learn design patterns in the easiest way possible. You will no longer have to brute-force your way through each one of them while trying to figure out how it works. The book provides a unique methodology that will make your understanding of design patterns stick. It can also be used as a reference book where you can find design patterns in seconds.

  8. Java Challengers
    Java Challengers
    Master the Java Fundamentals with fun Java Code Challenges! Become a Java Challenger!
    Rafael Chinelato del Nero

    Master the Java fundamentals and have a lot of fun solving the Java code Challenges of this book. You will see if you really know core Java concepts well. There are more than 70 well-elaborated Java code Challenges for you to challenge yourself and refine your Java skills to the very best so you can get rid of bugs far more easily.

  9. C From Scratch
    C From Scratch
    Prove it works before you write it.
    William Murray

    Learn C by proving your code correct before you write it. The same methodology behind certified aerospace and medical systems - now applied to learning C from the ground up.

  10. Requirements-Skills erfolgreicher Softwareteams
    Requirements-Skills erfolgreicher Softwareteams
    Praxisbuch zum iSAQB CPSA-Advanced Req4Arc
    Gernot Starke and Peter Hruschka

    Fühlen Sie sich als Entwicklungsteam von Requirements-Engineers, Product-Owner oder Produktmanager bezüglich klarer Anforderungen im Stich gelassen? Hier finden Sie methodische und pragmatische Ansätze, mit denen Sie dieser Misere entkommen können.

  11. General Systems Thinking
    General Systems Thinking
    An Introduction
    Gerald M. Weinberg

    A true classic, not just in computing but in the broad area of scholarship. It is partly about the philosophy and mechanisms of science; partly about designing things so they work but mostly it is about how humans view the world and create things that match that view. This book will still be worth reading for a long time to come. - Charles Ashbacher

  12. Generative AI Made Simple
    Generative AI Made Simple
    From Fundamentals to Real-World Applications for Professionals and Students
    Roshan Rajan

    In a world buzzing with terms like ChatGPT, Midjourney, and Copilot, most people still ask one question — What exactly is Generative AI, and how do I use it in real life?“Generative AI Made Simple” is your friendly, practical guide to understanding and applying AI in your daily work and learning. Written for professionals, students, and curious minds, this book explains complex concepts in simple, storytelling language.You’ll learn:What Generative AI really is and how it differs from traditional AIHow to write powerful prompts for better AI resultsUsing AI for writing, creating presentations, images, and videosReal-world applications in business, marketing, education, and moreBuilding your personal AI-powered workflowEthics, governance, and future career trends — including Agentic AI Simple, practical, and full of examples — Generative AI Made Simple helps you stop fearing AI and start using it.

  13. ITPEC FE Examination Study Guide Subject A&B (April 2026)
    ITPEC FE Examination Study Guide Subject A&B (April 2026)
    Real 80 Questions with Detailed Explanations
    Takashi Narita

    Conquer the "Algorithm Wall" with 20 high-density practical questions. Learn the logical thinking and pseudocode mastery required to pass the most challenging part of the FE exam.

  14. System 3: Towards Fluent Autonomy

    What could a mighty billion-parameter reasoning machine learn from a camel trying to touch its ear with its tongue? From a cup of coffee? From deleting your entire codebase while you sleep? More than you’d think. And less than you’d hope. Today’s AI is brilliant structure without grounding—a hollow genius. We chase smarter models but ignore the architecture they need. This book is about building that missing layer: the trust chains and systems that turn raw intelligence into reliable autonomy. For builders ready to move beyond prompts.Watch agents solve unsolvable problems. Learn to think in trust chains. Start here.

  15. You Don't Know JS Yet: The Unbooks
    You Don't Know JS Yet: The Unbooks
    Previously Unpublished 2nd-Ed Book Content (Raw & Uncut)
    Kyle Simpson

    You Don’t Know JS Yet: The Unbooks is the final, draft-edition release of the second edition series—featuring the complete but unedited drafts of Book 3: Objects & Classes and Book 4: Types & Grammar, plus two bonus chapters reflecting on the “lost” books that were never written. This is the raw, honest conclusion to You Don’t Know JS Yet—a gift for readers who still care about deeply understanding JavaScript.