Leanpub Header

Skip to main content

Filters

Category: "Web Development"

Books

  1. 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. The Road to React
    The React.js in JavaScript Book (2025 Edition)
    Robin Wieruch

    https://www.roadtoreact.com

  3. The foundation of all programs is organization of variables/functions into nested scopes. Yet, many never contemplate how & why these decisions are made and the impacts on code maintainability. Scope & Closures examines lexical scope, builds on its principles for the power of closure, and digs into the module pattern for better program structure.

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

    Unlock the full potential of modern Angular with Signals! Angular's reactivity model is undergoing its biggest revolution, and Signals are at the heart of it, offering a path to simpler, more performant applications. This comprehensive guide takes you from the fundamentals to advanced mastery.You'll discover the 'why' behind Signals, learn the core concepts of signal, computed, and effect, and explore powerful patterns for managing complex application state without the overhead of Zone.js or the complexities of RxJS. 

  5. OpenJS Node.js Application Developer (JSNAD) Certification Guide
    A complete practical study guide to become a node.js certified developer with 100+ sample programs demonstrated
    GitforGits | Asian Publishing House

    Get certified in Node.js application development and take your career to the next level! The JSNAD certification is your ticket to proving your deep understanding and proficiency in Node.js application development. This fantastic book is perfect for anyone aiming to ace the JSNAD exam.

  6. Antlers
    Building Beautiful Websites with Statamic
    Johnathon Koster

    "Antlers: Building Beautiful Websites with Statamic" approaches Statamic website development through the lens of the Antlers templating language. Written by the creator of Antlers Runtime and Antlers Toolbox, this book covers common tasks, strings, loops, nuanced language features, and more to make you more productive building Statamic websites.

  7. You Don't Know JS Yet: The Unbooks
    Previously Unpublished 2nd-Ed Book Content (Raw & Uncut)
    Kyle Simpson

    You Don’t Know JS Yet: The Unbooks is the final, draft-edition release of the second edition series—featuring the complete but unedited drafts of Book 3: Objects & Classes and Book 4: Types & Grammar, plus two bonus chapters reflecting on the “lost” books that were never written. This is the raw, honest conclusion to You Don’t Know JS Yet—a gift for readers who still care about deeply understanding JavaScript.

  8. Outside-In React Development
    A TDD Primer
    Josh Justice

    Learn how to build React apps using outside-in test-driven development, including end-to-end tests with Cypress and unit tests with Jest and React Testing Library. Includes an extended exercise building two application features. See how outside-in TDD leads to a thorough test suite, better regression safety, and a faster development speed.

  9. The missing manual for making your web applications future-proof

  10. Transform your approach to building microservices with Domain Driven Microservices on AWS in Practice—your hands-on guide to mastering Domain Driven Design and serverless architecture on AWS, perfect for developers and architects ready to create scalable, resilient applications that truly meet business needs.

  11. PHP for the Web
    Learn PHP without a framework
    Matthias Noback

    HTTP requests and responses, forms, cookies, and sessions. Use it all to build a CRUD interface and an authentication system for your very first web application.

  12. You Don't Know JS Yet: Get Started
    Get to know JS
    Kyle Simpson

    It seems like there's never been as much widespread desire before to learn JS. But with a million blogs, books, and videos out there, just where do you start? Get Started prepares you for the journey ahead, first surveying the language then detailing how the rest of the You Don't Know JS Yet book series guides you to knowing JS more deeply.

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

  14. Advanced Data Fetching Patterns in React
    Fast, User-Friendly Data Fetching for Developers
    Juntao Qiu

    "Advanced Data Fetching Patterns in React" is your essential guide to mastering the art of efficient data fetching in React. Discover innovative strategies and the latest features to elevate your React applications, transforming them into models of performance and efficiency. Dive in and reshape the way you handle data in your React projects!

  15. Build Your Own Web Server From Scratch In Node.JS
    Learn network programming, HTTP, and WebSocket by coding a Web Server
    build-your-own.org

    Most people use HTTP daily, but few understand its inner workings.This "Build Your Own X" book dives deep,teaching basics from scratch for a clearer understanding of the tools and tech we rely on.Network programming.Protocols & communication.HTTP in detail.WebSocket & concurrency.