Mayank JainInfinite Scrolling using Vue3 and IntersectionObserverHi folks! In this article, we are going to build an infinite scroller component using Vue3 and IntersectionObserver.Sep 18, 2022Sep 18, 2022
Mayank JainUnderstanding BEM with simple examplesBEM (aka. Block Element Modifier) CSS naming convention allows you to write more readable and maintainable CSS.Jun 27, 2021Jun 27, 2021
Mayank JainHow to create a Desktop application using Electron and VueIn this article, we are going to create a simple to-do application using Vue and Electron.Jun 19, 2021Jun 19, 2021
Mayank JainServer-Sent Events (SSE) made easyWhen we think about communication between client and server generally we think about APIs or Sockets but there is a hidden gem…Sep 24, 2019Sep 24, 2019
Mayank JainHow to set up git hooksDo you hate when people commit their code without lint? or they merge their Pull Requests without passing tests?Sep 18, 2019Sep 18, 2019