Passwordless Auth with NextAuth.js
How better to secure your web application than by not having a password? It might sound crazy, but it has many benefits such as improved UX… »
How better to secure your web application than by not having a password? It might sound crazy, but it has many benefits such as improved UX… »
When commiting code in git, the author details are taking from the git config of the and properties. The and variables determine what… »
I'm currently working on a project which requires string comparison, nothing special so far. String comparison is a fairly common thing to… »
I'm creating a platform which consists of 2 APIs, with the 1st acting as a proxy to route traffic to the 2nd layer (this could be one 1 of… »
Integrating with a 3rd party can be a complex endeavour. Their API will have specific nuances that need to be taken into account, such as… »
What? Who doesn't remember this classic game from the early 2000's? Endless hours of fun controlling a pixelated snake around to eat some… »
The Background Winter in England is a dark time. On December 21st, the shortest day of the year, sunrise is at 08:23, and sunset is at 15:5… »
A Goal I like to have goals. They give me drive & direction. Recently I have been doing more work with AWS, and quite frankly I've found the… »
When connecting to your remote devices via SSH, it is important to make sure that you are authenticated. Otherwise just anyone would be able… »
After setting up a gatsby blog, to display our post content, we can take it a step further to configure Netlify CMS so that we can write and… »