
Building a RAG with Supabase Vector & OpenAI
As AI continues to evolve, one of the limitations of generative AI is its tendency to...

Deploy Django to Azure - The Easy Way
The general perception is that deploying applications on the cloud is complicated, but that is not...

Top 5 Must-Have Tools for Linux Users
Linux is known for its flexibility and powerful command-line tools. To make the most out of your...

Let's Learn Django #6: Using Database & Admin Panel
In the last blog, we discussed how can we use Django templating to the fullest. In this blog, we will...

Let's Learn Django #5 Django Template
In the previous blog, we looked at how to set up and use Django templating. Now, let's dive deeper...

Let's Learn Django #4 Using templates & static files
We have already seen how to write our first view in the previous blogs. In this blog, we will explore...

Let's Learn Django #3 Writing our first view
By now, we have seen how to initialise our project and the overview of different files in a Django...

Let's Learn Django #2 File Structure
After initialising a Django project, we can see several files. Don't worry, this blog will explain...

Let's Learn Django #1 Init
This is a blog series about Django from the very basics Installing & initialising a...

My Experience with Debian, Arch, Fedora based distros
There are a lot, a loooot of Linux distros out there. However, there are mainly 3 types for distros...

5 Awesome (flatpak) Softwares for Linux
Flatpak Flatpak is a packaging format for linux. And the best part, it is supported on all...

My Hacktober Experience
October, also known as Hacktober for devs, is a really awesome month. Hacktoberfest is a very good...

Re-Dcrypt Cryptic Hunt Making
Hello Everyone, firstly I'm very excited to announce that I'm going to organize a cryptic hunt event....

8 Chrome extensions I use as a developer
There are many great chrome extensions out there on the chrome web store. And these are the few...

Good Bye ATOM 👋
So Github has decided to discontinue its ATOM text editor.you can read more about it here: ...
PWAs: From the perspective of a web developer
Everyone use apps on their phones, but creating an app for each platform can be a little tough. So...

Convert Django website to PWA
We can convert a Django website to a PWA (Progressive web app) very easily. PWA are web apps that...

Integrating hCaptcha with Django-allauth
We may face issues when someone uses bots to abuse our system and send automated signup/password...

What are the most underrated websites according to you?
The internet is filled with so many websites & there are many hidden gems out there. And I love...

Thinking about switching from windows to Linux? Read This
Why I switched? So around 3 months ago I switched to Linux from Windows 10. I have a very...

Linux, Should you use it? Can you use it?
Some context: I'm just a student and I have been using windows from my childhood, but I...

Deploy Django Site on Qovery for free
Coding a Django website is pretty simple, but deploying it online could be a tedious & a...