Sujeet Kumar JaiswalinSujeet’s BlogWeb Performance — What, Why & How?Developing a website is easy, making the one that sells is difficult.Sep 14, 2020Sep 14, 2020
Sujeet Kumar JaiswalinSujeet’s Blog15 must have VS Code plugin for web development (2018)An opinionated collection of VS-code plugins for web developers.May 8, 20181May 8, 20181
Sujeet Kumar JaiswalinSujeet’s BlogCross-site Scripting (XSS)Cross-site Scripting is a type of computer security vulnerability typically found in web application, which enables attackers to inject and…May 7, 20181May 7, 20181
Sujeet Kumar JaiswalinSujeet’s BlogWebSocketsWebSockets is a technique for two-way communication over one (TCP) socket using the ws (unsecured) or wss(secured) protocol and can be used…Oct 7, 2017Oct 7, 2017
Sujeet Kumar JaiswalinSujeet’s BlogUsing Default Parameter to enforce a required ParameterDefault function parameters allow formal parameters to be initialized with default values if no value or undefined is passed. We can use…Oct 6, 2017Oct 6, 2017
Sujeet Kumar JaiswalinSujeet’s BlogIntroduction to SearchThis article focuses on understanding the search and the challenges in building a relevant search experienceJan 8, 2017Jan 8, 2017
Sujeet Kumar JaiswalinSujeet’s BlogSubresource Integrity (SRI)While adding resources like jQuery / bootstrap, ever wondered what “ integrity” & “ crossorigin" attributes are ?Oct 17, 2016Oct 17, 2016
Sujeet Kumar JaiswalinSujeet’s BlogMachine Learning : An IntroductionThis article will help understanding what exactly is machine learning and how is it related to / different from Artificial Intelligence…Sep 24, 2016Sep 24, 2016
Sujeet Kumar JaiswalinSujeet’s BlogPromises 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…Jun 1, 2016Jun 1, 2016
Sujeet Kumar JaiswalinSujeet’s BlogPromises 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…May 23, 2016May 23, 2016