1 follower
I am a Software Engineer in Charlotte, NC. If you'd like to know more about me, feel free to reach out; I'd love to chat!
What is the pluck method and how to use it (with examples) · ActiveRecord is an important part of Ruby on Rails (the M in MVC) and is an Object...
How to use set operators to find the union, difference and intersection of two arrays in ruby · Have you ever had an array that you only want to include...
How to check if a user is authorized to access a resource in Ruby on Rails · There are several security best practices to protect user data in Ruby on...
An explanation of Ruby guard clauses how to use them as an alternative to nested if statements · TLDR; a guard clause is a premature return (early exit)...
A React & Redux frontend with a Ruby on Rails API · For my final project at Flatiron, I created The Anonymous Stock Trading Game. It was an idea I had...
A quick tutorial of how to add a global .gitignore file to ignore temporary files created by Visual Studio Code (VSCode) and other IDEs. · Add a global...