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…

competitive programming
problem solving
constraints


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…

python
django
confirmation email


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…

NodeJS
express
HTTP cookies


Read More

Markdown Cheatsheet

by Abhishek Vaish
Jul 30, 2021

Tag Markdown Syntax Heading # h1 ## h2 ### h3   Bold ** bold…

markdown
cheatsheet
github


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…

markdown
tables
github


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…

python
django templates
date filter


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…

python
django
user model


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…

virtual environment
python
anaconda


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

Linux
zip
unzip
compress
extract tar 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

MySQL
CheatSheet
commands
DDL
DML


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…

python
django
heroku deploy


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…

gatsby
blog
first post


Read More