Published inThe StartupA Quick Start Guide for Testing With JestLast week we covered how to quickly set up a vanilla Jest testing directory. This time we’ll go deeper into the actual work of using Jest…Oct 26, 2020Oct 26, 2020
A Quick Start Guide for Jest InstallationTesting has become a very important part of the development process. Within the world of Javascript Jest has become a very popular unit…Oct 18, 2020Oct 18, 2020
Making the Software Interview Work for You — Tip #1Whether you love them or hate them, interviews are here to stay. They are a vetting process which goes both ways (take that with as much…Oct 4, 2020Oct 4, 2020
Triple Nested (and Deeper) Attributes: Ruby on RailsThis is a follow up to a previous article of mine, explaining setting up Nested Attributes. There have been times where I haven’t wanted…Sep 25, 2020Sep 25, 2020
Ruby and EnumerablesIf you have worked in Ruby then you have likely been to Ruby-Doc. It’s great, wonderful explains everything you could want to know about…Aug 20, 2020Aug 20, 2020
Nested Attributes: Ruby on RailsRelationships can be very messy. Ideally they they are clean and make us happy, but rarely does that actually come to pass. Especially…Aug 20, 2020Aug 20, 2020
Javascript Prototype Inheritance: A Classy FacadeWith the popularity of Object Oriented Programming languages such as Python, Ruby, and Java, many people find the syntax and programmer…Aug 20, 2020Aug 20, 2020
Javascript Functions: Function Declaration and Fat Arrow DeclarationWith the evolutions brought to Javascript in ES6 and beyond, understanding the difference between the options being presented can be…Aug 9, 2020Aug 9, 2020