Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
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….
Back in November 2021, I decided to apply to a job as a “Customer Service” representative. While this is what my company does, I ended up getting put in the Collection’s team. Not counting the two weeks of training, I have now been working as a debt collector for a month and I can point…
I had an interview question asking me to explain what call(), apply() and bind() functions do, and what this means in Javascript. It was a good refresher of what kind of language Javascript is and the crazy things you can do with it. So I’m going to try to answer the question in great detail….
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…