-
Create a Mix Task for an Elixir Project
The steps necessary to implement a Mix task, and see its documentation
-
How to forward blocks in Ruby
In Ruby, how do you receive a block and pass it on to another function?
-
Instant Sinatra Starter
My beginner's book about the Ruby web framework Sinatra
-
My Everyday find Command
A wrapper for GNU find that does mostly what you want with very few keypresses
-
Ruby Bareword Assignment and Method Calls With Implicit Self
How to distinguish between method calls and variable assignments
-
HTML History API
A quick look at the new API for handling browser state
-
Overriding the Insertion Operator for C++ Template Classes
How to implement the << operator
-
Hello Gosu!
Trying out the Gosu library from Ruby
-
Rake::Builder
Presenting the Rake Builder gem
-
Use 'g' as an Alias for 'git' without Losing Autocompletion
How to set up the alias and autocomplete