Vendeur : BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Allemagne
EUR 64,90
Quantité disponible : 2 disponible(s)
Ajouter au panierTaschenbuch. Etat : Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -This book is for you if you're tired of watching JavaScript struggle with complicated calculations while your users get impatient. I wrote this second edition because WebAssembly 2.0 changes everything, and I wanted to show you exactly how to use it without the usual technical book problems.The first thing we'll do is go through the basics, like memory management and control flow, which are the most important. Then we'll move on to putting together C, C++, Rust, and Python into Wasm modules that actually work. I'll show you how to use multi-threading, profiling and optimisation techniques that I've used in real projects, not just theoretical exercises. I know a lot of you have old Wasm 1.0 code, so I've written a whole chapter about how to move it over without causing any problems. And we'll also learn how to use WebAssembly in other ways, not just in browsers. You'll learn to work with Dapr for distributed microservices, deploy on Kubernetes, and build cloud-native applications that scale well.There is working code in every chapter that you can use right away. There is no unnecessary information, just practical techniques that solve real problems. I've figured out the tricky parts and the things that can go wrong, and I'm sharing them what actually works. By the time you finish this book, it will have taught you everything you need to build WebAssembly applications so quickly that people will be amazed.Key FeaturesPut together C, C++, Rust, and Python into high-performance WebAssembly modules using Emscripten.Build advanced multi-threaded apps using atomic operations, shared memory and thread-safe sync patterns.Migrate old Wasm 1.0 projects to version 2.0 using proven strategies.Combine WebAssembly with Dapr for microservices using patterns for managing data and sending messages.Deploy and scale Wasm workloads on Kubernetes clusters with complete control over configuration and secrets management.Make performance better by using systematic profiling and advanced compilation techniques for production apps.Take care of module imports, exports, and JavaScript interoperability.Use tables, memory semantics and dynamic dispatch mechanisms for complex logic.Manage networking, security, monitoring, and debugging for WebAssembly cloud-native deployments at scale.Table of ContentIntroduction to WebAssemblyFundamentals of WebAssembly ProgrammingWebAssembly Modules and SemanticsBridging WebAssembly with High-Level LanguagesAdvanced WebAssembly Tools and TechniquesAdvanced Performance OptimizationPractical Migration to Wasm 2.0Using WebAssembly with DaprRunning WebAssembly Apps on Kubernetes 138 pp. Englisch.
Vendeur : BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Allemagne
EUR 64,60
Quantité disponible : 2 disponible(s)
Ajouter au panierTaschenbuch. Etat : Neu. This item is printed on demand - it takes 3-4 days longer - Neuware 198 pp. Englisch.
Vendeur : BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Allemagne
EUR 64,20
Quantité disponible : 2 disponible(s)
Ajouter au panierTaschenbuch. Etat : Neu. This item is printed on demand - it takes 3-4 days longer - Neuware 204 pp. Englisch.
Vendeur : BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Allemagne
EUR 64,70
Quantité disponible : 2 disponible(s)
Ajouter au panierTaschenbuch. Etat : Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -This second edition teaches C++ programmers the practical skills and modern strategies they need to build strong backend systems. All you need is some basic knowledge of C++, and this book will teach you everything else you need to become a backend developer. Each chapter shows you step-by-step examples, real code, and workflows that you can follow to get results.The book starts with the basic structure of backend systems and shows how APIs are the most important way of communicating and how to use high-performance solutions like gRPC to go beyond REST. It will teach you to use, test and improve API endpoints in realistic C++ projects. This will help you to feel more confident in designing contracts first and in real-time data flows. The key parts of the book teaches you to cache things, to make sure your data is correct and to avoid common problems with correct troubleshooting.A big part of the book looks at how to set up and manage modern web servers. It teaches you to use C++ applications with Nginx, SSL, reverse proxies and load balancers in a way that's easy to understand. We then move on to more practical chapters on automated testing, including both unit and integration tests. You get to learn about containerisation, cloud deployment using AWS Elastic Beanstalk, environment configuration, monitoring, and scaling, and all this is taught step-by-step.The book makes use of simple and clear to teach network programming, how things are set up, and the important patterns that are used in today's distributed systems. While you learn, you please make a note that this edition is focused on practical scenarios and does not attempt to cover highly complex or edge-case architectures.Key FeaturesLearn to design APIs and high-performance gRPC endpoints and services.Create and protect backend apps using environment variables, secrets, and strong configuration management.Use advanced caching strategies, including in-memory, Redis, and custom eviction for scalable backends.Set up and optimise Nginx as a web server, reverse proxy, and SSL-enabled application gateway.Use Google Test to perform unit and integration testing.Use Docker to create containers.Use AWS Elastic Beanstalk to deploy backends into production.Use AWS CloudWatch, alarms, and custom log analytics to check the health of apps and resourcesSet up ways to integrate and migrate databases with no deployment errors.Keep systems updated, roll back if necessary, and make customizations to respond changing traffic and business demands.Table of ContentIntroduction to Backend DevelopmentC++ Refresher and EssentialsDeep Dive into AlgorithmsMastering Git and GitHubManaging Database Operations with MongoDBCrafting REST APIs with gRPCDealing with Client-Side and Server-Side CachingManaging Web Servers with NginxTesting C++ BackendDeploying Application 180 pp. Englisch.
Vendeur : BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Allemagne
EUR 73,30
Quantité disponible : 2 disponible(s)
Ajouter au panierTaschenbuch. Etat : Neu. This item is printed on demand - it takes 3-4 days longer - Neuware 192 pp. Englisch.
Vendeur : buchversandmimpf2000, Emtmannsberg, BAYE, Allemagne
EUR 64,10
Quantité disponible : 1 disponible(s)
Ajouter au panierTaschenbuch. Etat : Neu. This item is printed on demand - Print on Demand Titel. Neuware -This is a new edition of 'Web Programming with Go' and it's designed to help both entry-level and professional developers build and launch functional web applications using Go's core libraries. Every chapter gives you practical lessons, from setting up Go projects and building strong backend routes to frontend-backend integration, session management, authentication, concurrency, and connecting external APIs.This book is a hands-on way to learn key skills like testing, logging, error handling and performance tuning, all explained in simple, direct language. The real code and examples make it easy to understand and use the concepts. It covers nearly every major aspect of Go web development, but keeps examples straightforward and avoids complex edge cases, making it ideal for learners and practitioners who want clarity and reliable progress. You'll learn to structure projects, design backend services, manage sessions, secure authentication, and integrate external APIs with step-by-step Bookstore examples. It's got clear, practical techniques for routing, concurrency, testing, logging, performance and error handling, and it uses code that's easy to understand and explanations that are easy to follow.Basically, this book looks at modern Go features without getting into complicated or niche scenarios, making the lessons useful for real projects. This edition makes it easy for you to get from setup to deployment by focusing on simplicity over unnecessary detail.Key FeaturesGet your web projects sorted with Go, using organised code, a modular design, and real-world workflows.You'll build, secure and test RESTful APIs using Go's net/http, Gorilla Mux and JSON best practices.Put in place user authentication, role-based access, and strong password protection to make sure your users have a safe experience.Get the front end and back end talking to each other by having clear API contracts and simple JSON data interchange practices.Use Go's concurrency tools to boost performance, scale up data fetching, and avoid deadlocks.Mock databases, APIs, and dependencies for fast, isolated, and reliable automated test routines.Set up session management, secure cookies, and resilient authentication flows to keep users logged in.Keep an eye on, log and trace application events to quickly find and fix problems.Use Go's HTTP client patterns to integrate payment gateways, external APIs, and third-party services.Come up with easy-to-understand error messages and stick to the standard incident response plans.Table of ContentIntroduction to Web Development in GoStructuring Go Web ApplicationHandling HTTP Requests and RoutingTemplating and Rendering ContentInteraction with DatabasesConcurrency in GoSessions, Authentication, and AuthorizationFrontend and Backend CommunicationTesting and DebuggingLibri GmbH, Europaallee 1, 36244 Bad Hersfeld 164 pp. Englisch.
Vendeur : buchversandmimpf2000, Emtmannsberg, BAYE, Allemagne
EUR 64,20
Quantité disponible : 1 disponible(s)
Ajouter au panierTaschenbuch. Etat : Neu. This item is printed on demand - Print on Demand Titel. Neuware -For those of you who need to get ready for your CompTIA Linux+ exam in a hurry, this book is exactly what you need. This book's got a bunch of practical tasks and focused revision to help you feel ready for your test. Every chapter is based around exam objectives and covers essential skills through step-by-step, scenario-based activities.To start with, you will be working on recovering systems from GRUB prompts, fixing bootloader issues, and managing kernel modules. All the essential tasks, like handling file systems, logical volumes, RAID arrays and NFS mounts, are broken down into clear, easy-to-follow recipes. There'll be plenty of practice in user and group management, permissions, access control lists and troubleshooting login and authentication issues. It covers automation techniques with Bash and Python, helping you script daily operations and validate system states. There are some great practical activities that will take you through repairing repositories, managing packages and system updates, so you'll be all set to handle real-world Linux administration. Topics like networking, service management, firewall configuration and DNS troubleshooting are taught through hands-on exercises. The security section covers things like account hygiene, SELinux and AppArmor controls, and key audit tasks. It covers modern infrastructure skills too, with hands-on chapters on containers, virtualisation, Ansible, Git, and cloud-init for automated provisioning.Every chapter ends with some practice questions that are based on the sort of stuff you might be asked in the CompTIA Linux+ exam, and the book finishes with two full mock exams to help you work out how ready you are.Key LearningsUse GRUB, initramfs and kernel options to get broken boots back up and running in no time.Manage file systems, LVM and RAID without losing any data.Protect users by using modes, ACLs, sudo rules and PAM sanity checks.Fix networks quickly including routes, DNS, firewalls and port conflicts.Take control of packages and repos, pin versions, and easy rollbacks.Fix scripts that are idempotent using Bash and tiny Python helpers.Automate with Ansible and Git for changes and tracking.Build and debug containers, map storage, and verify cloud-init on VMs.Spot bottlenecks fast with top, vmstat, iostat, ss, and lightweight checks.Test out exam skills with chapter quizzes and two full mock tests.Table of ContentBoot Rescue and Service StartupFilesystems, Mounts, LVM and RAIDUsers, Groups, Permissions and PAMPackages, Repositories and SchedulingNetworking and Name ServicesHost Security, SELinux or AppArmor and FirewallsShell Scripting and Tiny Python UtilitiesAnsible and Git for OpsTroubleshooting and ObservabilityContainers, Virtual Machines and Cloud-InitMock Exam - Set 'A'Mock Exam - Set 'B'Libri GmbH, Europaallee 1, 36244 Bad Hersfeld 204 pp. Englisch.
Vendeur : buchversandmimpf2000, Emtmannsberg, BAYE, Allemagne
EUR 64,60
Quantité disponible : 1 disponible(s)
Ajouter au panierTaschenbuch. Etat : Neu. This item is printed on demand - Print on Demand Titel. Neuware Libri GmbH, Europaallee 1, 36244 Bad Hersfeld 198 pp. Englisch.
Vendeur : buchversandmimpf2000, Emtmannsberg, BAYE, Allemagne
EUR 64,70
Quantité disponible : 1 disponible(s)
Ajouter au panierTaschenbuch. Etat : Neu. This item is printed on demand - Print on Demand Titel. Neuware -This second edition teaches C++ programmers the practical skills and modern strategies they need to build strong backend systems. All you need is some basic knowledge of C++, and this book will teach you everything else you need to become a backend developer. Each chapter shows you step-by-step examples, real code, and workflows that you can follow to get results.The book starts with the basic structure of backend systems and shows how APIs are the most important way of communicating and how to use high-performance solutions like gRPC to go beyond REST. It will teach you to use, test and improve API endpoints in realistic C++ projects. This will help you to feel more confident in designing contracts first and in real-time data flows. The key parts of the book teaches you to cache things, to make sure your data is correct and to avoid common problems with correct troubleshooting.A big part of the book looks at how to set up and manage modern web servers. It teaches you to use C++ applications with Nginx, SSL, reverse proxies and load balancers in a way that's easy to understand. We then move on to more practical chapters on automated testing, including both unit and integration tests. You get to learn about containerisation, cloud deployment using AWS Elastic Beanstalk, environment configuration, monitoring, and scaling, and all this is taught step-by-step.The book makes use of simple and clear to teach network programming, how things are set up, and the important patterns that are used in today's distributed systems. While you learn, you please make a note that this edition is focused on practical scenarios and does not attempt to cover highly complex or edge-case architectures.Key FeaturesLearn to design APIs and high-performance gRPC endpoints and services.Create and protect backend apps using environment variables, secrets, and strong configuration management.Use advanced caching strategies, including in-memory, Redis, and custom eviction for scalable backends.Set up and optimise Nginx as a web server, reverse proxy, and SSL-enabled application gateway.Use Google Test to perform unit and integration testing.Use Docker to create containers.Use AWS Elastic Beanstalk to deploy backends into production.Use AWS CloudWatch, alarms, and custom log analytics to check the health of apps and resourcesSet up ways to integrate and migrate databases with no deployment errors.Keep systems updated, roll back if necessary, and make customizations to respond changing traffic and business demands.Table of ContentIntroduction to Backend DevelopmentC++ Refresher and EssentialsDeep Dive into AlgorithmsMastering Git and GitHubManaging Database Operations with MongoDBCrafting REST APIs with gRPCDealing with Client-Side and Server-Side CachingManaging Web Servers with NginxTesting C++ BackendDeploying ApplicationLibri GmbH, Europaallee 1, 36244 Bad Hersfeld 180 pp. Englisch.
Vendeur : buchversandmimpf2000, Emtmannsberg, BAYE, Allemagne
EUR 64,80
Quantité disponible : 1 disponible(s)
Ajouter au panierTaschenbuch. Etat : Neu. This item is printed on demand - Print on Demand Titel. Neuware -This book is for you if you're tired of watching JavaScript struggle with complicated calculations while your users get impatient. I wrote this second edition because WebAssembly 2.0 changes everything, and I wanted to show you exactly how to use it without the usual technical book problems.The first thing we'll do is go through the basics, like memory management and control flow, which are the most important. Then we'll move on to putting together C, C++, Rust, and Python into Wasm modules that actually work. I'll show you how to use multi-threading, profiling and optimisation techniques that I've used in real projects, not just theoretical exercises. I know a lot of you have old Wasm 1.0 code, so I've written a whole chapter about how to move it over without causing any problems. And we'll also learn how to use WebAssembly in other ways, not just in browsers. You'll learn to work with Dapr for distributed microservices, deploy on Kubernetes, and build cloud-native applications that scale well.There is working code in every chapter that you can use right away. There is no unnecessary information, just practical techniques that solve real problems. I've figured out the tricky parts and the things that can go wrong, and I'm sharing them what actually works. By the time you finish this book, it will have taught you everything you need to build WebAssembly applications so quickly that people will be amazed.Key FeaturesPut together C, C++, Rust, and Python into high-performance WebAssembly modules using Emscripten.Build advanced multi-threaded apps using atomic operations, shared memory and thread-safe sync patterns.Migrate old Wasm 1.0 projects to version 2.0 using proven strategies.Combine WebAssembly with Dapr for microservices using patterns for managing data and sending messages.Deploy and scale Wasm workloads on Kubernetes clusters with complete control over configuration and secrets management.Make performance better by using systematic profiling and advanced compilation techniques for production apps.Take care of module imports, exports, and JavaScript interoperability.Use tables, memory semantics and dynamic dispatch mechanisms for complex logic.Manage networking, security, monitoring, and debugging for WebAssembly cloud-native deployments at scale.Table of ContentIntroduction to WebAssemblyFundamentals of WebAssembly ProgrammingWebAssembly Modules and SemanticsBridging WebAssembly with High-Level LanguagesAdvanced WebAssembly Tools and TechniquesAdvanced Performance OptimizationPractical Migration to Wasm 2.0Using WebAssembly with DaprRunning WebAssembly Apps on KubernetesLibri GmbH, Europaallee 1, 36244 Bad Hersfeld 138 pp. Englisch.
Vendeur : buchversandmimpf2000, Emtmannsberg, BAYE, Allemagne
EUR 73,30
Quantité disponible : 1 disponible(s)
Ajouter au panierTaschenbuch. Etat : Neu. This item is printed on demand - Print on Demand Titel. Neuware -This practical, hands-on book will help you feel confident about your skills for the final stage of the exam. Whether you're a security enthusiast, a professional looking to get certified as a pentester, ethical hacker, or red team expert, this book is designed to help you get ready for CompTIA PenTest+ exam by offering a focused and realistic approach to revision.This book covers everything on the latest exam objectives and mimics real-world pentesting challenges. All parts of the book are designed to help you develop real skills and think critically, not just memorize stuff. With a revision plan that focuses on understanding and exam readiness, you'll be able to identify your weak spots and build on your strengths. This book is meant to be a supplemental revision resource, and it's most effective when paired with hands-on practice, broader study, and professional training. Just so you know, it doesn't replace the kind of foundational learning you'd expect, and it doesn't guarantee any particular results.Inside the book, we have got:Essential command cheat sheets for Linux and industry-standard security tools, alphabetically organized for fast review and reliable exam-day reference.Exam-aligned scenarios and practice questions spanning reconnaissance, exploitation, privilege escalation, web and wireless testing, and reporting-giving you a robust simulation of multiple-choice and performance-based exam formats.Step-by-step recipes and hands-on exercises built to reinforce the practical skills that matter most on the job and in the exam environment.Lab setup guidance and rapid environment recovery tips, ensuring that you can practice safely and efficiently without risking system downtime.Reporting frameworLibri GmbH, Europaallee 1, 36244 Bad Hersfeld 192 pp. Englisch.