Homepage
Open in app
Sign in
Get started
Sujeet’s Blog
Learn . Share . Improve . Repeat
Web Development
sujeet.pro
Follow
Web Performance — What, Why & How?
Web Performance — What, Why & How?
Developing a website is easy, making the one that sells is difficult.
Sujeet Kumar Jaiswal
Sep 14, 2020
Trending
Understanding HTTPS/SSL Certificate for beginners
Understanding HTTPS/SSL Certificate for beginners
You would have notices a green lock on your address-bar when accessing many sites like google, facebook, even this website has this. What…
Sujeet Kumar Jaiswal
Feb 27, 2016
Cross-site Scripting (XSS)
Cross-site Scripting (XSS)
Cross-site Scripting is a type of computer security vulnerability typically found in web application, which enables attackers to inject and…
Sujeet Kumar Jaiswal
May 7, 2018
Web Workers : Introduction
Web Workers : Introduction
A web worker is a JavaScript that runs background in a separate thread and live in a self-contained execution environment, which enables to…
Sujeet Kumar Jaiswal
Apr 2, 2016
WebSockets
WebSockets
WebSockets is a technique for two-way communication over one (TCP) socket using the ws (unsecured) or wss(secured) protocol and can be used…
Sujeet Kumar Jaiswal
Oct 7, 2017
Promises in ES6 (Part 2)
Promises in ES6 (Part 2)
We will try to understand the then and catch methods, which are used to perform some action after the promise is settled. We will also…
Sujeet Kumar Jaiswal
Jun 1, 2016
Latest
15 must have VS Code plugin for web development (2018)
15 must have VS Code plugin for web development (2018)
An opinionated collection of VS-code plugins for web developers.
Sujeet Kumar Jaiswal
May 7, 2018
Using Default Parameter to enforce a required Parameter
Using Default Parameter to enforce a required Parameter
Default function parameters allow formal parameters to be initialized with default values if no value or undefined is passed. We can use…
Sujeet Kumar Jaiswal
Oct 6, 2017
Introduction to Search
Introduction to Search
This article focuses on understanding the search and the challenges in building a relevant search experience
Sujeet Kumar Jaiswal
Jan 8, 2017
Subresource Integrity (SRI)
Subresource Integrity (SRI)
While adding resources like jQuery / bootstrap, ever wondered what “ integrity” & “ crossorigin" attributes are ?
Sujeet Kumar Jaiswal
Oct 17, 2016
Machine Learning : An Introduction
Machine Learning : An Introduction
This article will help understanding what exactly is machine learning and how is it related to / different from Artificial Intelligence…
Sujeet Kumar Jaiswal
Sep 24, 2016
Promises in ES6 -(Part 1)
Promises in ES6 -(Part 1)
An introduction to a new Asynchronous Programming pattern. Will also see how is it different / similar to callback pattern and the original…
Sujeet Kumar Jaiswal
May 23, 2016
JavaScript — Block scoped Variables
JavaScript — Block scoped Variables
ECMAScript 6 | 2015 has added support for blocked scoped variables using ‘let’ keyword.
Sujeet Kumar Jaiswal
May 4, 2016
About Sujeet’s Blog
Latest Stories
Archive
About Medium
Terms
Privacy
Teams