Kelvin Omereshone Kelvin is an independent software maker currently building Sailscasts, a platform to learn server-side JavaScript. He is also a technical writer and works as a Node.js consultant, helping clients build and maintain their Node.js applications.

Stories by Kelvin Omereshone

Petite Vue Alternative Alpine

petite-vue: An Alpine alternative for progressive enhancement

Dev

petite-vue is an alternative distribution of Vue inspired by Alpine that is optimized for progressive enhancement.

Kelvin Omereshone
Aug 12, 2022 ⋅ 5 min read
Docker Volumes Bind Mounts

Docker volumes vs. bind mounts

Dev

Compare two methods for data persisting in Docker, volumes and bind mounts, and discover which method will be more performant based on your use case.

Kelvin Omereshone
Jun 3, 2021 ⋅ 4 min read
Node Best Practices Performance Analytics 2021

Node.js best practices and performance analytics in 2021 

Dev

Cover the best practices in 2021 for writing Node.js code and measuring performance to avoid common mistakes that impact functionality.

Kelvin Omereshone
May 24, 2021 ⋅ 7 min read
MVC Logo

Don’t underestimate the model in MVC

Dev

MVC is an architectural pattern for building software applications. In this article. we zoom in on a component of the MVC that is underused.

Kelvin Omereshone
Mar 4, 2021 ⋅ 3 min read
Building a Node.js Web API with Sails.js

Building a Node.js web API with Sails.js

Dev

In this article, we will learn how to build a production-ready Node.js web API using the Sails.js framework – an MVC framework for Node.js.

Kelvin Omereshone
Oct 16, 2020 ⋅ 23 min read
Getting started with MDX and Vue.js/Nuxt.js

Getting started with MDX and Vue.js/Nuxt.js

Dev

In this component-driven era, MDX allows you to mix markdown and JSX seamlessly. In this article, we’ll look at how to set up and use MDX in your Vue.js/Nuxt.js projects.

Kelvin Omereshone
Oct 14, 2020 ⋅ 4 min read