Free Shipping Threshold: Only $50!
Menu
Concurrency in Go: Essential Tools and Techniques for Developers | Boost Performance in Web Apps, APIs & Distributed Systems
$15.08
$27.42
Safe 45%
Concurrency in Go: Essential Tools and Techniques for Developers | Boost Performance in Web Apps, APIs & Distributed Systems
Concurrency in Go: Essential Tools and Techniques for Developers | Boost Performance in Web Apps, APIs & Distributed Systems
Concurrency in Go: Essential Tools and Techniques for Developers | Boost Performance in Web Apps, APIs & Distributed Systems
$15.08
$27.42
45% Off
Quantity:
Delivery & Return: Free shipping on all orders over $50
Estimated Delivery: 10-15 days international
13 people viewing this product right now!
SKU: 18340670
Guranteed safe checkout
amex
paypal
discover
mastercard
visa
apple pay
shop
Description
Concurrency can be notoriously difficult to get right, but fortunately, the Go open source programming language makes working with concurrency tractable and even easy. If youâ re a developer familiar with Go, this practical book demonstrates best practices and patterns to help you incorporate concurrency into your systems. Author Katherine Cox-Buday takes you step-by-step through the process. Youâ ll understand how Go chooses to model concurrency, what issues arise from this model, and how you can compose primitives within this model to solve problems. Learn the skills and tooling you need to confidently write and implement concurrent systems of any size. Understand how Go addresses fundamental problems that make concurrency difficult to do correctly Learn the key differences between concurrency and parallelism Dig into the syntax of Goâ s memory synchronization primitives Form patterns with these primitives to write maintainable concurrent code Compose patterns into a series of practices that enable you to write large, distributed systems that scale Learn the sophistication behind goroutines and how Goâ s runtime stitches everything together
More
Shipping & Returns

For all orders exceeding a value of 100USD shipping is offered for free.

Returns will be accepted for up to 10 days of Customer’s receipt or tracking number on unworn items. You, as a Customer, are obliged to inform us via email before you return the item.

Otherwise, standard shipping charges apply. Check out our delivery Terms & Conditions for more details.

Reviews
*****
Verified Buyer
5
The thing that makes Go stand out among programming languages is the way it effortlessly lets you use concurrency in application and helps application scale. This book talks about in detail on how concurrency is implemented in Go. Helps you understand how Go concurrency model works. such as CSP model, M:N model, fork-join model etc. It also teaches on how to avoid concurrency leaking and many more.

You Might Also Like