PinnedPublished inDev GeniusDjango-Tests | Writing Tests in DjangoWriting tests for your application is really an important task. This really helps the developer to validate his code.May 16, 2022May 16, 2022
Published inDev GeniusDockerize Django applicationIf you are a newbie to docker and wondering how to dockerize your django application then you just landed on the right page. This blog post…Sep 19, 2022Sep 19, 2022
Published inAWS TipDjango-Relationships in a nutshellWhile working with Django, many times you have heard the term “relation between models”. In this blog post, we will go through the django…Sep 13, 2022Sep 13, 2022
Django Blog-Clone app using REST FrameworkRecently I was learning about using REST framework in Django while developing backend APIs. I find it really interesting and easy to…Apr 2, 2022Apr 2, 2022
Reducing the Docker image sizesWhile building any docker image, do we get an idea about the size of that image and can we optimize their size?Nov 29, 2020Nov 29, 2020
Django Custom User Model“How do I replace the username field with the email field or add other fields while for registering a new user? ”Nov 29, 2020Nov 29, 2020
Django vs Flask: Which framework to chooseThis headline you have heard many a times before. There is a lot of buzz going on with these two names whenever you are in a stage when…Oct 3, 2020Oct 3, 2020
Creating obfuscated code in pythonThis post is totally focused on how to obfuscate your python code. The term obfuscate means that “creating your code that is difficult for…Aug 23, 2020Aug 23, 2020
Creating deep-learning models in DockerRecently me and my team shifted our approach to build our models in the docker containers rather than creating and running a python file…Apr 11, 2020Apr 11, 2020
Flask + PyMongo IntegrationIn my college days I found quite difficulty regarding “How to integrate my application with the database”. May be most of us (mostly…Feb 4, 2020Feb 4, 2020