djangoway.hashnode.devConsider 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
djangoway.hashnode.devConsider This: Protecting Sensitive Information in Django Applications Connected to External ServicesIn today's digital age, the importance of data security cannot be overstated. This is especially crucial for platforms that must register their users on third-party cloud SaaS solutions. Safeguarding sensitive information such as API tokens used to a...Feb 14, 2025·4 min read
djangoway.hashnode.devConsider This: Streamlining Affiliate Wallet Creation with Django SignalsWelcome to the Consider This series, where we explore real-world business challenges and practical Django solutions. In this post, we tackle a common scenario: managing affiliates and automating wallet creation when their status changes to "approved....Feb 9, 2025·5 min read
djangoway.hashnode.devOpenstack Authentication and AuthorizationHello and welcome back! In our last post, we explored on high level some common OpenStack components like Nova and Keystone. Today, we'll dive deeper into how OpenStack structures its authentication and authorization modules, particularly focusing on...Dec 4, 2024·11 min read
djangoway.hashnode.devOpenstack Components and APIsHello and welcome! let’s get this series started with quick look into Openstack - through it’s components and APIs. OpenStack, the leading open-source cloud platform, is the backbone for creating scalable and flexible cloud infrastructures. It’s modu...Nov 22, 2024·6 min read