Andrew CasarsaSolving Einstein’s Riddle — are you one of the 2% who can solve it?Recently, I came across a logic problem that is commonly known as Einstein’s Riddle or Einstein’s Problem because it is rumored to have…Sep 21, 2020Sep 21, 2020
Andrew CasarsaAlgo Journey: What is a Linear Search?A linear search is a common search algorithm built into several Javascript methods where each element in an array is checked to determine…Sep 15, 2020Sep 15, 2020
Andrew CasarsaConnecting AWS to your Rails AppAfter you’ve created your app with rails new <app_name> you’ll want to jump into your config/storage.yml file. There you’ll see that…Sep 8, 20201Sep 8, 20201
Andrew CasarsaAlgo Journey: Counting Pairs in an ArrayI’ve built a repo to house my algo notes and started using Node to test them in my in my terminal. The other day I took a challenge on…Sep 1, 2020Sep 1, 2020
Andrew CasarsaStarting out with Node.js: The Journey Begins with installation and Hello WorldFirst thing I did was check to see if I had already installed node.js on my Mac. To do this I opened up my terminal and ran node -v. I had…Aug 25, 2020Aug 25, 2020
Andrew CasarsaUsing Snippet-Creator Extension to make coding easierHave you ever found yourself re-writing the same code over and over across different projects or found the perfect solution to a logic…May 28, 2020May 28, 2020
Andrew CasarsaPasswords and Pins begone! Behavioral biometrics are silently securing our livesImagine a world where passwords and pins are no longer cluttering your memory. Where your workflow is never interrupted for authentication…Apr 16, 2020Apr 16, 2020
Andrew CasarsaGetting to know RSpec, Just a Little BitI’m not sure about you but whenever I think of testing my code with RSpec I can’t help but hear Aretha Franklin whooping how she’s got…Mar 4, 2020Mar 4, 2020