1. Start with basic syntax
  2. Learn concurrency
    1. Multi-threading
    2. Multi-processing
    3. Channel
  3. Write a simple rest API web server
    1. Most languages should support this
  4. Write some language specific app
    1. Web app for JS
    2. Web Crawler/Data Processing for Python