Evan GreerLeast Recently Used CacheMy next blog post will go through an application of the data structures I have discussed in my previous blog posts. This is the LRU Cache…Nov 20, 2020Nov 20, 2020
Evan GreerData Structures: Stacks and QueuesThe next topic I will be discussing are stacks and queues. Stacks and queues are also list based data structures. Stacks are useful when…Nov 18, 2020Nov 18, 2020
Evan GreerData Structures: Arrays and Linked ListsToday, I am starting a series of blog posts outlining my studies of data structures and algorithms. I recently was selected for final…Nov 17, 2020Nov 17, 2020
Evan GreerHow to render likes on a pageImagine this scenario… You work for a social media company and your manager asks you hey can you tackle the like feature on the forum we…Aug 28, 2020Aug 28, 2020
Evan GreerThe Main Principles of Object Oriented ProgrammingI recently had a technical interview with a company where I was asked what the pillars of object oriented programming were. I did my best…Aug 23, 2020Aug 23, 2020
Evan GreerImplementing Authorization in Ruby on RailsAn application I am currently working on requires that an admin account have differing functionality then the common user. I decided to…Aug 15, 2020Aug 15, 2020
Evan GreerThe Evolution of Asynchronous Actions in JavaScriptIn this blog post, I will explore the evolution of handling asychronous actions in JavaScript. An asynchronous action refers to an action…Aug 10, 2020Aug 10, 2020
Evan GreerIntroduction to TerraformThis week I explored Terraform as part of my exploration of development and operations topics. Terraform is a tool for automating the…Aug 3, 2020Aug 3, 2020
Evan GreerIntroduction to SassToday, I will be discussing the CSS pre-processing tool, Sass. Sass stands for Syntactically Awesome Style Sheets. Sass is an extension…Jul 27, 2020Jul 27, 2020
Evan GreerWhat is KubernetesToday, I will be discussing what I learned about Kubernetes this week. I have been exploring Kubernetes in preparation for junior roles in…Jul 19, 2020Jul 19, 2020