// writing — page 3
What is Semantic Versioning?
An exploration of semantic versioning in software and why it should be used.
- software
- programming
Using Source Maps with CoffeeScript
How to use source maps for CoffeeScript in Chrome's dev tools.
- javascript
- coffeescript
Reverse Searching Terminal Command
What is reverse index searching in the terminal and why you'd want to use it.
- bash
- terminal
Call vs. Apply in JavaScript
How to use call and apply in JavaScript.
- javascript
concat vs. push in JavaScript
Comparing the differences between concat and push in JavaScript.
- javascript
iTerm2 and Oh My Zsh Setup
How to set up iTerm2, zsh, and oh-my-zsh
- environment
- setup
First Day Back in School
Reflecting on my first day back in school when I attended Dev Bootcamp.
- ruby
Ask a Great Question to Get a Great Answer
How to ask a great question to get a great answer on Stack Overflow or at work.
Blocks, and Procs, and Lambdas - Oh My!
How to use procs, blocks, lambdas, and closures in Ruby.
- ruby
Ruby Classes
An examination of how classes work in Ruby.
- Ruby