Other Books You May Enjoy
If you enjoyed this book, you may be interested in these other books by Packt:
Asynchronous Programming in Rust
Carl Fredrik Samson
ISBN: 978-1-80512-813-7
- Explore the essence of asynchronous program flow and its significance
- Understand the difference between concurrency and parallelism
- Gain insights into how computers and operating systems handle concurrent tasks
- Uncover the mechanics of async/await
- Understand Rust’s futures by implementing them yourself
- Implement green threads from scratch to thoroughly understand them
Functional Programming in Go
Dylan Meeus
ISBN: 978-1-80181-116-3
- Gain a deeper understanding of functional programming through practical examples
- Build a solid foundation in core FP concepts and see how they apply to Go code
- Discover how FP can improve the testability of your code base
- Apply...