Jordan Harrison
Jordan's Dev Blog

Jordan's Dev Blog

Follow
homebadgesnewsletter
Tag

Node.js

#nodejs

More content

Read more stories on Hashnode


Articles with this tag

How to set up WSL for NodeJS Development

Sep 7, 20234 min read

A tutorial on setting up Windows Subsystem for Linux for NodeJS development on a Windows machine. ยท Getting Started Check build version Before we begin,...

How to set up WSL for NodeJS Development

The significance of the SvelteKit version 1.0 release

Dec 20, 20222 min read

The release of a v1.0 version of a software product is always a significant milestone. It signifies that the product has reached a level of stability...

The significance of the SvelteKit version 1.0 release

Reflecting on my time at NodeConf EU 2022

Oct 5, 20226 min read

Over the last few days i've had the wonderful opportunity to attend NodeConf EU 2022 at the stunning Lyrath Estate, Kilkenny. I had a great time and...

Reflecting on my time at NodeConf EU 2022

Getting started with Unit Testing in Node using Jest

Aug 5, 20225 min read

In this post we're going to take a look at the basics of unit testing, particularly with Jest. By the time you've finished up reading, you'll have...

Getting started with Unit Testing in Node using Jest