Thomas Hunter II - Böcker
Visar alla böcker från författaren Thomas Hunter II. Handla med fri frakt och snabb leverans.
2 produkter
2 produkter
474 kr
Skickas inom 7-10 vardagar
Traditionally, JavaScript has been a single-threaded language. Nearly all online forum posts, books, online documentation, and libraries refer to the language as single threaded. Thanks to recent advancements in the language--such as the Atomics and SharedArrayBuffers objects and Web Workers in the browser--JavaScript is now a multi-threaded language. These features will go down as being the biggest paradigm shift for the world's most popular programming language.Multithreaded JavaScript explores the various features that JavaScript runtimes have at their disposal for implementing multithreaded programming, providing both practical real-world examples, as well as reference material.Learn what multithreaded programming is and how you can benefit from itUnderstand the differences between a web worker, a service worker, and a worker threadKnow when and when not to use threads in an applicationOrchestrate communication between threads by leveraging the Atomics objectBuild high-performance applications using the knowledge you gain from this bookBenchmark performance to learn if you'll benefit from multithreading
Advanced Microservices
A Hands-on Approach to Microservice Infrastructure and Tooling
Häftad, Engelska, 2017
388 kr
Skickas inom 10-15 vardagar
Use the many types of tools required to navigate and maintain a microservice ecosystem. This book examines what is normally a complex system of interconnected services and clarifies them one at a time, first examining theoretical requirements then looking at concrete tools, configuration, and workflows.Building out these systems includes many concerns such as containerization, container orchestration, build pipelines and continuous integration solutions, automated testing, service discovery, logging and analytics. You will examine each of these tools and understand how they can be combined within an organization. You will design an automated build pipeline from Pull Request to container deployment, understand how to achieve High Availability and monitor application health with Service Discovery, and learn how to collaborate with other teams, write documentation, and describe bugs. Covering use of Jenkins, Docker, Kubernetes, the ELK stack (Elasticsearch, Logstash, and Kibana), and StatsD and Grafana for analytics, you will build on your existing knowledge of Service-Oriented Architecture and gain an advanced, practical understanding of everything from infrastructure development to team collaboration. What You'll LearnDesign an API to be convenient for developers to consume.Deploy dynamic instances of Microservices and allow then to discover each other.Track the health of a Microservice and be notified in case of degraded performance.Write effective documentation and communicate efficiently with other teams.Who This Book Is For Those who would like a better understanding of System Oriented Architecture.Those who would like to break a monolith into smaller Microservices.Those who are familiar with Microservices and would like a better understanding of peripheral technologies.