Switching Lanes: Transitioning to a Ruby Career after a JavaScript Bootcamp
My origin story

Search for a command to run...
Articles tagged with #ruby
My origin story

Today we're gonna take a stab at a Medium LeetCode problem. For a long time I never even attempted these because I was worried that they'd be "too hard", but this example will demonstrate that this is not the case. Join me as we dive into the problem...

The sliding window algorithm is an efficient tool for providing solutions to problems involving the selection and comparison of subsets within arrays and strings. Examples of such problems include finding the maximum sum subarray of a given size, fin...

RSpec is a Rails gem designed to make it easy to write unit and feature tests. If you run into any trouble, you can read the docs here Throughout my career and especially while job-hunting, the number one piece of advice I was given was to write unit...

Build a story generator in 10 minutes

Someone had to say it. I've written JavaScript since 2017. It was the first real programming language I learned to the extent of being able to find a job and work using it. Around 2019, I decided that I don't ever want to go back to JavaScript. I fou...
