Consider This: Protecting Sensitive Information in Django Applications Connected to External ServicesFeb 14, 2025·4 min read·37
Consider This: Automating Monthly Subscription Payments with Celery and DjangoGITHUB LINK You’ve created a subscription-based app where users pay a monthly fee to access premium features. Everything works well, but as your user base grows, you encounter a challenge: deducting monthly subscription fees from user wallets. Doing...Feb 22, 2025·7 min read·21
Series IntroductionHello and welcome! Let me tell you in case you don’t know ( it’s good if you know already ) that businesses and developers are constantly searching for tools and platforms that allow them to build robust applications while managing cloud resources ef...Nov 20, 2024·3 min read·34
Mastering E-Commerce Backend Development with Django: User RegistrationHello developer! In the last two posts in this series, we looked into the series introduction and setting up our project. In this post, we now start with the e-commerce authentication system. But first, what's authentication? Authentication systems ...Nov 3, 2023·19 min read·157
Mastering E-Commerce Backend Development with Django: A Comprehensive Guide to Project SetupGreetings, illustrious developers! As we embark on this fascinating journey to create an e-commerce backend system using Django, there's some essential groundwork we must lay first. Crafting an efficient, secure, and scalable backend requires not jus...Oct 26, 2023·10 min read·465
Mastering E-Commerce Backend Development with Django: Series OverviewIntroduction to the Series Hello developers and tech enthusiasts! If you've ever wondered how online stores manage everything—from user accounts to payments—you've come to the perfect starting point. We're embarking on an engaging journey to build th...Oct 26, 2023·3 min read·81
Effective Logging in Django Projects: A Step-by-Step GuideIntroduction Logging is the unsung hero of software development. It's not the flashy new feature that'll impress your users, but when things go south, a robust logging setup can be your best friend. In this blog post, we'll look at how to set up an e...Sep 22, 2023·8 min read·692
Django to AWS ElasticbeanstalkHello developer and welcome, So you just developed nice django application and want to use AWS to host it but don't want to go through the rigorous steps of setting up EC2, load balancer, database and many more. Congratulations to you, there is AWS e...Oct 1, 2022·9 min read·55