PinnedPublished inThe StartupTesting CRUD With RSpec and RailsTesting is a vital stage in the development of any application and is a way to ensure that everything works as expected. One aspect that…Dec 13, 20201Dec 13, 20201
PinnedPublished inLevel Up CodingMemoization and RecursionFor my last blog post, I examined recursion and looked at some basic examples of how we could implement it. While I was learning about…Nov 20, 2020Nov 20, 2020
PinnedPublished inThe StartupThe Last EnumerableEnumerables in Ruby can be extremely powerful, and can turn a messy loop into a few lines of clean and efficient code. However, given the…Jul 13, 2020Jul 13, 2020
Recursion RevealedAs a recent software engineering graduate, I’ve been spending a lot of time readying myself for technical interviews. Part of this process…Nov 7, 2020Nov 7, 2020
Creating a Portfolio Website Using GitHub Pages and React: Part 3Part 1 on why I chose GitHub Pages and React is available here. Part 2 on how to get started with your GitHub Pages and React app is…Oct 27, 2020Oct 27, 2020
Creating a Portfolio Website Using GitHub Pages and React: Part 2As a budding software engineer, I decided to create a portfolio website so that I had more opportunity to share my experience and projects…Oct 18, 2020Oct 18, 2020
Published inThe StartupCreating a Portfolio Website Using GitHub Pages and React: Part 1As a recent graduate from the Flatiron School Software Engineering program, I’ve just begun my job search and have been trying to grow my…Oct 9, 2020Oct 9, 2020
Params and RailsExperimenting with creating your first Rails app can be an exciting experience, but one aspect that can be confusing for beginning…Sep 9, 2020Sep 9, 2020
Hashing It OutHashmaps are a type of data structure used in computer science to format, organise, and manage data. In this blog post, we’ll take a look…Aug 13, 2020Aug 13, 2020
JavaScript Gets ClassyES6 formally introduced classes to JavaScript, along with a range of other long-awaited features. While classes are not strictly necessary…Jul 29, 2020Jul 29, 2020