Published inNerd For TechWriting Maintainable TestsThis article focuses on writing tests in Ruby using MinitestFeb 3, 2023Feb 3, 2023
Published inNerd For TechWhat are Ruby Lambda functions?Introduction to Lambda’s and their first class statusDec 31, 2021Dec 31, 2021
Published inNerd For Techcattr_accessor vs class_attribute in RailsA few weeks ago I stumbled across some code that used some rails “magic” I had never seen before. The code used something called a…Nov 10, 20211Nov 10, 20211
Published inJavaScript in Plain EnglishShould You Load Scripts with Async or Defer?A crash course to loading JavaScript scripts in the browserAug 13, 20211Aug 13, 20211
Published inJavaScript in Plain EnglishGetting Started with JestI recently wrote a blog post about how I’ve been learning to test my backend with RSpec. Well I wanted to continue learning and move my new…Aug 9, 2021Aug 9, 2021
Published inJavaScript in Plain EnglishRefactor React ImportsI’ve recently started going back and reviewing some of the first projects I created to practice my refactoring skills. And let me tell you…Jul 30, 20211Jul 30, 20211
Published inNerd For TechRSpec: Using Subject to Test ModelsI’ve been working on a new project the past few weeks and decided to learn how to use RSpec and write tests for my Rails backend. Turns out…Jul 26, 2021Jul 26, 2021
Published inNerd For TechLink Previews: OG Meta TagsI recently put together a small portfolio site as part of my job search. After finishing I was really excited to share it on LinkedIn and…Jul 15, 20214Jul 15, 20214
Published inNerd For TechCustom Error Handling in JavaScriptWriting code that works under normal operating conditions is a good skill to have. Writing code that works even when something goes wrong…Jul 2, 2021Jul 2, 2021