Post image

Creating a Node.js Project with ESLint & Prettier from Scratch

In this tutorial, we are going to create a new Node.js project from scratch, install NVM, and setup ESLint and Prettier in Visual Studio Code, so t...

Posted on

Post image

Testing ECMAScript Modules Natively in Jest

In this tutorial, we’ll setup Jest to test a Node.js application that uses ECMAScript modules (ESM). Recent versions of Node.js have full support f...

Posted on

Post image

Five Books for Indie Game Developers to Draw Inspiration

Indie game development can be a challenging endeavour. Especially as a solo developer, there will be days that you feel overwhelmed and demotivated...

Tags:

Posted on

Post image

One Page Responsive Website Template with Contact Form and Full-Screen Landing Page

Websites don’t have to be complicated. Sometimes all you need is a single page to describe what you do, showcase your products/services, and offer ...

Posted on

Post image

Deploying a Static Website with a Contact Form to Cloudflare Pages for Free

In this tutorial, we are going to create a simple HTML webpage with a contact form, push our project to a GitHub repository and then setup Cloudfla...

Posted on

Post image

Obtaining a Free Let's Encrypt Certificate for Your Server

Let’s Encrypt is a Certificate Authority that provides SSL certificates at no charge. Their certificates are trusted by all major browsers and are ...

Posted on