All Projects → PacktPublishing → Concurrent-Patterns-and-Best-Practices

PacktPublishing / Concurrent-Patterns-and-Best-Practices

Licence: MIT License
Concurrent Patterns and Best Practices, published by Packt

Programming Languages

java
68154 projects - #9 most used programming language
scala
5932 projects

Concurrent-Patterns-and-Best-Practices

Concurrent Patterns and Best Practices, published by Packt

This is the code repository for , published by Packt.

Build scalable apps with patterns in multithreading, synchronization, and functional programming

What is this book about?

This book covers the following exciting features:

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

/* singleton case */
if (instance == null)
 create the object and return its reference
else
  return the instance

Following is what you need for this book: This is a must-have guide for developers who want to learn patterns to build scalable and high-performing apps. It’s assumed that you already have a decent level of programming knowledge.

With the following software and hardware list you can run all code files present in the book (Chapter 1-7).

Software and Hardware List

Chapter Software required OS required
1-5 Java/JDK 1.8 Windows, Mac OS X, and Linux (Any)
6-7 Scala 2.12.1 Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Atul S Khot Atul S. Khot is a self-taught programmer and has written software programmes in C and C++. Having extensively programmed in Java and dabbled in multiple languages, these days, he is increasingly getting hooked on Scala, Clojure, and Erlang. Atul is a frequent speaker at software conferences and a past Dr. Dobb's product award judge. He was the author of Scala Functional Programming Patterns and Learning Functional Data Structures and Algorithms, published by Packt Publishing.

Other books by the authors

[Packt] Amazon PacktAmazon

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].