Musings on the aches and pains of learning software development.
Me code pretty someday.
11.22.2015
An introduction to the alphabet soup of the web, starting with HTTP and URL, and ending with a dessert course of cookies.
11.22.2015
Prototype is a property of an object in JavaScript, which is important when considering the concept of inheritance...
11.13.2015
Both Ruby and JavaScript allow data storage in the form of key/value pairs. How similar is the syntax of this concept in these two languages?
11.6.2015
Classes are an easy way to create large numbers of objects in ruby. Instead of defining separate methods...
10.30.2015
As its name suggests, the .group_by method is used to group a collection by the results of a block of code that is passed to the method...
10.23.2015
Why would you use one instead of the other?
10.16.2015
CSS classes and IDs are two types of selectors that are used to designate HTML elements to which properties and values are applied...
10.9.2015
Version control is beneficial because projects are often being worked on by multiple developers, creating the risk of one developer overwriting the work of another, or data loss...