Olayinka's articles
Fetching Data from a Third-party API with Vue.js and Axios
Learn how to start a new Vue project, fetch data from an API using axios, and handle responses and manipulate data using components and computed properties.
Quick Tip: How to Sort an Array of Objects in JavaScript
Sort an array of objects in JavaScript dynamically. Learn how to use Array.prototype.sort() and a custom compare function, and avoid the need for a library.
Nuxt.js: a Minimalist Framework for Creating Universal Vue.js Apps
Improve the loading performance and SEO of your Vue.js apps with Server-side rendering (SSR). Learn to build a universal Vue app with the Nuxt.js framework.
A Side-by-side Comparison of Express, Koa and Hapi.js
Olayinka Omole compares the three JavaScript frameworks Express.js, Koa and hapi.js, looking at their similarities, differences and use cases.