PinnedMigrate your Django monolith to microservices. 2nd step — understanding Django model managementHi there! This is the second post in the series about refactoring Django project, including transferring models between apps. You may find…Dec 11, 20222Dec 11, 20222
PinnedPublished inAnalytics VidhyaPython & Django optimization tools and processI’d like to introduce 3 tools which help to measure performance metrics and make optimization process more obvious with demo project.May 29, 2021May 29, 2021
Django migrations tipsUse these tips to work with Django migrations + PostgreSQL and you will never shoot yourself in the footAug 291Aug 291
I‘d been writing for 1 year on FastAPI after 5-year experience on Django. And here what I’ve foundFor whom this article is written — for people who just started their way in backend development and are deciding now what a framework to…Aug 6, 202313Aug 6, 202313
Migrate your Django monolith to microservices. The 3rd step — migrating custom User modelHow to transfer custom User model to another Django appJan 3, 20232Jan 3, 20232
Migrate your Django monolith to microservices. 1st step — preparation.Do you want divide Django monolith on several apps or even services but don’t know how to deal with models and keep save data? Come in!:)Dec 3, 2022Dec 3, 2022
Thanks for the article, but thereis one huge minus, especially if you have already have legacy code…The rest is the same as in article - subscribing on connection_created signal, setting statement_timeout.Sep 15, 2021Sep 15, 2021