Articles by Grizzly Peak Software

Creating a Simple QR Code Generator with Node.js
Node.js
Creating a Simple QR Code Generator with Node.js

Learn to create a simple QR code generator using Node.js. This tutorial covers setup, code implementation, and customization, with a link to the full GitHub repo.

Read Article
Node.js OAuth Server with JWT: Working Code Under 100 Lines
Node.js
Node.js OAuth Server with JWT: Working Code Under 100 Lines

Most JWT tutorials hand you a token that never expires. Here's a complete Node.js OAuth server using the Client Credentials Grant with proper expiration.

Read Article
Create a secure web server in node.js
Node.js
Create a secure web server in node.js

In this article we will create a secure web server using node.js and express in just 30 lines of code that will redirect to https when users land on an http page.

Read Article