26 followers
A Software Engineer, passionate about building ultra-fast, scalable and useful applications. I learn and know enough to get the job done.
Subscribe to my newsletter and never miss my upcoming articles
React has different features that allow developers to build applications with them, some of those features are Hooks. The useEffect hook which I will be explaining in this article is an important Hook used when building modern applications with React...
I have learnt how to organize myself, listen to instructions and work with people, it has also helped me understand the importance of relationships with people. So far in this internship, I have learnt that skills is not only what takes anyone far bu...
There comes a time in everyone's life where they have to take the risk necessary to move up to the next stage in their career, finance, or life. I think mine has come, a time for me to be a better Software Engineer who is focused on solving problems...
If you probably just started learning React or you are coming from a different framework entirely to learn React, there are some concepts in React that are bound to confuse you. React is an amazing library and there are some of the features React has...
Array methods in JavaScript are a bunch of amazing higher-order functions that help us iterate over an array while performing certain transformations or computations on each of the array items. It also helps us construct our code in a more elegant w...
How often do you confuse some Web Browser APIs to mean JavaScript built-in functions? JavaScript is a language that is complex and at the same time stupidly simple and plain that there are some funny things about it that developers don't know about i...