Olayinka is a self-taught full stack developer from Lagos. He spends his time tweeting, doing academic research, taking photographs, designing and writing code... You know, the usual fun things.
Olayinka's articles
Quick Tip: How to Sort an Array of Objects in JavaScript
By Olayinka Omole, James Hibbard,
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.
Fetching Data from a Third-party API with Vue.js and Axios
By Olayinka Omole,
Learn to build data-driven apps with Vue 2. Olayinka Omole creates a simple client to pull news stories from the New York Times API with the Axios library.
Nuxt.js: a Minimalist Framework for Creating Universal Vue.js Apps
By Olayinka Omole,
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
By Olayinka Omole,
Olayinka Omole compares the three JavaScript frameworks Express.js, Koa and hapi.js, looking at their similarities, differences and use cases.