CRUD With Django

CRUD is an acronym that stands for Create, Read, Update, and Delete. It represents the...

5 minute read

Login and Logout With Django

Implementing login and logout functions in a Django web application involves using Django’s built-in authentication...

4 minute read

First Meeting With Django

Tomorrow is the day to submit assignments using Django, but I only started taking related...

3 minute read

Stack and Queue

In Python, a stack and a queue are two common data structures used for managing...

6 minute read

Design & Building ERD

I briefly learned about ERD today, one of the measures by which one can be...

2 minute read

Linked List

Today I’m going to talk about ‘Linked List’. The concept itself is not difficult to...

3 minute read

Find the Alphabet

In the algorithm problem solving every morning, it took time, but I solved two problems....

3 minute read

Algorithm Problems

Algorithm problem solving started yesterday, and classes on it began. Solving the problem is going...

2 minute read