<aside> ✅ Plan your programming learning path in 2022 with the following checklist. Check the boxes after you understand the concepts.

</aside>

⌨️ Functional Programming with Python ⭐

<aside> ✍️ Write some code snippets here to demonstrate your understanding of each concept

</aside>

Example: How to create your first program in Python

def print_hello():
	print("Hello my name is Dung")

def main():
	print_hello()

main()

🌐 Web Programming ⭐⭐

<aside> ✍️ Write down what you have learned. For example, write down the process to create a website:

</aside>

  1. Create a .html file and use the HTML template
  2. Add form, heading and tags
  3. Buy a domain name
  4. Use github or cloud service to deploy your website
  5. Add CSS to make it more appealing
  6. Add javascript for business and users logic
  7. Use PhP and MySQL to handle data and store data in a database

🖥️ Object Oriented Programming with C# ⭐⭐⭐

🤖 Artificial Intelligence & Machine Learning ⭐⭐⭐⭐