53 followers
Software Engineer at Uber, ex-Microsoft. I write about Software Development Concepts and try it to create the right mental model for a concept in the minds of readers.
Subscribe to my newsletter and never miss my upcoming articles
What is an LRU Cache Letβs first quickly go over what is cache. Computers have cache memory that temporarily stores the most frequently used data....
Well, well, well I know what you all are thinking. A tree problem?? When are we ever gonna use it? Why do interviewers ask questions related to...
Introduction πΎ Hooks are special functions which let you "hook into" different React features. State, being one of its features, is hooked into by...
Disclaimer: In this post, I am not going to implement Promise exactly the way it has been done in the JS specification. This is more likely a frontend...
We as frontend developers try to optimise the way our webpages work. Javascript, with its cool new features help us optimise the way we write code in...
Redux - Best Practices Β· The context of this blog is around Redux and its applications. To get a primer on Redux, checkout my...