Leanpub Header

Skip to main content

Filters

Category: "APIs"

Books

  1. Moderne Datenzugriffslösungen mit Entity Framework Core 10.0
    Datenbankprogrammierung / Objekt-Relationales Mapping mit C# in .NET 10.0
    Dr. Holger Schwichtenberg

    Dies ist die top-aktuelle Version dieses Fachbuchs, die am 04.12.2025 im Umfang von 827 Druckseiten erschienen ist. Dieses Buch behandelt die aktuellste Version 10.0 RTM von Entity Framework Core.

  2. Scalapedia
    Encyclopedia of the Scala programming language
    Piotr Pruchniewicz

    Discover the complete world of Scala programming in one comprehensive encyclopedia. SCALAPEDIA takes you from language fundamentals to advanced functional programming, covering Cats, Cats Effect, ZIO, design patterns, architectural patterns, and performance optimization. With over 85 chapters spanning 10 major parts, this is the definitive guide for mastering Scala and building enterprise-grade applications. Whether you're starting your Scala journey or looking to deepen your expertise, SCALAPEDIA is your complete reference for modern functional programming in Scala.

  3. Practical Pydantic
    The Missing Guide to Data Validation in Python
    Nuno Bispo

    Bad data breaks good code. You’ve written Python that works perfectly in testing, only to watch it fail in production because of a malformed API request, a messy CSV, or a missing config value. That’s the hidden cost of Python’s flexibility: without runtime validation, you’re always one bad input away from a crash. Enter Pydantic. This book takes you from the foundations of data validation to real-world applications in APIs, data pipelines, configurations, and machine learning workflows. Along the way, you’ll explore practical techniques, advanced features, and alternatives like Marshmallow, attrs, and dataclasses, so you’ll always know which tool is right for the job. If you’re a Python developer, data engineer, or FastAPI user, this is your roadmap to writing safer, cleaner, and more reliable code.

  4. Build Real-World ToDo App with React, TypeScript, Docker, Tanstack and API's - CERTIFICATE INCLUDED
    Complete Project-Based Guide to Modern Frontend Development with Vite, Tailwind CSS, Zustand, and TanStack Query
    Roberto Stepic

    Ready to build real apps with React? This hands-on guide takes you from zero to frontend hero by building a complete ToDo App with React, TypeScript, Tailwind CSS, Zustand, and real API logic. Whether you're a beginner or a self-taught developer, you'll master UI design, state management, API integration, testing, and deployment — all with modern tools like Vite, TanStack Query, Docker, and GitHub Actions.By the end, you won’t just know React — you’ll have a real-world project in your portfolio, a certificate in your name, and the skills to get hired.

  5. Exploitology: Web Apps Exploits
    Exploitation strategies for pentesters
    Mahdi Alemi

    "Exploitology: Web Apps Exploits" explores web app security, focusing on vulnerabilities, exploitation techniques, and defense strategies. With practical examples and real-world scenarios, this book helps readers sharpen their penetration testing skills and stay ahead in cybersecurity.

  6. Stop building toy APIs. Learn how to design, structure, validate, test, and deploy real backend applications using Python and FastAPI — step by step, from zero to production-ready.

  7. API Design on the Scale of Decades
    Learn How to Architect and Design Long-lasting APIs
    Nordic APIs

    Expert insights from the Nordic APIs Platform Summit, dedicated to the idea of designing APIs with longevity in mind. We cover the most pressing API design decisions for maintaining long-lasting API platforms, including REST, GraphQL, versioning strategies, REST hooks, OAuth 2.0 in IoT, microservices, and more...

  8. AI-Augmented Software Engineering
    Tools, Practices, and Ethics
    Goziechukwu Chima-Duru

    Imagine writing production-grade code with fewer errors, sprint reviews that highlight real insights instead of guesses, and teams that spend less time debugging and more time innovating. This isn’t science fiction, it’s the future of software engineering. AI-Augmented Software Engineering unlocks the practical power of AI tools while grounding you in ethical best practices. Discover how to automate the mundane, amplify your creativity, and shape intelligent systems that serve users all without sacrificing trust, quality, or integrity.Welcome to the next wave of engineering designed with intelligence, driven by values.

  9. Digital Transformation in the AI Era
    Harnessing AI to Redefine Digital Transformation
    Vijay Kumar Ramakrishna

    Digital Transformation in the Era of AI reframes transformation as a continuous capability, not a one-time program. Drawing on real enterprise experience, this book shows how organisations can evolve their architectures, operating models, and leadership practices to harness AI responsibly and at scale, without breaking what already works.

  10. The "It Works on My Machine" Excuse Ends Today. Understand Docker. Ship with Confidence. Own Production. This book is written for front-end developers who are tired of using Docker without truly understanding it. Instead of abstract theory or backend-centric explanations, it teaches Docker in a clear, practical way—aligned with how front-end engineers think and how real front-end applications are built and shipped.You’ll work with a real GitHub repository, follow real production workflows, and learn how to build, run, and deploy a React.js application using Docker—ending with a full deployment to Amazon EC2. Every step is explained with purpose, so you understand not just what to do, but why it works.By the end of the book, Docker will no longer feel like a black box. You’ll know how to create reliable builds, debug problems with confidence, and take ownership of your production environment as a front-end developer.If you want to stop guessing, stop copying commands, and finally ship front-end applications with confidence—this book is for you.

  11. .NET 9 for Web Developers
    From console apps to production-ready web APIs and desktop clients using ASP.NET Core, Entity Framework Core, and MVVM
    GitforGits | Asian Publishing House

    Gain Hands-On Development of Web APIs, Data Access, Dependency Injection, and WPF Clients with ASP.NET Core, Entity Framework Core, and MVVM in .NET 9. The book teaches combination of XAML and C# in WPF, interact with data, and the MVVM pattern. You will learn to connect the WPF client to a live Web API, handling real-time updates, and managing states.

  12. Node.js Authentication & Authorization: From Zero to Production
    Build Secure, Real-World Auth Systems with JWT, Email Verification, Password Recovery, Role-Based Access, and Testing
    Roberto Stepic

    Most authentication tutorials show you how to log users in. This book shows you how to trust your system in production.Learn how authentication and authorization really work by building a complete Node.js backend with email verification, JWTs, password recovery, admin roles, security protections, and full Postman testing—without shortcuts, magic, or guesswork.If you’re tired of auth tutorials that break the moment things get real, this book is for you.

  13. Designing for Scale
    Arinze Onugha

    Great execution doesn't create scale. Category creation does.Designing for Scale is for Product Managers, founders and builders who are done optimising incremental gains and ready to design systems that compound. Drawing from real-world experience across emerging and mature markets, this book breaks down how products move from 0 → 1 and then from 1 → 100M by fusing product, business model and distribution.This is not a playbook for fast followers. It is for people who want to define what comes next.

  14. You Don't Know JSON
    Beyond Six Data Types: The Complete Ecosystem
    Dayna Blackwell

    JSON succeeded not because it was better--XML had schemas, namespaces, and 10 years of tooling, but because it understood modularity in ways XML never could. This book deconstructs how a deliberately incomplete format defeated a comprehensive standard, then shows you the production patterns (JSON Schema, JSONB, MessagePack, versioning strategies) that make JSON systems scale from prototype to billions of requests.

  15. Spring Boot API: Insurance Quote Application
    Build APIs That Work—Clearly, Confidently, and With Purpose
    Gerry Byrne

    Spring Boot API: Insurance Quote Application will help you master Spring Boot, Java, and Test-Driven Development by building a real-world insurance quote application, guided by clear, practical steps and hands-on coding exercises. Discover how to design robust APIs, implement microservices, and apply Agile best practices with user stories, Gherkin scenarios, and comprehensive testing strategies. Whether you’re a beginner or refining your skills, this book empowers you to create scalable, maintainable software solutions for today’s enterprise environments