My Blogs
Cover_image

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...

Cover_image

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...

Cover_image

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...

Cover_image

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...

Cover_image

Let's Learn Django #2 File Structure

After initialising a Django project, we can see several files. Don't worry, this blog will explain...

Cover_image

Let's Learn Django #1 Init

This is a blog series about Django from the very basics Installing & initialising a...

Cover_image

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...

Cover_image

5 Awesome (flatpak) Softwares for Linux

Flatpak Flatpak is a packaging format for linux. And the best part, it is supported on all...

Cover_image

My Hacktober Experience

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

Cover_image

Re-Dcrypt Cryptic Hunt Making

Hello Everyone, firstly I'm very excited to announce that I'm going to organize a cryptic hunt event....

Cover_image

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...

Cover_image

Good Bye ATOM 👋

So Github has decided to discontinue its ATOM text editor.you can read more about it here: ...

Cover_image

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...

Cover_image

Convert Django website to PWA

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

Cover_image

Integrating hCaptcha with Django-allauth

We may face issues when someone uses bots to abuse our system and send automated signup/password...

Cover_image

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...

Cover_image

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...

Cover_image

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...

Cover_image

Deploy Django Site on Qovery for free

Coding a Django website is pretty simple, but deploying it online could be a tedious & a...