Published on Aug. 28, 2024 by Al Mahmud
How to Start A django Project with Virtual Environment.
In today's session, we'll delve into starting a Django project with a virtual environmen…
Published on Aug. 29, 2024 by Al Mahmud
Django Authentication with Custom Login-Registration-ForgetPassword-AutoLogout
Mastering Django Authentication with Custom Login, Registration, Forget Password, and Auto…
Published on Aug. 29, 2024 by Al Mahmud
How to use the Google SMTP server to send emails for free using Python Django
Sending emails is a fundamental feature in many web applications, whether for user registration,…
Published on Aug. 29, 2024 by Al Mahmud
Understanding Arrays in JavaScript
An array in JavaScript is a special variable that can hold more than one value …
Published on Aug. 29, 2024 by Al Mahmud
Introduction to Statistics for Data Science
Statistics is a branch of mathematics that involves collecting, analysing, interpreting, and pre…
Published on Aug. 29, 2024 by Al Mahmud
Basic Django Rest Framework CRUD Operation
Basic Django Rest Framework CRUD Operation
Published on Sept. 12, 2024 by Al Mahmud
ubuntu Basic Command
To see all the folders and files in your current path, you can use the ls
(list) co…
Published on Sept. 20, 2024 by Al Mahmud
Introduction to Context Processor In Django Framework
1. What is a Context Processor?
In Django, a context processor i…
Published on Sept. 22, 2024 by Al Mahmud
Deploy DJango in Digital Ocean
Deploying a Django project on DigitalOcean using **Nginx**, **Gunicorn**, and **MySQL** via a **…
Published on Sept. 22, 2024 by Al Mahmud
Basic of Git & GitHub
Git and GitHub are essential tools in modern software development for version…
Published on Sept. 22, 2024 by Al Mahmud
Basic of gitIgnore
The Complete Guide to `.gitignore` and Untracking Files in Git
Git is an incredibly po…
Published on Nov. 19, 2024 by Al Mahmud
Django Static Version Change Dynamically to update Cache.
To ensure that changes in your CSS or other static files are update…