Ebenezer Don
Ebenezer Don
Ebenezer Don is a seasoned software engineer, author, and developer advocate at Codegiant. He has over a decade of experience in building web and mobile applications, cloud and machine learning solutions for various domains and industries.
DevOps.js Conf 2024DevOps.js Conf 2024
23 min
Next-Level JavaScript Error Tracking with Sentry
Discover advanced techniques to track and resolve errors in JavaScript applications, using Sentry as a powerful ally. This session will explore the art of pinpointing issues before they hit users, streamlining your error-handling process, and enhancing application performance.
React Advanced Conference 2021React Advanced Conference 2021
10 min
Efficient State Management With Hookstate
If you’ve worked with the React useState hook before, you might have wondered why global state management can’t be just as easy. Why do we still need so much boilerplate to manage state with the Context API? What if we don’t want to be constrained opinionated tools like Redux Toolkit or forced to use actions and reducers in our React applications? This is where Hookstate comes in. Hookstate is not just another state management solution. Apart from being feature-rich, fast, and flexible, the library takes the idea of simplifying state management in React apps to a whole new level. In this talk, I’ll introduce Hookstate as a simple and efficient state management solution for React applications.