Programming articles

How to fix MultiValueDictKeyError error - Django

Always remember that the files (eg. images etc.) that we upload through forms (i.e through POST request) are accessed by request.FILES method...

  🔖 Programming   📆 2023-07-11
How to compress image size before saving to database in Django

Images are the stuff which makes a webpage heavy . One should always try to keep the images optimized for a good pagespeed index....

  🔖 Programming   📆 2023-07-11
Choosing correct M.2 SSD for your Laptop

Choosing correct M.2 SSD for your Laptop | How to check whether your laptop support NVMe or SATA PCIe - Different types of SSDs explained...

  🔖 Programming   📆 2023-07-11
5 Steps to create a sitemap in Django

A sitemap is a file where we provide information about the web pages and other files of our site. Search engines like Google, Bing etc. read this file to more intelligently crawl our site....

  🔖 Programming   📆 2023-07-11
4 Steps to create robots.txt file in Django

robots.txt is a standard used by websites to communicate with web crawlers and other web robots. The standard specifies how to inform the web robots about which areas of the website should not be processed or scanned...

  🔖 Programming   📆 2023-07-11
All you need to know about Django framework

Django is a Python based web development framework. It is free and open-source. Django is gaining popularity day by day since it was introduced (in 2005)....

  🔖 Programming   📆 2023-07-11
3 steps to send automatic emails in django

Sometimes we have to use automatic email service in our website for sending OTPs, Tokens, passwords or login credentials etc. For this purpose we use smtplib module...

  🔖 Programming   📆 2023-07-12
Fixing NoReverseMatch Error - Django

The NoReverseMatch error is an indication that Django is unable to find a matching URL pattern. Thus, the NoReverseMatch exception in Django is related to URL configuration....

  🔖 Programming   📆 2023-07-12
Language detection & translation using python

There are many ways to translate one language into another one. Some people may suggest machine learning, deep learning or may build some neural networks to translate one language to another language....

  🔖 Programming   📆 2023-07-12
Best Laptop For Programming

There are two types of articles, one which I like to write and second which you like to read, usually they overlap with each other....

  🔖 Programming   📆 2023-07-12
React vs Angular - Which is better

To be honest it's not really fair that we compare apples with oranges. But who told you that world is a fair place? Today we are gonna compare Angular with React....

  🔖 Programming   📆 2023-07-12
What is an API - Concept of API

In this article we will talk about "What is an API ?" also known as Application Programming Interface....

  🔖 Programming   📆 2023-07-12
What is Docker ?

After reading this article I promise you that, the concept of Docker will be absolutely clear to you. So let's get started and talk about "what is docker?"...

  🔖 Programming   📆 2023-07-12
Library vs Framework

In this article we are talking about the great subject of "what is the difference between a library and Framework?"...

  🔖 Programming   📆 2023-07-12
What is Firebase ?

In this article I want to talk about firebase. So what will we deal up? We will deal about "what is firebase?", "where it can be used?"...

  🔖 Programming   📆 2023-07-12
5 Tips to build programming logics

In this article I want to discuss something awesome and something important. This question has been into my email for a long time and a lot of people just asked this question....

  🔖 Programming   📆 2023-07-12
How to learn programming

Today we are going to talk about how to learn to program ? That is a very difficult question and a lot of people are actually stuck with this....

  🔖 Programming   📆 2023-07-12
How to Code Faster - Th Efficient way

In this article, I walk you through how we can write faster HTML and CSS code. Now I can understand your frustration that as a beginner or intermediate level of web developer it's kind of a hard thing....

  🔖 Programming   📆 2023-07-12
How to become a complete back-end developer

In this article we are gonna talk about the complete backend development and in fact, I would like to say that this is going to be a guide for complete modern backend development in 2020....

  🔖 Programming   📆 2023-07-12
What is Machine Learning

In this article we will talk about machine learning, what is machine learning? and how we can get started in machine learning....

  🔖 Programming   📆 2023-07-12
Programming vs Coding - The Difference

Obviously this article is going to be short. Today I want to answer a question, the question was put up to a random chat when I was doing with the student on Instagram and She asked me the question that what is the difference between programming and coding?...

  🔖 Programming   📆 2023-07-12
How to get job in IT - Perfect resume guide

In today's article I want to talk about how to prepare the best resume to get a job in IT. Yes, everybody wants to have a job and in order to get a job you have to apply for it and when you apply for that, the resume is one good thing that you always submit....

  🔖 Programming   📆 2023-07-12
Top 5 Interview Questions : Tips for HR round

In this article we are talking about the most famous HR questions and the mind-set to answer those HR questions....

  🔖 Programming   📆 2023-07-12
What is Javascript - Features and usages

I'm kind of a person who always likes to get started by installing the things & writing some code. I love that but this time JavaScript requires a little bit of the theoretical basic so that we can understand what things we are learning, how hard and powerful it is and where they can be applied....

  🔖 Programming   📆 2023-07-12
How to Make a Website

After reading this article you will never ever search for web development guide neither on Google nor on YouTube....

  🔖 Programming   📆 2023-07-12
How to change base url or domain in sitemap - Django

A sitemap is the first important SEO step which elaborates a website's content to search engines. It provides information to search engines about the available content on our site, which helps them to crawl webpages for indexing....

  🔖 Programming   📆 2023-07-12
How to download a file in django

Sometimes we have to serve a file which may be a large file from our project directory. Suppose you want to transfer a file from your project directory to your friend or to some other person/server/platform....

  🔖 Programming   📆 2023-07-12
Changing Database from SQLite to MySQL - Django

One of the main benefit to use django for web development is that it comes with an inbuilt database/filesystem i.e SQLITE. Managing database and files is super easy in django. But there are some drawbacks of using SQLITE...

  🔖 Programming   📆 2023-07-12

Recent Articles

Changing Database from SQLite to MySQL - Django

One of the main benefit to use django for web development is that it comes with an inbuilt database/filesystem i.e SQLITE. Managing database and files is super easy in django. But there are some drawbacks of using SQLITE...

  - 2023-07-12
How to download a file in django

Sometimes we have to serve a file which may be a large file from our project directory. Suppose you want to transfer a file from your project directory to your friend or to some other person/server/platform....

  - 2023-07-12
How to change base url or domain in sitemap - Django

A sitemap is the first important SEO step which elaborates a website's content to search engines. It provides information to search engines about the available content on our site, which helps them to crawl webpages for indexing....

  - 2023-07-12
How to Make a Website

After reading this article you will never ever search for web development guide neither on Google nor on YouTube....

  - 2023-07-12
What is Javascript - Features and usages

I'm kind of a person who always likes to get started by installing the things & writing some code. I love that but this time JavaScript requires a little bit of the theoretical basic so that we can understand what things we are learning, how hard and powerful it is and where they can be applied....

  - 2023-07-12
Top 5 Interview Questions : Tips for HR round

In this article we are talking about the most famous HR questions and the mind-set to answer those HR questions....

  - 2023-07-12
How to get job in IT - Perfect resume guide

In today's article I want to talk about how to prepare the best resume to get a job in IT. Yes, everybody wants to have a job and in order to get a job you have to apply for it and when you apply for that, the resume is one good thing that you always submit....

  - 2023-07-12


^