Authored
Blog
I have authored several blog posts on various topics, including tech, open-source, and personal experiences. I am in the process of migrating them to the website, and hope to have all posts consolidated well. I have something else below for you until then. Nevertheless, I always appreciate your patience xx
StackOverflow
As part of my efforts in mentoring and giving back to the tech community, I have authored several StackOverflow posts throughout my journey. These posts have reached over 19,000 developers worldwide in resolving their queries and understanding complex concepts. I believe they are a good indication to the community about my knowledge and experience. I have listed a few of my writings below and, here is the link to my profile.
Django: How to not set image field as null when PUT/Patch in Django rest framework
Django: How to add default data to django model
Django: Is there anyway to compare two fields in two models and store a field in the first model in Django?
Django: Many to Many relationship between different types of users - Django