max time complexity based on constraints
by Abhishek Vaish
Jan 08, 2022
Max time complexity based on constraints In general you can do approximately 107 to 108 operations per second depending upon the type of…
Read More
How to send confirmation email in django
by Abhishek Vaish
Oct 08, 2021
How To Send Confirmation Email In Django 3 First Configure The Settings create a token.py in same directory where the view function for…
Read More
How to use cookies in NodeJS
by Abhishek Vaish
Aug 01, 2021
How to use cookies in NodeJS Handling cookies is one of the most frustrating thing to waste time on figuring out what combinations of all…
Read More
Markdown Cheatsheet
by Abhishek Vaish
Jul 30, 2021
Tag Markdown Syntax Heading # h1 ## h2 ### h3 Bold ** bold…
Read More
Tables in markdown
by Abhishek Vaish
Dec 28, 2020
Introduction Markdown is a great tool for documentation on Github because documentation is only as useful as it is readable. Among other…
Read More
Date Filter in Django Templates
by Abhishek Vaish
Dec 28, 2020
Common date filter in Django Templates Format character Description Example output Day d Day of the month, 2 digits with leading zeros…
Read More
Create a custom user model in django-3 with email as the default username field
by Abhishek Vaish
Dec 23, 2020
Note : this needs to be done before applying any migrations to the database as we will be overwriting the default user model in django now…
Read More
Create and delete virtual environment in anaconda(python)
by Abhishek Vaish
Dec 22, 2020
In anaconda prompt Create a Virtual Environment python=x.x can be any python version of your to get the latest version of python 3 you can…
Read More
Zip and Unzip file in linux
by Abhishek Vaish
Dec 18, 2020
Zip a file Unzip a file Compress a folder Extract a file
Read More
MYSQL cheatsheet for DDL, DML
by Abhishek Vaish
Dec 14, 2020
Create a table Alter a table Drop a table Truncate a table (delete all entries) Rename a table Insert a row Update a row delete a row
Read More
How To Deploy A Django App On Heroku
by Abhishek Vaish
Dec 03, 2020
Step 1. Create a Procfile in your project root and add the following line. Step 2. Go to the command line and install psycopg2, gunicorn…
Read More
My First Gatsby Post
by Abhishek Vaish
Nov 24, 2020
Dolor minim consectetur amet sit excepteur nisi ut in ex qui eu sunt magna aute magna cillum. Reprehenderit officia id dolor nulla anim…
Read More