Arup Jana

Arup Jana

Hi, I’m Arup—a full-stack engineer at Enegma and a blogger sharing my learnings. I write about coding tips, lessons from my mistakes, and how I’m improving in both work and life. If you’re into coding, personal growth, or finding ways to level up in life, my blog is for you. Read my blogs for relatable stories and actionable steps to inspire your own journey. Let’s grow and succeed together! 🚀

Handling Side Effects in React With Ease

As a React developer, you might have heard about side effects. If you have built react applications, you might have faced situations like fetching data and calling Web API. All of them are considered side effects in React. Handling the…

What Is Memorization In dynamic Programming?

What is memorization in dynamic programming

Memorization is one of the techniques used in dynamic programming. It is an optimization technique, that you can use to reduce the time complexity of any algorithm. But, what is memorization in dynamic programming? Memorization can be difficult to understand…