React), the frontend framework created at Facebook in 2013, with over 165k GitHub stars is now one of the most loved Frontend frameworks used by JavaScript developers. React is a powerful framework that allows developers create re-usable code blocks ...
I recently built a project that required integrating with Paypal to collect payments from users. After spending hours trying to implement Paypal payments using the Paypal JavaScript SDK, I realized that this was going to be a uphill task. Thankfully,...
This article was first published on the Aeeiee Blog. Why AWS? AWS has a ton of amazing services to help in the software development process. From services that help you cache static assets like CloudFront, to services that scale based on the traffic ...
A day in the life of a Remote Software Engineer from Nigeria January 2021 Update: This article was originally written in 2020. It’s now 2021 and thankfully, many more companies are learning to cope better with COVID. Let’s hope that this year brings...
Setting up I spent days trying to find the right thing to google on how to setup the blue loading bar that shows at the top of your screen when navigating between routes in NextJS. It's important to have this loading indicator to signify that a route...
Out with the old, in with the new! First published at blog.adebola.dev/throw-out-redux-use-redux-toolkit A while back when I started picking up Redux for the first time, I couldn't believe how much code I needed to write to get anything to work. Fran...