#web-development
Read more stories on Hashnode
Articles with this tag
This article is based on my learning from the book Effective Typescript by Dan Vanderkam Think of TypeScript’s type system as a "domain for...
Hey, I am preparing for Azure - 204 Developer Certification. These are the resources that I collected. If you already have other resources, Tips or...
Scroll snap is when you scroll a little and it auto scrolls to the next card in the list. You must have seen this feature on Instagram, youtube shorts...
Recently, Pinterest move to HTTP 3. HTTP/3 is based on QUIC (Quick UDP Internet Connections), and thus UDP, rather than transmission control protocol...
Scope Local Scope Global scope Function Scope Block Scope Scope In js Scope determines the accessibility (visibility) of variables. JavaScript...
In functional programming, currying is the process of taking a function with multiple arguments and turning it into a sequence of functions that each...