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.

   



6 Stories by Kelvin Omereshone

petite-vue: An Alpine alternative for progressive enhancement

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

Docker volumes vs. bind mounts

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

Node.js best practices and performance analytics in 2021 

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

Don’t underestimate the model in MVC

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

Building a Node.js web API with Sails.js

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.
5 23 min read

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

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...
1 4 min read