Web Technology

Technology, Methods or Ideas for the web.

I work with APIs a lot, so I decided to solve an annoying problem: updating request tokens automatically. Here is how I did it.

Postman — Pre-Request scripting

I work with APIs a lot, so I decided to solve an annoying problem: updating request tokens automatically. Here is how I did it.

Read More
In today's tooltip I'll be showcasing go-task. It's a tool designed to make executing terminal commands or even lists of commands needed for specific operations easier.

HowTo: Multi-Stage docker builds with Hugo

Running a flat-file Hugo site couldn’t be easier with Docker and NGINX. A simple two-step process of making the HTML and building a container to run it.

Read More
In May 2021, I was fed up with my website. It was nothing more than a business card with contact information, and it cost me $20 a month to host it.

Hugo: Two years with a flat-file serverless website

In May 2021, I was fed up with my website. It was nothing more than a business card with contact information, and it cost me $20 a month to host it.

Read More
In this article, we'll delve into how to implement JWT using NodeJS and why I think it's the best way forward for REST architecture.

How/Why: REST API authorization with JWT in NodeJS

In this article, we’ll delve into how to implement JWT using NodeJS and why I think it’s the best way forward for REST architecture.

Read More
In today's tooltip I'll be showcasing go-task. It's a tool designed to make executing terminal commands or even lists of commands needed for specific operations easier.

Why you should be using Go-Task

In today’s tooltip I’ll be showcasing go-task. It’s a tool designed to make executing terminal commands or even lists of commands needed for …

Read More
In this example, I’ll show you how to add helper methods to your classes with little effort using prototyping. As a bonus approach leaves you with no messes to clean up later.

How to use prototyping to make smarter code with NodeJS

In this example, I’ll show you how to add helper methods to your classes with little effort using prototyping. As a bonus approach leaves you with no messes to …

Read More