Leanpub Header

Skip to main content

Filters

Category: "Web Development"

Web Development

  1. Frontend System Design Essentials
    Frontend System Design Essentials
    A practical guide to designing scalable, reliable, and maintainable frontend systems.
    Juntao Qiu

    A practical guide to designing scalable and maintainable frontends. Learn how to think beyond components, model data effectively, shape APIs around real access patterns, and apply modern techniques like pagination, caching, virtualization, and real-time updates. Perfect for engineers preparing for system design interviews or leveling up in complex frontend projects.

  2. Entendiendo el core de Drupal
    Entendiendo el core de Drupal
    César Manuel Sánchez Felipe

    Una referencia técnica de 1432 páginas sobre el core de Drupal 11.4, verificada línea a línea contra el código fuente. No cómo usar Drupal: cómo está construido por dentro y por qué.

  3. Spring Boot 4 In Practice

    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.

  4. Understanding the core of Drupal
    Understanding the core of Drupal
    César Manuel Sánchez Felipe

    A 1414-page technical reference on the Drupal 11.4 core, verified line by line against the source. Not how to use Drupal: how it is built on the inside, and why.

  5. Blazor 10.0
    Blazor 10.0
    Moderne Webanwendungen und hybride Cross-Platform-Apps mit .NET 10.0, C# 14.0 und Visual Studio 2026
    Dr. Holger Schwichtenberg

    Dies ist die topaktuelle Auflage 10.7  dieses Fachbuchs, die am 08.07.2026 im Umfang von 827 Druckseiten erschienen ist und die aktuelle Version Blazor 10.0 in .NET 10.0.9 RTM in allen Varianten behandelt: Blazor Web Apps (Blazor Static Server-Side-Rendering, Blazor Server, Blazor WebAssembly, Blazor United) sowie Blazor Hybrid (Blazor Desktop und Blazor MAUI).

  6. AI Engineering with TypeScript
    AI Engineering with TypeScript
    A Comprehensive Guide to Building AI Agents
    Kristin and Aaron

    Build real AI products with TypeScript. Learn LLMs, RAG, Agents, MCP, and production AI engineering from a frontend developer's perspective.

  7. CSS Mastery
    CSS Mastery
    From First Selector to Production-Ready Stylesheets
    Steve Publications

    Master CSS from your first selector to production-ready stylesheets. Learn how the cascade, layout and browsers really work while building practical projects along the way. Whether you're starting from scratch or sharpening your skills, you'll learn to write CSS that's clean, fast and built to last.

  8. Envoy Proxy: The Definitive Production Guide
    Envoy Proxy: The Definitive Production Guide
    Architecture, Configuration, Operations, and Advanced Patterns for Cloud-Native Infrastructure and AI Workloads
    Steve Publications

    Envoy Proxy is the foundation of modern cloud-native networking, powering service meshes, API gateways and AI infrastructure. This practical guide shows you how to design, deploy and operate Envoy in production with expert guidance, real-world configurations and advanced patterns for scalable, resilient systems.

  9. Google Chrome Dissected
    Google Chrome Dissected
    Architecture, Internals, and the Engineering of the World's Most Popular Browser
    Steve Publications

    Google Chrome is far more than a web browser. It is a highly engineered platform that executes untrusted code, renders modern web applications, and securely connects billions of users to the internet. This book explores the architecture, internals, and engineering decisions that make Chrome one of the most sophisticated software systems ever built.

  10. Modern PHP Mastery
    Modern PHP Mastery
    From Fundamentals to Expert-Level Programming with PHP 8
    Steve Publications

    Master modern PHP from the ground up with this comprehensive guide to PHP 8.x. From basic syntax and variables to advanced features such as fibers, intersection types, and memory management, this book combines practical examples, real-world insights, and hands-on exercises to help you develop expert-level PHP skills and a deep understanding of the language itself.

  11. Mastering Playwright: Modern Web Browser Automation
    Mastering Playwright: Modern Web Browser Automation
    From First Script to Enterprise-Scale Test Frameworks
    Steve Publications

    Whether you're writing your first automated test or building a large-scale testing platform, Mastering Playwright takes you from the fundamentals to advanced, production-ready automation techniques. Through practical examples, proven design patterns, and real-world guidance, you'll learn how to create fast, reliable, and maintainable test suites that scale with your applications and your team.

  12. Everyday Rails Testing with RSpec
    Everyday Rails Testing with RSpec
    A practical approach to test-driven development
    Aaron Sumner

    Real-world advice for adding reliable tests to your Rails apps with RSpec, complete with expanded, exclusive content and a full sample application. Now updated for Rails 8.1! Learn to test with confidence!

  13. Next.js – The Comprehensive Guide
    Next.js – The Comprehensive Guide
    From React Fundamentals to AI-Powered Full-Stack Apps
    Florian Wessels

    Learn Next.js by building a real AI-powered application, from project setup to production deployment. This book covers the complete journey: TypeScript, React, Next.js App Router, Prisma, authentication, the Vercel AI SDK (chat, RAG, tool calling), testing, security, and deployment. One project, 28 chapters, no toy demos.

  14. Freelancing 101 for Devs
    Freelancing 101 for Devs
    Launch and grow a sustainable career as a freelancer.
    Juan Cruz Martinez

    Freelancer 101 for Developers is a practical guide written for developers who want to launch and grow a sustainable career working for themselves. The book combines all the points I wish I had known when I started freelancing over 15 years ago. It includes practical advice on how to define and build your business for scale.

  15. Mastering Angular Signals
    Mastering Angular Signals
    A Practical Guide to Modern Reactivity, Performance, and Migration
    Muhammad Ahsan Ayaz

    Unlock the full potential of modern Angular with Signals ... now stable in Angular v22. Angular's reactivity model is going through its biggest shift yet, and Signals are at the heart of it: simpler, faster, more predictable apps. This fully updated guide takes you from the fundamentals to advanced mastery ... the core signal, computed, and effect, the new linkedSignal, resource/httpResource, and Signal Forms ... plus a practical path for migrating off Zone.js and RxJS.