PinnedPublished inPython in Plain EnglishManaging User Onboarding, Approval Workflows, and Managing Multiple Sessions with DjangoToday’s article is going to be a bit different from the usual how-to guides I usually write. Instead of walking through steps, I’m going to…Mar 12, 20242Mar 12, 20242
Published inPython in Plain EnglishTranscript Alchemy: Turning YouTube Videos into Summaries with GPT-4Listening to podcasts is one of my favorite ways to learn and stay inspired. Recently, I stumbled upon an insightful episode of the “Diary…Jun 11, 20241Jun 11, 20241
Published inDjango UnleashedEmail Authentication In Django: Designing a Modern System Rest Framework Without the Traditional…Picture this: You are developing an API using the Django Rest Framework, you find yourself scuffling with the conventional username-based…Feb 10, 20241Feb 10, 20241
Published inPython in Plain EnglishFile Uploads and Downloads in FastAPI: A Comprehensive GuideData exchange is integral to web applications, and the art of handling file uploads, conversion, and downloads is crucial for developers…Nov 3, 2023Nov 3, 2023
Behind the Click: A Dive into the Processes Triggered by a Simple URL EntryWelcome to the backstage of web browsing. In this article, we’ll delve into the processes that unfold when you enter…Sep 17, 20231Sep 17, 20231
Curl: A Deep Dive into Command-Line Data TransferIn programming, interfacing with various languages and their frameworks often involves the need for a developer to communicate with servers…Sep 5, 2023Sep 5, 2023
Simplified Automation with Puppet: A GuideAutomation, a concept in programming, can be seen as both a gift and a curse. Why? This idea arises from the fact that automating processes…Aug 27, 2023Aug 27, 2023
Dockerizing FastAPI and PostgreSQL Effortless Containerization: A Step-by-Step GuidePicture this, you just deployed your first application to production, you are as excited as the time you wrote your first `hello world` in…Aug 8, 20235Aug 8, 20235
JWT Authentication in FastAPI: Building Secure APIsWe live in a world where the security of the user is really important. The potential consequences of a security breach are immense. Your…Jul 27, 20233Jul 27, 20233
A Guide to Connecting PostgreSQL and Pythons' Fast API: From Installation to IntegrationChoosing the right tool for the right job is definitely something that I have come to appreciate in software development especially when it…Jul 11, 20232Jul 11, 20232