Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 627 Bytes

File metadata and controls

22 lines (17 loc) · 627 Bytes

Introduction

Python is simply and easy to learn. That's also my motives to learning Go on my own.

What I have learned

  • flask-send-mail
    • How to send email using flask
    • How to use ORM in Flask
    • How to use message broker using RabbitMQ in flask

What I wish to learn

  • Django
  • Flask
  • Python unittest & integration testing
  • Python Microservices
  • ORM connection with relational DBs (MySQL & PostgreSQL)
  • ORM connection with non-relational DBs (MongoDB , etc)
  • Write commandline apps
  • Write a RESTfull API with auth
  • Implement a swagger or OPENAPI