Skip to main content

· One min read

I was trying to create my own implementation of debounce and throttle. Yes just for fun. and I came up with very simplified implementation that anyone can follow just by taking a look at the code.

You can play with the demo here

· 3 min read

Lately I have been playing a lot with css (and finally yes I get to do what I love) I was actually thinking of several applications of flex order property. Last usecase I found helps to solve a small accessibility issue in signup/NDA forms head here to see what it was.

This one tries to create a bare minimum infinite/circular carousel with as less as 70 lines of code all included HTML,CSS,JS