Nathan Long June 21, 2017 Don’t Get Tangled in Your Database Constraints Database constraints are a great tool for preventing bad data. Here's how to use them witho... Back-End Full-Stack Web
Nathan Long February 22, 2017 Guaranteed Consistency: The Case for Database Constraints Capturing valid data—whether usernames, purchases... Back-End Full-Stack Web
Nathan Long October 20, 2016 Elixir and IO Lists, Part 2: IO Lists in Phoenix Elixir's IO lists are one of the secrets to blazing response times in the Phoenix framewo... Back-End Full-Stack Web
Nathan Long October 11, 2016 Elixir and IO Lists, Part 1: Building Output Efficiently Erlang's IO Lists enable Elixir to very efficiently writ... Back-End Full-Stack Web
Nathan Long September 27, 2016 Elixir and Unicode, Part 2: Working with Unicode Strings Unicode strings are multi-layered things, which makes co... Back-End Full-Stack Web
Nathan Long September 25, 2016 Elixir and Unicode, Part 1: Unicode and UTF-8 Explained You may know that Elixir has great Unicode support. But h... Back-End Full-Stack Web