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.
https://www.roadtoreact.com
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.
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.
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.
"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.
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.
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.
The missing manual for making your web applications future-proof
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.
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.
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.
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.
"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!
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.