Developer Blogs Showcasing the magic of coding.

Advancing Your Career Through Online Education

One of the most significant takeaways of 2020 is that online learning is here to stay. As we roll into 2021, it’s critical to recognize the advantages of online university degrees and discuss aspects that might be unclear....


Django many to many

Django’s many-to-many fields provide a convenient way to handle relationships between models. They allow you to create relationships between objects without having to create a separate model to represent the relationship. This can be useful when you need to store information about a relationship, but don’t need to store any additional information about the relationship itself.


django create superuser

Creating a superuser in Django is a great way to give yourself access to the admin panel of your website. It allows you to manage users, content, and other settings from one central location.


Django Interview Questions?

In this blog, I'll be going over some of the most important interview questions asked during a django developer interview. These include some of the classics as well as my personal experience with the interviews and questions that I recall being asked. let's get right into it...


Best Laptop for Programming

Nowadays, a computer is a necessity for each and every field of profession. Whether it be Medical, Engineering, Commerce, Visual Arts, Psychology, and anything you can think of. But Computer Science (CS) students need it the most. A CS student knows the importance of a powerful machine....


What is Django Used for ?

In this blog, I'll be discussing what is Django, how does Django work, and what is Django used for. I will also be going over some of the key points on why it is so famous also mentioning some of the major companies and platforms that are running on Django.


Data Science First Steps - Beginners Guide

Hi! In this blog I will be going over the first steps towards pursuing a Career in Data Science most of which I will be discussing will be around the open source available course and materials to get you started in the field.


Django Admin filter duplicate values

In this blog I will be showing you how to add a custom filter to your django admin page in list_filter which allows you to see duplicate results.


django created at updated at auto fields

Django comes with its automatic time stamping for created_at and updated_at. For this purpose, there are 2 properties included that are django auto_now_add and auto_now.


Django Admin list_filter

In this blog, I will be showing you guys how to add basic filters and custom filters to your Django admin page so that you can filter the results of your listing page however you want.


Scroll to Top