UNIX Octal Notation

UNIX Octal Notation

I received a take-home assignment from a recruiter and part of the assignment tested my knowledge on UNIX permissions. I decided to test myself and see how fast I could write a small React app which simply calculates the octal value of the permissions. The purpose of this project was mainly to test my speed….

Free ExpressJS + React + Azure hosting

Yes, you can host a fullstack application on Azure for realistically $0.00. This article will show you how. Requirements: Github account Azure account Step 1: Setup Azure Head over to Azure Portal create an account. You’ll want to do the following: Create a “Pay-as-you-Go” subscription. Create a Resource Group under your “Pay-as-you-Go” subscription. Create a…