Written content to help you along your web development journey, without forgetting to have some fun along the way.
Always googling and forgetting how to pass arguments to rake tasks? Here's a up list of the various methods.
Make sure you don't lose all that precious GitLab data by backing regularly and syncing with an Amazon S3 bucket.
Sometimes it makes sense to start over in Git's history while maintaining the current state of your code.
It's easy to delete a git tag from your local and remote repositories.
You can get a snapshot of the progress of terminal/shell jobs on Mac OS X by hitting Ctrl+T.
Rails classes need to be called dynamically sometimes. Learn how to do it using the constantize inflector.
Command line scripts aren't so bad to write when you've got Ruby on your side.
Being on time is a quality that might just never go out of style. Avoid that nasty label of being the late person.
Email revolutionized the way in which we communicate. But it's become annoying. Here is a new way of thinking about managing your inbox.
A cool and quick trick to round floats to the nearest 0.5 in Ruby.