Leanpub Header

Skip to main content

Filters

Category: "Web Development"

Books

  1. Spring Boot 4 changes everything you thought you knew about building Java applications. Virtual threads make blocking code fast again. Native images deliver instant startup. First-class API versioning finally solves the "how do we evolve our APIs?" problem. But here's the catch: upgrading isn't just a dependency bump. Jakarta EE 11, new auto-configuration patterns, GraalVM constraints, and reactive vs. virtual threads— getting it right requires understanding the *why* behind every change. This book is your production-ready guide to Spring Boot 4 and Spring Framework 7. Written for intermediate developers who need more than "hello world" tutorials. Learn how to: • Build cloud-native microservices that scale • Migrate from Boot 3 safely and incrementally • Design APIs with built-in versioning and resilience • Choose between reactive, virtual threads, and native images • Secure distributed systems with JWT and OAuth2 • Implement observability that actually helps you debug production issues 300+ pages. 27 chapters. Real code. Real architecture. Real problems solved.

  2. IT Spanish Cheatsheet
    Trucos rápidos para comunicarte en español profesional
    David Sanchez

    The essential Spanish cheatsheet for IT professionals. Learn how technical terms are actually used in real work environments.

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

  4. Essential PHP: The Direct Route to Laravel and CodeIgniter
    Learn the basics of PHP in a short time and make the leap to Laravel and/or CodeIgniter
    Andrés Cruz Yoris

    This short PHP Essential book is designed to be the quick and solid bridge you need to master the language fundamentals and make the jump to modern frameworks like Laravel and CodeIgniter.

  5. Building Yahtzee and other Dice Games
    Codeless Game Construction for Yacht, Yahtzee, Farkel, & Wizard’s Yahtzee
    Stephen Gose

    Discover how to create various types of Dice Games using these methods from the "Construct Game Starter Kit" collection. By the end of this instructional workbook, you will have a production pipeline that gives you the ability to create as many unique "Yahtzee-style" browser games as your imagination can conceive! This will enable you to explore your creative ideas faster and with greater confidence using this prototype template.

  6. PHP Esencial: La Ruta Directa a Laravel y CodeIgniter
    Aprende en poco tiempo las bases de PHP y da el salto a Laravel y/o CodeIgniter
    Andrés Cruz Yoris

    Este libro corto de PHP Esencial está diseñado para ser el puente rápido y sólido que necesitas para dominar los fundamentos del lenguaje y dar el salto a los frameworks modernos como Laravel y CodeIgniter.

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

  8. Frontend for Bunnies
    From Zero to Building Interactive Websites
    Sunny R Gupta

    Real-World Parallels: Each chapter uses the bunny/warren metaphors to explain abstract concepts in tangible ways (closures as "private bunny spaces," the event loop as "bunnies waiting for their turn," etc.).

  9. Zero to Website
    A Beginner's Guide to Building for the Web
    Muhammad Ahsan Ayaz

    Master HTML, CSS, and JavaScript by building 6 real projects. Perfect for complete beginners who learn best by doing. No prior coding experience required. Start building professional websites today.

  10. Using AI in Real Software Teams - Complete Ebook
    A Spec-Driven Approach to Safe, Scalable Software Development
    Samarth hathwar
    No Description Available
  11. 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.

  12. The Indie Hacker Playbook
    A comprehensive 46,500+ word guide to building a profitable business from $0 to $10K+ MRR.
    Larry Qu

    Stop building products nobody wants. Learn the exact framework indie hackers use to validate ideas in 7 days, ship MVPs that sell, and scale from $0 to $10K+ MRR. The Indie Hacker Playbook distills 10+ years of startup experience into 12 actionable chapters with real templates, frameworks, and case studies.

  13. Learn Coding Visually
    An Image-Based Guide to Software Development for Programmers
    CodeSweetly

    Discover the coding guidebook that teaches you software development visually. If you’ve ever wished programming concepts came with pictures instead of walls of text, this is the book you’ve been waiting for. It shows you the essentials through images so you can learn faster and remember more. Printed copies are also available on Amazon.

  14. Node.js Event Loop
    Mastering Concurrency with Asynchronous Patterns and Non-Blocking Design in Node.js
    A. Jobaer

    Every Node.js developer uses asynchronous code but only a few truly understand what happens behind the scenes. This book reveals the internals of the Node.js Event Loop, including microtasks, macrotasks, and concurrency under load. You'll learn to master performance, scalability, and non-blocking architecture at a level that sets professionals apart.

  15. WebAssembly 2.0 Essentials, Second Edition
    Making Migrations, Cloud-Native Integration, and Production-Ready WebAssembly Applications Easier
    GitforGits | Asian Publishing House

    The latest version of WebAssembly has arrived and it has some really cool new features. I knew that I had to completely rewrite this book to make sure it was up to date. Now, here we are. Within this book, I will take you from the very basics of memory, control flow, and the mechanics that make Wasm work, through to compiling multiple languages, building multi-threaded applications, and optimising for real-world performance.