Latest

Jun
22

TIL: Incrementing Alphanumerics

Incrementing aphanumerics
Jun
21

TIL: Ruby's Built-in Timeout

Explicitly timeout long-running tasks
Jun
20

TIL: Ruby Warnings

Ruby warnings
Jun
19

TIL: Ruby Regex %r{}

Avoid escaping slashes with this macro
Jun
18

TIL: Array Denaturing in Ruby

Ruby arrays can be automatically denatured
Jun
17

Ghost on AWS Lightsail

Getting up and running should be easier than it is. Here are my steps.
3 min read
Jun
16

TIL: How to delete a key-value from an arbitrarily deep Ruby hash

by using recursive procs.
Jun
15

TIL: How to pick a random line from a file in Ruby without holding it in memory

Picking one line from big files.
Jun
15

Selective Proxies

I wanted to test a service following "mock almost nothing" principles with a fully-wired application stack but one
1 min read