Software Development

Software development, coding, programming you name it

How to Cache data with Hapi/catbox

Introduction to hapi.js and Catbox: Hapi.js is an open-source framework for building web applications and services. It provides a solid set of features that make it easy to develop scalable and secure server-side applications. One of the key features of hapi.js is its plugin system, which allows developers to extend the functionality of their applications […]

How to Cache data with Hapi/catbox Read More »

A Step-by-Step Guide to Deploying a Node Site as a Windows Service Using Qckwinsvc

Introduction In this blog post, we will walk you through the process of deploying a Node.js site as a Windows service using Qckwinsvc. While Qckwinsvc might not be the ideal solution for large-scale sites (for which we recommend using PM2), it is a quick and effective option for smaller projects and setting up local servers

A Step-by-Step Guide to Deploying a Node Site as a Windows Service Using Qckwinsvc Read More »

Reformat Your JavaScript Code with Prettier: 10 Easy Steps

Introduction Maintaining clean, readable, and consistent code isn’t just a good practice, but within a large project it’s necessary.  Javascript and Typescript are pretty flexible with stylistic rules, so having a guideline or formatter is important to keep everything on the same page.  This is where Prettier comes into play.  In this guide we’ll go

Reformat Your JavaScript Code with Prettier: 10 Easy Steps Read More »

To Format or Not? 12 Pros and Cons of Using Code a Formatter

If you’ve ever looked over someone else’s code (or your own for that matter), you understand the importance of clean and readable lines. One tool that developers utilize to achieve this is a code formatter.  A formatter automates the arrangement of your code to conform to a specific style guide, giving you some decisions while

To Format or Not? 12 Pros and Cons of Using Code a Formatter Read More »