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.
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é.
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.
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.
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).
Build real AI products with TypeScript. Learn LLMs, RAG, Agents, MCP, and production AI engineering from a frontend developer's perspective.
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.
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.
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.
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.
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.
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!
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.
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.
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.