EOEsther Ogundijointheseyiblog.hashnode.dev·Feb 26, 2023 · 9 min readUnderstanding React’s useReducer HookThe useReducer React hook is a powerful tool for managing complex states in a React application. It allows developers to handle state updates in a more organized and predictable way and can be especially useful in situations where the state is deeply...00
EOEsther Ogundijointheseyiblog.hashnode.dev·Dec 26, 2022 · 5 min readUnderstanding Promises in JavaScriptJavaScript Promises can be a tricky topic to wrap your head around, especially if you're just starting out with asynchronous programming. Even experienced developers can sometimes struggle with understanding how Promises work and when to use them. Wi...01I
EOEsther Ogundijointheseyiblog.hashnode.dev·Nov 25, 2022 · 8 min readLogarithm in Complexity Analysis ExplainedFor a lot of people, some topics in computer science are intimidating because they are closely related to mathematics. Complexity Analysis is one of these topics. For the most part, we can try to understand this topic - \(O(1)\) indicates that the a...00