
Meet SurrealDB: The Multi-Tool Database Your Node.js App Needs
Do you have a need for relational and non-relational data in the same app? You should check out SurrealDB! Here's how to build a basic CRUD API using Node.js and Fastify.
10 posts · all topics

Do you have a need for relational and non-relational data in the same app? You should check out SurrealDB! Here's how to build a basic CRUD API using Node.js and Fastify.

Three options for splitting Node.js code into shared libraries across multiple projects, with tradeoffs between convenience and portability.

I love to play music, especially in a band. There's something amazing about the synergy of multiple people harmonizing voices and…

At the core of the JavaScript language is its asynchronous programming model. Unfortunately, dealing with callback functions has long been…

I recently created a new demo for my Node.js Crash Course talk that I've given at several conferences. This application is a "bacon ipsum"…
A little more than a year ago, I wrote about accessing SQL Server from Node.js using Edge.js. Technology can change a lot in a year, and…
I recently had the honor of presenting my "Node.js for .NET Developers" talk for the the Microsoft MVP Virtual Conference. The recording of…
Recently I was working on a code sample in Node.js and thought to meself, "T'wouldn't it be grand to support me some command-line args for…
Got a fresh Node.js application to deploy? Awesome! Microsoft Azure has several options for hosting Node.js applications. In this article,…
I've looked at Node.js many times over the past few years. It's hard to ignore all the attention it has received. Unfortunately, being…