ARAbishek Reddyincaptain0205.hashnode.dev·Jan 17, 2025 · 3 min readSOLID PrinciplesLet’s understand the necessity of SOLID principles first. Your client asked you to create a basic e-commerce website with essential features like searching for products, adding them to a cart, and purchasing them. You set up the system with a single ...00
ARAbishek Reddyincaptain0205.hashnode.dev·Dec 24, 2024 · 2 min readWebhooksUnderstanding Webhooks Webhooks are user-defined HTTP callbacks triggered by specific events in an application. Unlike traditional APIs, which require continuous polling to fetch data, webhooks allow one application to notify another automatically wh...00
ARAbishek Reddyincaptain0205.hashnode.dev·Oct 29, 2024 · 4 min readUser Registration with OTP verificationIn this article we’ll learn how to perform user registration with OTP verification. This is a beginner level article but you need to have basic knowledge about django and django rest framework. If you’re not aware those, you can refer following tutor...00