Search preferences
Vai alla pagina principale dei risultati di ricerca

Filtri di ricerca

Tipo di articolo

  • Tutti i tipi di prodotto 
  • Libri (10)
  • 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 (10)
  • 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 (10)

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 (4)

Lingua (1)

Prezzo

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

Paese del venditore

  • Talvyn, Nira

    Editore: GitforGits, 2025

    ISBN 10: 9349174871 ISBN 13: 9789349174870

    Lingua: Inglese

    Da: Books Puddle, New York, NY, U.S.A.

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

    Contatta il venditore

    EUR 3,43 per la spedizione in U.S.A.

    Destinazione, tempi e costi

    Quantità: 4 disponibili

    Aggiungi al carrello

    Condizione: New.

  • Nira Talvyn

    Editore: Gitforgits, 2025

    ISBN 10: 9349174871 ISBN 13: 9789349174870

    Lingua: Inglese

    Da: AussieBookSeller, Truganina, VIC, Australia

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

    Contatta il venditore

    EUR 31,85 per la spedizione da Australia a U.S.A.

    Destinazione, tempi e costi

    Quantità: 1 disponibili

    Aggiungi al carrello

    Paperback. Condizione: new. Paperback. This book introduces you to web development with Rust and Leptos. To begin with, you install a solid Rust toolchain and set up Leptos in VS Code, and then you see your first "Hello World" interface rendered via WebAssembly right away. So, first you'll design a microservice-inspired book-selling sample app, called LibroCommerce, into inventory, orders, and user accounts. Then, you'll connect each piece with Axum handlers, SQLx queries, and shared Serde models.By the time you get to Chapter 3, you'll have built a nonblocking, Tokio-driven server that handles dynamic routes, powers Leptos SSR pages, and secures endpoints with JWT and OAuth2. Then, you add real-time features: WebSockets send stock updates and order-status events to reactive Leptos signals, keeping the UI and backend in sync. As you go, you'll be writing end-to-end Playwright tests and setting up GitHub Actions so that every commit runs Rust tests, Playwright scenarios, Docker builds, and Kubernetes rollouts automatically. You'll learn how to connect to PostgreSQL with an async pool, model Books, Users, and Orders with Serde-annotated Rust structs, and implement CRUD, password hashing with Argon2, encrypted backups, and session stores in Redis. Performance tuning shows you how to optimize Tokio threads, tune SQLx pools, stream large result sets, debounce client inputs, and apply backpressure. At last, you put each microservice and frontend into Docker containers, deploy them with Kubernetes, and then use serverless.It's packed with over 100 bite-sized examples and ready-to-run solutions, and it'll walk you through building and operating a production-style web application in Rust, step-by-step. You won't become a Rust language expert, but you'll finish ready to design, code, test, and deploy modern web apps.Key Learnings Start using Rust and Leptos with VS Code to develop web applications using WebAssembly.Architect microservices with inventory, orders, and user modules for modular, scalable applications.Make servers that respond to user activity and are not blocked by other users. Use Tokio and Axum with dynamic routing and concurrency.Employ business logic with SQLX, transactions, and external API integration for real-world workflows.Protect your devices with JWT, OAuth2, Argon2 password hashing, HttpOnly cookies, and TLS encryption.Handle database state asynchronously, define Serde data models, and perform efficient CRUD operations.Utilize WebSockets, Leptos signals, and broadcast channels to enable real-time updates.Perform end-to-end testing with Playwright, integration tests, and automated CI pipelines for reliability.Put microservices and the frontend into containers using Docker, and use Kubernetes to orchestrate them so they can be deployed without any downtime.Table of Content Setting up Rust & Leptos EnvironmentDesigning Modern ArchitectureBuilding Application ServerDatabase Integration and State ManagementModern Interactions with REST, GraphQL, and OAuthFront-end Development with Leptos and WebAssemblyReal-time Interactions using WebsocketModern Security, Performance, and Cloud StrategiesCloud-native Releases and Continuous Delivery Shipping may be from our Sydney, NSW warehouse or from our UK or US warehouse, depending on stock availability.

  • Nira Talvyn

    Editore: Gitforgits, 2025

    ISBN 10: 9349174871 ISBN 13: 9789349174870

    Lingua: Inglese

    Da: CitiRetail, Stevenage, Regno Unito

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

    Contatta il venditore

    EUR 42,53 per la spedizione da Regno Unito a U.S.A.

    Destinazione, tempi e costi

    Quantità: 1 disponibili

    Aggiungi al carrello

    Paperback. Condizione: new. Paperback. This book introduces you to web development with Rust and Leptos. To begin with, you install a solid Rust toolchain and set up Leptos in VS Code, and then you see your first "Hello World" interface rendered via WebAssembly right away. So, first you'll design a microservice-inspired book-selling sample app, called LibroCommerce, into inventory, orders, and user accounts. Then, you'll connect each piece with Axum handlers, SQLx queries, and shared Serde models.By the time you get to Chapter 3, you'll have built a nonblocking, Tokio-driven server that handles dynamic routes, powers Leptos SSR pages, and secures endpoints with JWT and OAuth2. Then, you add real-time features: WebSockets send stock updates and order-status events to reactive Leptos signals, keeping the UI and backend in sync. As you go, you'll be writing end-to-end Playwright tests and setting up GitHub Actions so that every commit runs Rust tests, Playwright scenarios, Docker builds, and Kubernetes rollouts automatically. You'll learn how to connect to PostgreSQL with an async pool, model Books, Users, and Orders with Serde-annotated Rust structs, and implement CRUD, password hashing with Argon2, encrypted backups, and session stores in Redis. Performance tuning shows you how to optimize Tokio threads, tune SQLx pools, stream large result sets, debounce client inputs, and apply backpressure. At last, you put each microservice and frontend into Docker containers, deploy them with Kubernetes, and then use serverless.It's packed with over 100 bite-sized examples and ready-to-run solutions, and it'll walk you through building and operating a production-style web application in Rust, step-by-step. You won't become a Rust language expert, but you'll finish ready to design, code, test, and deploy modern web apps.Key Learnings Start using Rust and Leptos with VS Code to develop web applications using WebAssembly.Architect microservices with inventory, orders, and user modules for modular, scalable applications.Make servers that respond to user activity and are not blocked by other users. Use Tokio and Axum with dynamic routing and concurrency.Employ business logic with SQLX, transactions, and external API integration for real-world workflows.Protect your devices with JWT, OAuth2, Argon2 password hashing, HttpOnly cookies, and TLS encryption.Handle database state asynchronously, define Serde data models, and perform efficient CRUD operations.Utilize WebSockets, Leptos signals, and broadcast channels to enable real-time updates.Perform end-to-end testing with Playwright, integration tests, and automated CI pipelines for reliability.Put microservices and the frontend into containers using Docker, and use Kubernetes to orchestrate them so they can be deployed without any downtime.Table of Content Setting up Rust & Leptos EnvironmentDesigning Modern ArchitectureBuilding Application ServerDatabase Integration and State ManagementModern Interactions with REST, GraphQL, and OAuthFront-end Development with Leptos and WebAssemblyReal-time Interactions using WebsocketModern Security, Performance, and Cloud StrategiesCloud-native Releases and Continuous Delivery Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.

  • Nira Talvyn

    Editore: Gitforgits Jan 2025, 2025

    ISBN 10: 9349174871 ISBN 13: 9789349174870

    Lingua: Inglese

    Da: AHA-BUCH GmbH, Einbeck, Germania

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

    Contatta il venditore

    EUR 61,59 per la spedizione da Germania a U.S.A.

    Destinazione, tempi e costi

    Quantità: 2 disponibili

    Aggiungi al carrello

    Taschenbuch. Condizione: Neu. Neuware - Key Learnings.

  • Talvyn, Nira

    Editore: Gitforgits, 2025

    ISBN 10: 9349174871 ISBN 13: 9789349174870

    Lingua: Inglese

    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

    Gratis per la spedizione in U.S.A.

    Destinazione, tempi e costi

    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.

  • Talvyn, Nira

    Editore: Gitforgits, 2025

    ISBN 10: 9349174871 ISBN 13: 9789349174870

    Lingua: Inglese

    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 4,78 per la spedizione da Regno Unito a U.S.A.

    Destinazione, tempi e costi

    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.

  • Nira Talvyn

    Editore: Gitforgits Jan 2025, 2025

    ISBN 10: 9349174871 ISBN 13: 9789349174870

    Lingua: Inglese

    Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania

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

    Contatta il venditore

    Print on Demand

    EUR 23,00 per la spedizione da Germania a U.S.A.

    Destinazione, tempi e costi

    Quantità: 2 disponibili

    Aggiungi al carrello

    Taschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -This book introduces you to web development with Rust and Leptos. To begin with, you install a solid Rust toolchain and set up Leptos in VS Code, and then you see your first 'Hello World' interface rendered via WebAssembly right away. So, first you'll design a microservice-inspired book-selling sample app, called LibroCommerce, into inventory, orders, and user accounts. Then, you'll connect each piece with Axum handlers, SQLx queries, and shared Serde models.By the time you get to Chapter 3, you'll have built a nonblocking, Tokio-driven server that handles dynamic routes, powers Leptos SSR pages, and secures endpoints with JWT and OAuth2. Then, you add real-time features: WebSockets send stock updates and order-status events to reactive Leptos signals, keeping the UI and backend in sync. As you go, you'll be writing end-to-end Playwright tests and setting up GitHub Actions so that every commit runs Rust tests, Playwright scenarios, Docker builds, and Kubernetes rollouts automatically. You'll learn how to connect to PostgreSQL with an async pool, model Books, Users, and Orders with Serde-annotated Rust structs, and implement CRUD, password hashing with Argon2, encrypted backups, and session stores in Redis. Performance tuning shows you how to optimize Tokio threads, tune SQLx pools, stream large result sets, debounce client inputs, and apply backpressure. At last, you put each microservice and frontend into Docker containers, deploy them with Kubernetes, and then use serverless.It's packed with over 100 bite-sized examples and ready-to-run solutions, and it'll walk you through building and operating a production-style web application in Rust, step-by-step. You won't become a Rust language expert, but you'll finish ready to design, code, test, and deploy modern web apps.Key LearningsStart using Rust and Leptos with VS Code to develop web applications using WebAssembly.Architect microservices with inventory, orders, and user modules for modular, scalable applications.Make servers that respond to user activity and are not blocked by other users. Use Tokio and Axum with dynamic routing and concurrency.Employ business logic with SQLX, transactions, and external API integration for real-world workflows.Protect your devices with JWT, OAuth2, Argon2 password hashing, HttpOnly cookies, and TLS encryption.Handle database state asynchronously, define Serde data models, and perform efficient CRUD operations.Utilize WebSockets, Leptos signals, and broadcast channels to enable real-time updates.Perform end-to-end testing with Playwright, integration tests, and automated CI pipelines for reliability.Put microservices and the frontend into containers using Docker, and use Kubernetes to orchestrate them so they can be deployed without any downtime.Table of ContentSetting up Rust & Leptos EnvironmentDesigning Modern ArchitectureBuilding Application ServerDatabase Integration and State ManagementModern Interactions with REST, GraphQL, and OAuthFront-end Development with Leptos and WebAssemblyReal-time Interactions using WebsocketModern Security, Performance, and Cloud StrategiesCloud-native Releases and Continuous Delivery 178 pp. Englisch.

  • Talvyn, Nira

    Editore: GitforGits, 2025

    ISBN 10: 9349174871 ISBN 13: 9789349174870

    Lingua: Inglese

    Da: Majestic Books, Hounslow, Regno Unito

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

    Contatta il venditore

    Print on Demand

    EUR 7,47 per la spedizione da Regno Unito a U.S.A.

    Destinazione, tempi e costi

    Quantità: 4 disponibili

    Aggiungi al carrello

    Condizione: New. Print on Demand.

  • Talvyn, Nira

    Editore: GitforGits, 2025

    ISBN 10: 9349174871 ISBN 13: 9789349174870

    Lingua: Inglese

    Da: Biblios, Frankfurt am main, HESSE, Germania

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

    Contatta il venditore

    Print on Demand

    EUR 9,95 per la spedizione da Germania a U.S.A.

    Destinazione, tempi e costi

    Quantità: 4 disponibili

    Aggiungi al carrello

    Condizione: New. PRINT ON DEMAND.

  • Nira Talvyn

    Editore: Gitforgits Jan 2025, 2025

    ISBN 10: 9349174871 ISBN 13: 9789349174870

    Lingua: Inglese

    Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germania

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

    Contatta il venditore

    Print on Demand

    EUR 60,00 per la spedizione da Germania a U.S.A.

    Destinazione, tempi e costi

    Quantità: 1 disponibili

    Aggiungi al carrello

    Taschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -This book introduces you to web development with Rust and Leptos. To begin with, you install a solid Rust toolchain and set up Leptos in VS Code, and then you see your first 'Hello World' interface rendered via WebAssembly right away. So, first you'll design a microservice-inspired book-selling sample app, called LibroCommerce, into inventory, orders, and user accounts. Then, you'll connect each piece with Axum handlers, SQLx queries, and shared Serde models.By the time you get to Chapter 3, you'll have built a nonblocking, Tokio-driven server that handles dynamic routes, powers Leptos SSR pages, and secures endpoints with JWT and OAuth2. Then, you add real-time features: WebSockets send stock updates and order-status events to reactive Leptos signals, keeping the UI and backend in sync. As you go, you'll be writing end-to-end Playwright tests and setting up GitHub Actions so that every commit runs Rust tests, Playwright scenarios, Docker builds, and Kubernetes rollouts automatically. You'll learn how to connect to PostgreSQL with an async pool, model Books, Users, and Orders with Serde-annotated Rust structs, and implement CRUD, password hashing with Argon2, encrypted backups, and session stores in Redis. Performance tuning shows you how to optimize Tokio threads, tune SQLx pools, stream large result sets, debounce client inputs, and apply backpressure. At last, you put each microservice and frontend into Docker containers, deploy them with Kubernetes, and then use serverless.It's packed with over 100 bite-sized examples and ready-to-run solutions, and it'll walk you through building and operating a production-style web application in Rust, step-by-step. You won't become a Rust language expert, but you'll finish ready to design, code, test, and deploy modern web apps.Key LearningsStart using Rust and Leptos with VS Code to develop web applications using WebAssembly.Architect microservices with inventory, orders, and user modules for modular, scalable applications.Make servers that respond to user activity and are not blocked by other users. Use Tokio and Axum with dynamic routing and concurrency.Employ business logic with SQLX, transactions, and external API integration for real-world workflows.Protect your devices with JWT, OAuth2, Argon2 password hashing, HttpOnly cookies, and TLS encryption.Handle database state asynchronously, define Serde data models, and perform efficient CRUD operations.Utilize WebSockets, Leptos signals, and broadcast channels to enable real-time updates.Perform end-to-end testing with Playwright, integration tests, and automated CI pipelines for reliability.Put microservices and the frontend into containers using Docker, and use Kubernetes to orchestrate them so they can be deployed without any downtime.Table of ContentSetting up Rust & Leptos EnvironmentDesigning Modern ArchitectureBuilding Application ServerDatabase Integration and State ManagementModern Interactions with REST, GraphQL, and OAuthFront-end Development with Leptos and WebAssemblyReal-time Interactions using WebsocketModern Security, Performance, and Cloud StrategiesCloud-native Releases and Continuous DeliveryLibri GmbH, Europaallee 1, 36244 Bad Hersfeld 178 pp. Englisch.