JavaScript

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 »

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 »