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
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
Introduction to Node.js API Testing with Mocha and Chai
Unit testing is the procedure during which individual parts of a program are tested to determine whether they work as expected.
Posted on
Creating a Self-Signed SSL Certificate on Ubuntu
SSL certificates are very cheap these days. If fact, certain Certificate Authorities will issue you a SSL certificate for free. You just have to fi...
Posted on
Adding Syntax Highlighting to Ghost using Prettify
If you are using the Ghost blogging platform for Node.js, you will probably have noticed that code snippets are not automatically styled. That’s be...
Posted on
Running the Ghost Node.js Blogging Platform as an Upstart Service
Ghost is a relatively new and free open source blogging platform for Node.js. If you’re looking for a blogging platform and you are a fan of Node.j...
Posted on