1. Basics of Concurrency 1.1 The presentation I made Presentation about basics/fundamental concurrency Process and thread Race condition Synchronization Java concurrency API to do sync 2. Advanced Concurrency 2.1 Concurrency in practice (Book of Brian Goetz) 2.2 Some cool resources Official Oracle Document Concurrency MIT 6.005 Course: Concurrency MIT 6.005 Course: Thread-Safety MIT 6.005 Course: Queues and Locks