• python aysnc with

    • async, await, asyncio, what are they for?
    • how to call API async
    • event loop, callback
  • threading vs asyncio

    • what is IO bound
    • what is fast and slow IO
  • patching services, how?

  • How to create your own python package and test it

  • Copilot

  • Chargpt vs llama on local machine

  • ssh connection for command line and how to start a process remotely

  • linking leetcode submission to github

  • dig deeper into stateless application and try implementing one

  • Locus: performance testing tool for python

  • what is Celery + Redis and how does it help asyncio in python

  • iterm

  • let’s learn about database table relationships!

  • Sql vs nosql, key-value, structured db, …. How are they different?

  • learn about python best env setup on vscode

  • venv vs virtualenv vs conda?