Nov 19, 2020How to implement your next project in Django using Hexagonal ArchitectureI’m glad you asked, the answer is very simple: You Don’t. There you go, I just saved you from many, many, many hours of pain.Django1 min readPhoto by Naveen Kumar on UnsplashHow to implement your next project in Django using Hexagonal ArchitectureI’m glad you asked, the answer is very simple:You Don’t.There you go, I just saved you from many, many, many hours of pain.----
Sep 9, 2019Using Django’s ORM from aiohttpWhen perfectionists with deadlines need better performance — Assumptions In this post, I will assume that you: Already know your ways with Django Are familiar with asyncio (at least you have heard of it) What is this all about? Django is a great framework to develop web applications and REST APIs but like everything in this world, it comes with pros and cons. A…Programming4 min read