# JavaScript
-
LRU Implementation
Implement a in-memory cache in JS with LRU as cache-eviction policy
-
Length of a string
What you see is not always what you get!. The length of "👩👩👦👦🌦️🧘🏻♂️" is 21. Let us explore why is it 21 and how to get 3.
-
Better Error Handling in JavaScript / Typescript
Making errors as first-class citizens in your async function response, inspired by Go.
-
Pub Sub
Publisher Subscriber Pattern for decoupling