-
A little Slack notifier in Elixir
Lots of happy little functions with pattern matching and keyword lists.
-
Finding the right person (in Postgres)
Don't go looking for the one. Unless the person you're looking for is stored in a PosgreSQL database. Then you actually have to search.
-
The Perils of Default Arguments in Python
Default function arguments can be very useful. They can also be horrible.