Week 12 - 100 Days of Code

This is my twelfth week doing the #100DaysOfCode challenge.
If you want to read about what I did last week, see here: “Week 11 - 100 Days of Code” .
Day 78 - I improved the algorithm to simulate a ribosome by inserting an activator for processing. And I read “Class-based views”.
Day 79 - I improved a line of ribosome code with the suggestion of @gmonnerat. I implemented a search engine and tags in the @colaboradados and I improved my website separating my posts by idiom and I put a more beautiful color.
Day 80 - I fixed the responsive CSS of my blog and I implemented a blog on the site of @colaboradados. I did a Software Engineering homework of University from which I had to do Jekyll, Django, Django Rest Framework, Docker, Axios and PostgreSQL installation tutorial. I made a tutorial to create an API with Django Rest Framework and I implemented the code very simple.
Day 81 - I improved the ribosome code and I studied Growth Rate of Functions and the Complexity of Algorithms.
Day 82 - I learned how to install a VPN.
Day 83 - I learned good practices of git with @gmonnerat hehehe. And I studied Pipeline of Computer Architecture.
Day 84 - I read about the MVC Architecture.
Content links:
- Class-based views: https://docs.djangoproject.com/en/2.1/topics/class-based-views/
- Ribosome code: https://github.com/anapaulamendes/topics-of-bioinformatics/blob/master/ribosome.py
- Tutorials: https://github.com/ES2-UFPI/gerenciamento-do-time-404/wiki
- Event API: https://github.com/anapaulamendes/eventos-api
- ProtonVPN command-line tool for Linux: https://protonvpn.com/support/linux-vpn-tool/
- MVC: https://pt.wikipedia.org/wiki/MVC
- Model-View-Controller (MVC) Explained – With Legos: https://realpython.com/the-model-view-controller-mvc-paradigm-summarized-with-legos/
- Understanding the MVC pattern in Django: https://medium.com/shecodeafrica/understanding-the-mvc-pattern-in-django-edda05b9f43f
- Django’s Structure – A Heretic’s Eye View: https://djangobook.com/mdj2-django-structure/