Abhijeet GorheUnderstanding database isolation levelsAs developers for us different levels of Isolation in traditional RDMS are bit difficult to understand. It took me a while to go through…Feb 23, 2021Feb 23, 2021
Abhijeet GorhePublish to Celery from any programming languageCelery is de facto async task processing queue . while in majority of cases both publisher and consumer are in python so we end up using…Sep 6, 20191Sep 6, 20191
Abhijeet GorhePerformance gain by writing a C extension in pythonInterpreted language will never match the performance of compiled languages . Ever since I moved on to python from C/C++ , I always wanted…Oct 9, 20171Oct 9, 20171