Test Driven Development and RSpecWhen starting a new project, the most natural feeling course of action might be to dive right in and start coding. After a while, you’ve…Jun 21, 2018Jun 21, 2018
Rebuilding the Model from the Database in Visual StudioIn the world of software, applications are constantly evolving. A simple change to one piece of code can require updates throughout. This…Jan 19, 2018Jan 19, 2018
Some things to consider when deploying your React app to HerokuDeploying to Heroku can be tough, especially for React apps.Aug 31, 20171Aug 31, 20171
Can you #dig it?Yes you can. Hashes are important objects in programming that contain a list of key-value pairs. They are a common way to store…Aug 27, 2017Aug 27, 2017
Garbage CollectionTime to take out the trash! You may be familiar with the term “garbage collection” as an attribute of a programming language. Some…Aug 18, 2017Aug 18, 2017
Published inRuby InsideActive Record and the Wildcard: A Tale of More Than One Search Term%Aug 13, 20171Aug 13, 20171
You Think You Node, But You Have No Idea: The Diary of Node.jsNode.js seems to be all the rage these days, but what sets it apart from other frameworks? Let’s explore.Aug 4, 2017Aug 4, 2017
strftime is a flat circleAnyone who has spent some time building websites has probably needed to format dates at one point or another. If you are building a Rails…Jul 29, 20171Jul 29, 20171
Semantic UI: a CSS framework for you and IOne of the first things I noticed when working with React was the choice of CSS framework used in existing React projects. There was an…Jul 5, 2017Jul 5, 2017
Published incodeburstCurry on, my wayward sonClosures, currying, and other functional programming featuresJun 21, 2017Jun 21, 2017