Leanpub Header

Skip to main content

Filters

Category: "Web Development"

Books

  1. DMVCFramework - the official guide (2nd edition)
    DMVCFramework - the official guide (2nd edition)
    Build REST APIs, web apps and real-time services with the most popular framework for Delphi
    DANIELE TETI

    Six years after the first edition, the official guide to DelphiMVCFramework is back, rewritten for 3.5.0-silicon. Thirty chapters, more than 550 pages, and 46 Delphi projects that compile and run. You build one real API, the Municipal Library, and grow it from a wizard-generated project into a deployed server with authentication, OpenID Connect, WebSockets and HTTPS.

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

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

  4. 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, 29 chapters, no toy demos.

  5. Vue.js 3 Crashkurs
    Vue.js 3 Crashkurs
    Moderne Single-Page-Web-Apps mit Single-File-Components und TypeScript an einem praxisnahen Fallbeispiel erlernen
    Dr. Holger Schwichtenberg

    Das Buch richtet sich an Einsteiger in Vue.js 3.x und Umsteiger von Vue.js 2.x. Es erklärt die SPA-Programmierung mit Single-File-Components und TypeScript schrittweise anhand eines praxisnahen Fallbeispiels, der Aufgabenverwaltung "MiracleList". Das Buch behandelt die aktuelle Vue.js-Version 3.4. Aktuellste Buchversion 1.15.0 vom 20.11.2024 zu Vue.js 3.5!

  6. Study Guide for Spring
    Study Guide for Spring
    A study guide to master the Spring Framework fundamentals and advanced topics.
    Vincent VAUBAN

    Master Spring the smart way with a theory-first guide organized around real-world Spring Framework competencies. Clear explanations, annotated code, and simple diagrams build strong mental models—so you learn faster and feel confident when validating your knowledge (no practice questions, just the essentials).

  7. Learning Patterns
    Learning Patterns
    Patterns for building powerful web apps with vanilla JavaScript and React
    Addy Osmani and Lydia Hallie
    No Description Available
  8. Gleam in Depth
    Gleam in Depth
    A Practical Guide to Building Robust Concurrent Systems
    Steve Publications

    Build a strong foundation in Gleam and learn how to turn its simplicity into reliable, concurrent systems. From language basics and the BEAM to OTP, web development and deployment, this practical guide uses clear explanations and runnable examples to help you build software that is safe, scalable and ready for production.

  9. Modern Web Development with Rust and Axum
    Modern Web Development with Rust and Axum
    Building Production-Grade APIs and Services
    Steve Publications

    Build production-ready web services with Rust and Axum. Follow Taskflow, a practical task management API, from the basics through authentication, databases, real-time features, observability and deployment. With code examples, you’ll learn how the pieces fit together and gain the skills to build reliable Rust APIs.

  10. Full-Stack Development with Claude Code
    Full-Stack Development with Claude Code
    Building Production-Ready Web Applications with AI-Assisted Engineering
    Steve Publications

    Build real-world web applications faster with Claude Code by your side. This hands-on guide takes you from web development fundamentals to production-ready full-stack engineering with React, Next.js, TypeScript and PostgreSQL. Learn practical AI-assisted workflows while building, testing, securing and deploying applications that are ready for real users.

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

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

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

  15. Front-end Debugging Tools Handbook
    Front-end Debugging Tools Handbook
    Chrome DevTools, IDE Debugging, Framework Extensions, Cursor Workflows, and More.
    Lala Hakobyan

    A practical front-end debugging guide to the tools and techniques required to debug, optimize and monitor your web applications. This handbook helps you gain the fundamental and deep knowledge of a comprehensive toolset, from Chrome DevTools and framework extensions to integrated IDE debuggers.