3 followers
I'm a Software Developer with 2 years of experience specializing in Web Development, who loves to code and build projects. Currently working with ReactJS, JS, Typescript, TailwindCSS.
While designing web applications, we need to optimize for certain scenarios, where we don't want to call a function repeatedly multiple times. An...
We may encounter some scenarios where we have to pause the execution of a function for some fixed amount of time. Many programming languages already...
pipe() and compose() in Javascript Pipe and Compose are Higer Order Functions. These are ways of chaining multiple functions together to create a new...
Question: We've the following function greet, we need to find out how many times this function has been called. function greet(){ console.log("Hello...
Overview and History Initially CSS lacked support for native variables, which led developers turn to CSS Preprocessors like SAAS which solved this...
This blog is a part of series where I'll be writing polyfills for different inbuilt Javascript methods. ยท Polyfill is a piece of code (usually written in...