I am Gaurav Jaiswal

Coding Enthusiast,Web Developer

Name: Gaurav Jaiswal

Profile: Full Stack Developer

Email: gjaiswal108@gmail.com

Skill

C++ 85%
HTML 85%
JAVASCRIPT 80%
NodeJs 75%
PHP 70%
PYTHON 65%
BOOTSTRAP 60%
About me

I am persuing B.Tech in CSE from Madan Mohan Malaviya University of Technology, Gorakhpur.

6 star on codechef(handle - gjaiswal108) with rating 2215(max).
Expert on codeforces(handle - gjaiswal108) with rating 1827(max).

I love competitive programming and participate in various online contests on codechef, codeforces, leetcode, hackerearth etc.

I have good knowlegde of Data Structures and Algorithms.
My other interests are in web scraping and web development.

Services

Web Development

Responsive Design

Browser Automation

Web Scraping

Portfolio

Chatbox

A Chat Website / 28 May 2020

Small URL

URL Shortener / 16 July 2020

ThelaWaala

Street Vendors / 9 November 2020
s

Blog

Python

Get email alert when the website is up

This script simply checks whether a website is up or not. If it is up then it will send an email about this, if it is down then it will keep checking and when the site will be up, it will send an email and terminate.

Python

SMS Bomber using Selenium and Python

Selenium is a free tool for automated testing across different browsers. It can be used to send automatically number of spam SMS for given number of frequency and interval.

Math

Check if an N-sided Polygon is possible from N given angles

Given an array of N elements, where each element represents an angle(in degrees) of a polygon, the task is to check whether it is possible to make an N-sided polygon with all the given angles or not.

JavaScript

Auto comment on a facebook post using JavaScript

It is useful when you want to comment a number of times on a post. You just need to specify the count and message that will be automatically commented on a time-interval.

JavaScript

Like all the comments on a facebook post using JavaScript

Many times we want to like all the comments of friends on our post or on any other’s post, so this script helps us to save our time and effort by automatically liking all the comments on the post.

JavaScript

Like multiple posts on facebook news feed using JavaScript

Many a time we waste too much time in liking all the posts in our news feed or on our friend's timeline. So this script will help to reduce our time and effort by automating this task.