Asaolu Elijah
Software engineer and technical writer.
Featured articles
My most enjoyed articles throughout the years

How to Implement Infinite Scroll in React.js by Building a TikTok Clone
Infinite scrolling essentially brings endless information and entertainment to your screen. You keep scrolling and scrolling but never get to the end.
Read more
Guided tutorial on how to use GraphQL with Flutter
Let's learn how to configure and consume a GraphQL endpoint in a Flutter application by creating a blog application.
Read more
Customized drag-and-drop file uploading with Vue
File upload components tend to be more intuitive on the desktop, allowing you to drag and drop files into specific zones called drop zones.
Read more
Visualizing sketched charts in Vue.js with roughViz
Walk through the process of creating a Vue app using vue-cli and learn how to display sketchy charts in your Vue.js applications using vue-roughviz....
Read more
Common Errors in Next.js and How to Resolve Them
Bugs are one of the most troubling aspects of software development, this article explores some of the most common Next.js errors reported by developers on different platforms...
Read more
Guide to Sorting in JavaScript
Sorting is the process of organizing data into meaningful groups so that it can be easily analyzed or processed.
Read moreVisit Next