Mitesh Kamat

Mitesh Kamat @miteshkamat27

About: Front End Engineer | Big fan of JavaScript

Location:
India
Joined:
Jan 22, 2020

Mitesh Kamat
articles - 23 total

How I understood setImmediate()

This post is about understanding the execution order of setImmediate() in node js environmen...

Learn More 1 0Mar 29 '21

Small tip for cypress test reports

Introduction This post is about a small tip while creating xml and json coverage reports u...

Learn More 1 0Jan 22 '21

Quick links sticky footer

Introduction Building sticky footer using bootstrap to serve as quick links on your webpag...

Learn More 3 0Sep 2 '20

An object from two arrays

Introduction This post is about creating a JavaScript object using two arrays. I had to c...

Learn More 8 3Jul 19 '20

Console check before commit

Introduction This post is about adding a git hook to check for console.log statements befo...

Learn More 8 3Jun 19 '20

Securing express js server

Introduction This post is about securing your express js application from network attacks....

Learn More 7 0May 27 '20

Library for modals, dialogs and alerts

Introduction This post is about a ui library for modal popup. Every now and then for a re...

Learn More 2 0May 14 '20

How to get Cypress working on windows

Introduction This article is about how to get cypress in working state on windows. Cypres...

Learn More 4 1Apr 27 '20

ReactJS with Tailwind CSS

Introduction This post is about configuring Tailwind css with React Js. We will start wi...

Learn More 8 0Apr 20 '20

An if else alternative

Introduction This post is about suggesting an alternative to the traditional if else state...

Learn More 5 4Apr 13 '20

Simple CRUD app with Svelte JS

Introduction This post is an attempt to create a simple CRUD operation using svelte js. In...

Learn More 10 0Apr 7 '20

Scrollable tabs with Bootstrap 4

Introduction This post is about creating scrollable tabs using bootstrap. Whenever a requ...

Learn More 6 0Mar 31 '20

Purpose of Symbol()

Introduction This post is about how we can make use of Symbol() in javascript. A “symbol”...

Learn More 8 0Mar 23 '20

Another Todo app with Svelte

Introduction This article is about getting started with svelteJS. Svelte...yes another ja...

Learn More 5 0Mar 16 '20

Delayed function execution in setInterval()

Introduction This article is about delayed execution for a function that we can have in se...

Learn More 12 0Mar 9 '20

Third argument in setTimeout()

Introduction This is about the third argument in setTimeout function. As we know, setTime...

Learn More 15 1Mar 2 '20

Skip the IIFE brackets

Introduction This article is about how you can skip the brackets while creating an IIFE (I...

Learn More 7 0Feb 27 '20

I promise...I'll catch all

Introduction This article is about error handling in case of Promise.all What do...

Learn More 9 0Feb 25 '20

Extension points in Hapi.js

Recently I started exploring Hapi.js . I read this concept called extension points, which sounded fam...

Learn More 7 2Feb 19 '20

Computed property names => ES6 !!!!

Introduction Suppose we have a task to create an object with dynamic key value pairs. We w...

Learn More 8 3Feb 14 '20

SSO + Express JS + Passport-saml

Introduction In my previous post, I had mentioned about decoding saml response. Going ahea...

Learn More 27 19Feb 10 '20

Parsing saml namespace prefixes

Introduction This is about authentication / authorisation while building your web apps. I included...

Learn More 5 1Feb 5 '20

Debugging node js app

Introduction Almost every javascript page that we create can be debugged on browser. We debug code f...

Learn More 3 0Jan 29 '20