Hello there. My name is Alan Terriaga, and I am a software engineer who likes to write about new tech, devops and most of all, share and learn new ideas. This is my first post ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
I've been toying away at my small game for the DigitalOcean hackathon but promptly forgot to add another post to this series so here we go! Since the first post in the series I've worked on ...Read more
As a quick reminder: this post is not a step-by-step tutorial on how I built this game, but just a review of how I approached this project during this journey. ...Read more
JWT is an open standard (RFC 7519) that defines a way of data using a JSON object. It is used primarily for authentication and authorization. Tokens are mostly created using a secret or private/public key. ...Read more
Automatic global type augmentations with intellisense If you ever wanted to add methods to a built-in ...Read more
Instructions: Input a string strng of n positive numbers (n = 0 or n >= 2) Let us call weight of a ...Read more