Search preferences
Vai alla pagina principale dei risultati di ricerca

Filtri di ricerca

Tipo di articolo

  • Tutti i tipi di prodotto 
  • Libri (4)
  • Riviste e Giornali (Nessun altro risultato corrispondente a questo perfezionamento)
  • Fumetti (Nessun altro risultato corrispondente a questo perfezionamento)
  • Spartiti (Nessun altro risultato corrispondente a questo perfezionamento)
  • Arte, Stampe e Poster (Nessun altro risultato corrispondente a questo perfezionamento)
  • Fotografie (Nessun altro risultato corrispondente a questo perfezionamento)
  • Mappe (Nessun altro risultato corrispondente a questo perfezionamento)
  • Manoscritti e Collezionismo cartaceo (Nessun altro risultato corrispondente a questo perfezionamento)

Condizioni Maggiori informazioni

  • Nuovo (4)
  • Come nuovo, Ottimo o Quasi ottimo (Nessun altro risultato corrispondente a questo perfezionamento)
  • Molto buono o Buono (Nessun altro risultato corrispondente a questo perfezionamento)
  • Discreto o Mediocre (Nessun altro risultato corrispondente a questo perfezionamento)
  • Come descritto (Nessun altro risultato corrispondente a questo perfezionamento)

Legatura

  • Tutte 
  • Rilegato (Nessun altro risultato corrispondente a questo perfezionamento)
  • Brossura (4)

Ulteriori caratteristiche

  • Prima ed. (Nessun altro risultato corrispondente a questo perfezionamento)
  • Copia autograf. (Nessun altro risultato corrispondente a questo perfezionamento)
  • Sovracoperta (Nessun altro risultato corrispondente a questo perfezionamento)
  • Con foto (Nessun altro risultato corrispondente a questo perfezionamento)
  • Non Print on Demand (2)

Lingua (1)

Prezzo

  • Qualsiasi prezzo 
  • Inferiore a EUR 20 (Nessun altro risultato corrispondente a questo perfezionamento)
  • EUR 20 a EUR 45 
  • Superiore a EUR 45 (Nessun altro risultato corrispondente a questo perfezionamento)
Fascia di prezzo personalizzata (EUR)

Paese del venditore

  • Jason Gran

    Lingua: Inglese

    Editore: Independently Published, 2025

    ISBN 13: 9798272058652

    Da: Grand Eagle Retail, Bensenville, IL, U.S.A.

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Contatta il venditore

    EUR 28,03

    Spedizione gratuita
    Spedito in U.S.A.

    Quantità: 1 disponibili

    Aggiungi al carrello

    Paperback. Condizione: new. Paperback. Every experienced PHP developer knows that application. The one affectionately called the "Big Ball of Mud."It's the system where a simple feature request requires tracing logic through a dozen tangled classes . It's the application where a bug fix in the "Admin" module accidentally breaks the "Checkout" . And it's the deployment process that's a high-stakes, all-or-nothing event, requiring a late-night maintenance window and a prayer .For years, frameworks like Laravel and Symfony built empires on this monolithic model, and it worked, until it didn't . The moment your team grows, your traffic scales, or you need to move to a modern cloud-native "cattle" architecture, the monolith becomes a bottleneck to growth.This book is the practical, hands-on escape plan.It's not just theory; it's a complete roadmap that teaches you how to stop maintaining a monolith and start architecting a modern, decoupled system of scalable microservices, secure APIs, and resilient, data-driven applications .Inside, you will master the complete lifecycle of a modern PHP service: Design First, Code Later: Learn to think in services by identifying "Bounded Contexts" and mastering "API-first" design by writing formal, testable API contracts with OpenAPI .Build a Production-Ready Core: Go beyond simple scripts. Build a secure, lightweight API service using a minimalist framework (like Slim) and Dependency Injection (PSR-11) to create code that is decoupled and truly testable .Decouple Your Data: Leave messy SQL queries in your controllers behind. Master the Repository Pattern, using interfaces to build a "wall" between your business logic and your database (PDO) .Tame Your Database: Learn what your database is actually doing. Use EXPLAIN to find bottlenecks, add indexes to fix them, and solve the dreaded N+1 query problem with eager loading .Master Caching at Scale: Implement the high-performance Decorator Pattern to wrap your repositories with a distributed cache. Serve 99% of your requests from Redis and protect your database.Embrace Asynchronous Workflows: Stop making your users wait. Learn why your API shouldn't send emails and how to use RabbitMQ to publish jobs to a message queue, making your API feel instantaneous .Package for Production: Master Docker. Evolve from a "naive" Dockerfile to a secure, minimal, multi-stage build and orchestrate your entire dev stack (PHP-FPM, Nginx, MySQL, Redis) with Docker Compose .Achieve Full Observability: Stop flying blind. Implement the "Three Pillars" Structured (JSON) Logging, Prometheus Metrics, and Distributed Tracing to make your system transparent.Test with Confidence: Build the "Testing Pyramid." Write fast Unit Tests (using mocks), reliable Integration Tests (with Docker Compose), and Contract Tests (with Pact) to ensure your microservices can deploy independently and safely.Automate Everything: Build a complete CI/CD pipeline with GitHub Actions to automatically test your code, build your production image, and push it to a registry, ready for deployment .Who This Book Is ForThis book is for the professional PHP developer who feels "stuck" in the monolith . It's for the mid-to-senior engineer, tech lead, or architect who needs a practical, code-filled guide to building secure, scalable, and maintainable data-driven systems with modern PHP .If you're Shipping may be from multiple locations in the US or from the UK, depending on stock availability.

  • Jason Gran

    Lingua: Inglese

    Editore: Independently Published, 2025

    ISBN 13: 9798272058652

    Da: CitiRetail, Stevenage, Regno Unito

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Contatta il venditore

    EUR 28,05

    Spedizione EUR 42,90
    Spedito da Regno Unito a U.S.A.

    Quantità: 1 disponibili

    Aggiungi al carrello

    Paperback. Condizione: new. Paperback. Every experienced PHP developer knows that application. The one affectionately called the "Big Ball of Mud."It's the system where a simple feature request requires tracing logic through a dozen tangled classes . It's the application where a bug fix in the "Admin" module accidentally breaks the "Checkout" . And it's the deployment process that's a high-stakes, all-or-nothing event, requiring a late-night maintenance window and a prayer .For years, frameworks like Laravel and Symfony built empires on this monolithic model, and it worked, until it didn't . The moment your team grows, your traffic scales, or you need to move to a modern cloud-native "cattle" architecture, the monolith becomes a bottleneck to growth.This book is the practical, hands-on escape plan.It's not just theory; it's a complete roadmap that teaches you how to stop maintaining a monolith and start architecting a modern, decoupled system of scalable microservices, secure APIs, and resilient, data-driven applications .Inside, you will master the complete lifecycle of a modern PHP service: Design First, Code Later: Learn to think in services by identifying "Bounded Contexts" and mastering "API-first" design by writing formal, testable API contracts with OpenAPI .Build a Production-Ready Core: Go beyond simple scripts. Build a secure, lightweight API service using a minimalist framework (like Slim) and Dependency Injection (PSR-11) to create code that is decoupled and truly testable .Decouple Your Data: Leave messy SQL queries in your controllers behind. Master the Repository Pattern, using interfaces to build a "wall" between your business logic and your database (PDO) .Tame Your Database: Learn what your database is actually doing. Use EXPLAIN to find bottlenecks, add indexes to fix them, and solve the dreaded N+1 query problem with eager loading .Master Caching at Scale: Implement the high-performance Decorator Pattern to wrap your repositories with a distributed cache. Serve 99% of your requests from Redis and protect your database.Embrace Asynchronous Workflows: Stop making your users wait. Learn why your API shouldn't send emails and how to use RabbitMQ to publish jobs to a message queue, making your API feel instantaneous .Package for Production: Master Docker. Evolve from a "naive" Dockerfile to a secure, minimal, multi-stage build and orchestrate your entire dev stack (PHP-FPM, Nginx, MySQL, Redis) with Docker Compose .Achieve Full Observability: Stop flying blind. Implement the "Three Pillars" Structured (JSON) Logging, Prometheus Metrics, and Distributed Tracing to make your system transparent.Test with Confidence: Build the "Testing Pyramid." Write fast Unit Tests (using mocks), reliable Integration Tests (with Docker Compose), and Contract Tests (with Pact) to ensure your microservices can deploy independently and safely.Automate Everything: Build a complete CI/CD pipeline with GitHub Actions to automatically test your code, build your production image, and push it to a registry, ready for deployment .Who This Book Is ForThis book is for the professional PHP developer who feels "stuck" in the monolith . It's for the mid-to-senior engineer, tech lead, or architect who needs a practical, code-filled guide to building secure, scalable, and maintainable data-driven systems with modern PHP .<b Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.

  • Gran, Jason

    Lingua: Inglese

    Editore: Amazon Digital Services LLC - Kdp, 2025

    ISBN 13: 9798272058652

    Da: PBShop.store US, Wood Dale, IL, U.S.A.

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Contatta il venditore

    Print on Demand

    EUR 28,03

    Spedizione gratuita
    Spedito in U.S.A.

    Quantità: Più di 20 disponibili

    Aggiungi al carrello

    PAP. Condizione: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.

  • Gran, Jason

    Lingua: Inglese

    Editore: Amazon Digital Services LLC - Kdp, 2025

    ISBN 13: 9798272058652

    Da: PBShop.store UK, Fairford, GLOS, Regno Unito

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Contatta il venditore

    Print on Demand

    EUR 24,13

    Spedizione EUR 5,82
    Spedito da Regno Unito a U.S.A.

    Quantità: Più di 20 disponibili

    Aggiungi al carrello

    PAP. Condizione: New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.