Loading
Backend

Day.js: A Convenient Alternative to Moment.js for Node.js Consulting

With the phasing out of the popular datetime library Moment.js, one of our Node.js consulting clients wanted to prioritize finding a replacement. We ultimately chose to migrate to Day.js, a minimalist JavaScript library. Among the alternatives, Day.js offered many advantages, chief among them being that it is lightweight and the most syntactically close to Moment.js.

Nicole Greene

Nicole Greene

Backend

The Best Software Architectures to Use for Node.js Consulting

Working in Node.js consulting on the backend API team, I‘ve had the opportunity to work with various architectures, including Model-View-Controller (MVC) and Aspect-Oriented Programming (AOP).

Marshall Thompson

Marshall Thompson

Developer

Bitovi

How Node.js Fakes Multithreading

Node.js is one of the most popular languages for web servers, even though JavaScript is single-threaded. This might seem contradictory at first—don’t web servers need to handle simultaneous connections?

Kyle Nazario

Kyle Nazario