The basics of JWT (JSON Web Tokens) for Dummies
August 3, 2021 · 2 min read
Simple concise explanation of JSON Web Tokens
How to add Request Headers to an IFrame src request
July 28, 2021 · 1 min read
In this blog post, you'll learn how to send a request header while fetching an iframe.
How to add a path to zsh or bash on Linux
July 11, 2021 · 2 min read
How to fix the command not found on Linux.
What is Business Logic anyway?
April 28, 2021 · 3 min read
The term business logic is often used by developers when talking about software design and clean code. But understanding what it means can be confusing.