Categories
javascript nodejs

Fastify and token authentication

We will be using Bearer authentication (also called token authentication) is an HTTP authentication scheme that involves security tokens called bearer tokens.

Categories
javascript nodejs

Javascript One-Liners

A few of my favorite JavaScript one-liners that can be used in your projects today.

Categories
javascript

How to use array.find() with Object.entries()

This example uses array destructuring. Object.entries() returns an array.