MuTasim

DevSnacks.

My go-to for quick snippets and hooks – grab the code, copy, paste, and let the magic happen!

#NameDescriptionCategory
1cx

CSS class concatenation function, reducing project dependencies.

JS

2jwt

Quick and secure JWT secret key generation for daily use

Security

3match

Pattern matching in JavaScript

JS

4sleep

Implementing a lightweight sleep function for JS

JS

5useDebounce

Delays function calls, perfect for optimizing React app responsiveness!

React