Posts tagged with code

Autocompiling CoffeeScript on Save in VIM

Compiling CoffeeScript no more. Autocompile when saving using VIM instead!

How to Become an Efficient Programmer

7 things to make sure to do to become an efficient programmer

Custom jQuery selectors

Why and how to write custom jQuery selectors to speed up development

Git Submodule Guide

A crash course in Git Submodules. Learn how and when to use submodules in your git project.

Distribute your Rails App with a One-Click .exe

How to distribute a Ruby or Rails application in an .exe file

Your own API based on Ruby on Rails

Ruby on Rails is a really nice tool for use when building web APIs

load vs require in Ruby

The main difference between "load" vs "require" in the Ruby programming language.

Super Simpler SPAM Protection in Ruby on Rails

The easiest and most efficient way to fight spam with Ruby on Rails.

Using VIM Buffers

Why and how to use VIM buffers to become more efficient.

Using variables in Ruby Regular Expressions

Note to self about variables in regular expressions when using Ruby