All posts - Page 11

Increase Rails Performance with Database Indexes

If you need to frequently query a database table by a specific column, you should probably index it.

Parsing Dates and Times from Strings using strptime

Datetime strings are complex. Let's turn them into structured data.

Anonymous blocks as function arguments in Ruby

How you can write your own code to handle blocks passed to Ruby functions