//What is Asymptotic Analysis?Asymptotic analysis is the mathematical framing of an algorithm’s run-time performance. An asymptotic analysis computes the run time of…Sep 28, 2021Sep 28, 2021
//Understanding Big O NotationBig O notation is the language we use to determine and communicate how long an algorithm takes to run, expressed in terms of how quickly it…Sep 28, 2021Sep 28, 2021
//Building Salaries App — an interactive website with server client communicationSalaries App is a Single Page Application (SPA) with an HTML, CSS, and Javascript Frontend communicating with a Rails backend API. My…Jul 30, 2021Jul 30, 2021
//Ruby on Rails — Review of Key ConceptsFor this project, we were asked to build a complete Ruby on Rails application content management system (CMS) that manages data through…Mar 12, 2021Mar 12, 2021
//Authentication and BcryptIn this post, we will review user authentication, has_secure_password, the .authenticate method, and the roles of bcrypt, salting, and…Jan 19, 2021Jan 19, 2021
//Project 2 — Sinatra Goals AppIn light of the new year, I decided to make a goals app so that people can record their new years resolutions.Jan 4, 2021Jan 4, 2021