Leanpub Header

Skip to main content

Filters

  1. The Wizard's Lens: Learn to Think Like AI
    Book One of "The Revolutionizers"
    Edward W. Barnard

    Learn to think like AI through a working LLM you build yourself. Battle-tested systems thinking from Cray Research applied to modern AI. Accomplish what others consider impossible.

  2. The Hundred-Page Language Models Book
    hands-on with PyTorch
    Andriy Burkov

    Master language models through mathematics, illustrations, and code―and build your own from scratch!

  3. The service provider landscape has changed rapidly over the past several years. Networking vendors are continuing to propose new standards, techniques, and procedures for overcoming new challenges while concurrently reducing costs and delivering new services. Cisco has recently updated the CCIE Service Provider track to reflect these changes; this book represents the author's personal journey in achieving that certification.

  4. Unlock the power of AI in your applications with this groundbreaking book on AI-driven application architecture. Discover practical patterns and principles for building intelligent, adaptive, and user-centric software systems that harness the potential of large language models and AI components.

  5. IT Freelancing 2.0
    So wirst du in 90 Tagen unabhängig von Vermittlern.
    Pierre Wilken

    IT Freelancing 2.0 zeigt dir, wie du dich als IT-Freelancer vom austauschbaren Projektarbeiter zum gefragten Experten entwickelst. Statt ständig um den nächsten Vertrag zu kämpfen, lernst du, dich klar zu positionieren, ergebnisorientierte Angebote zu gestalten und dir ein Geschäft mit echtem Zukunftswert aufzubauen.

  6. Code, Chips and Control
    The Security Posture of Digital Isolation
    Sal Kimmich

    Now we have made it to the kernel. Let's assume you have a chip, any chip, from the suppliers we've just discussed. You might choose to manually load a kernel onto that chip, using a GRand Unified Bootloader (GRUB) to load (or strap) the kernel, and pass all permissions over to it. It is the animus in the machine. There are many different kernels, but they share one interesting characteristic to security: they run with the highest level of access, mediating interactions between user applications and the physical chips. A good kernel will handle low-level tasks like CPU scheduling, memory allocation, device input/output, and system calls. It is the bridge between software and hardware: if the kernel fails to load or crashes, the entire system will halt. To make this level of access a bit safer, the kernel is designed to be always resident in memory, and execute in a protected mode that is isolated from applications. This prevents damage to core system data...

  1. No Description Available
  2. This book bundle includes the following four books: * Go Optimizations 101: https://leanpub.com/go-optimizations-101 * Go Details & Tips 101: https://leanpub.com/go-details-and-tips-101 * Go Generics 101: https://leanpub.com/go-generics-101 * Go (Fundamentals) 101: https://leanpub.com/go101

  3. This bundle includes the books “Residues: Time, Change and Uncertainty in Software Architecture” and “The Architect’s Paradox: Uncertainty and the Philosophy of Software Architecture” by Barry M O’Reilly. The books complement each other, with Residues giving a practical description of how to apply residuality theory and The Architect’s Paradox...

  4. This bundle includes all of the statistics books that Lee Baker has published at LeanPub 13 Statistics Books*1 PlaceNo Hassle! All in both epub and mobi formats - perfect for all devices and screen sizes. --------------------------------------------------------- *The book listed as Getting Started With Statistics is a bundle of 4 books...

  5. Big Kotlin pack
    Marcin Moskała
    No Description Available
  6. No Description Available
  1. Master language models through mathematics, illustrations, and code―and build your own from scratch! This course includes nearly three hours of exclusive video interviews with the author, covering questions related to each of the six lessons included in the course.

  2. No Description Available
  3. Writing test automation framework from scratch
    Learning to write test automation framework for any system - step by step
    Alexander Pushkarev

    Learn how to write test automation framework for any system - step by step.

  4. asdf asdf
    Chuck Allison
    No Description Available
  5. The Cybernetic Enterprise Course
    How to Build a Future-Ready Organization
    Romano Roth

    Most enterprises can deliver fast, but few can adapt at scale.The Cybernetic Enterprise introduces a unifying operating model that embeds AI, feedback loops, and platform thinking into the DNA of your organization. Learn how to build a system that senses change, learns continuously, and transforms disruption into strategic advantage.

  6. Mediation and Moderation Analysis using R
    A Complete Guide to Mediation, Moderation, and Causal Analysis Using R and Real-World Data
    Alexandru Cernat

    This course introduces mediation and moderation analysis using R, covering interaction effects, path analysis, SEM, and causal mediation. Gain the skills to test mechanisms, explore context, and interpret complex social relationships.

  1. testtracknov10
    Sam McClenaghan
    No Description Available
  2. No Description Available
  3. A topic by topic breakdown of the hardest technical interview questions

  4. testtrack
    Peter Armstrong
    No Description Available
  5. Taking this course bundle, you'll learn:SOLID principles (SRP, OCP, ISP, LSP, DIP) in-depthMeta principles: DRY, KISS, YAGNI, SoC, CQS, Law of Demeter, PoLADependency Injection in Depth: IoC or DI containers, best practices, and anti-patternsFunctional Programming in C#: purity and side effects, functional C# features, immutability,...

  6. Taking this bundle, you'll learn:The basics of writing unit testsBest Practices of writing unit testsAPI of NUnitWriting test doublesUsing dependency injection to make code testableA lot of TDD practiceKatas and TDDAcceptance and Integration TestsImplement a WPF app by TDDTDD Best PracticesSpecFlow for writing acceptance testsSelenium:...