<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Elixir on Jake Worth</title><link>https://jakeworth.com/tags/elixir/</link><description>Recent content in Elixir on Jake Worth</description><image><title>Jake Worth</title><url>https://jakeworth.com/twittercard.png</url><link>https://jakeworth.com/twittercard.png</link></image><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 22 Jul 2026 10:46:54 -0400</lastBuildDate><atom:link href="https://jakeworth.com/tags/elixir/index.xml" rel="self" type="application/rss+xml"/><item><title>Opaque IDs, editable titles in TIL URLs</title><link>https://jakeworth.com/posts/til-urls/</link><pubDate>Wed, 22 Jul 2026 10:46:54 -0400</pubDate><guid>https://jakeworth.com/posts/til-urls/</guid><description>&lt;p&gt;Today I&amp;rsquo;d like to highlight something I built with some colleagues that I think
is cool: the dynamic paths of Hashrocket&amp;rsquo;s daily learning site,
&lt;a href="https://til.hashrocket.com/"&gt;Today I Learned&lt;/a&gt; (TIL).&lt;/p&gt;</description></item><item><title>Autoformat Your Code</title><link>https://jakeworth.com/posts/autoformat-your-code/</link><pubDate>Thu, 10 Mar 2022 00:00:00 +0000</pubDate><guid>https://jakeworth.com/posts/autoformat-your-code/</guid><description>&lt;p&gt;Auto-formatting code is good, and you should be doing it all the time. Why? It
helps you write better code in real-time, preempt trivial discussions, and maybe even democratize programming.&lt;/p&gt;</description></item><item><title>What We Learned Porting a Rails App to Phoenix</title><link>https://jakeworth.com/posts/tilex-progress/</link><pubDate>Mon, 05 Jun 2017 00:00:00 +0000</pubDate><guid>https://jakeworth.com/posts/tilex-progress/</guid><description>&lt;p&gt;Tilex, our Phoenix port of &lt;a href="https://til.hashrocket.com"&gt;Today I Learned&lt;/a&gt;, is
coming really well. After a personal hiatus for RailsConf prep, I&amp;rsquo;m back
full-swing. My coworkers have really been bringing quality commits as well, and
I feel we are very close to a successful port.&lt;/p&gt;</description></item><item><title>Reset an Ecto Heroku Postgres Database</title><link>https://jakeworth.com/posts/reset-an-ecto-heroku-database/</link><pubDate>Sat, 07 Jan 2017 00:00:00 +0000</pubDate><guid>https://jakeworth.com/posts/reset-an-ecto-heroku-database/</guid><description>&lt;p&gt;We introduced some breaking database changes to our &lt;a href="https://github.com/hashrocket/tilex"&gt;Phoenix port&lt;/a&gt; of &lt;a href="https://til.hashrocket.com"&gt;Today I Learned&lt;/a&gt; on Friday; today I deployed them to staging. Resetting an Ecto Heroku database, with new seed data, turned out to be a little tricky, and I wanted to document what I learned.&lt;/p&gt;</description></item><item><title>Porting TIL from Rails to Phoenix: Initial Commits</title><link>https://jakeworth.com/posts/porting-til-to-phoenix-initial-commits/</link><pubDate>Tue, 29 Nov 2016 00:00:00 +0000</pubDate><guid>https://jakeworth.com/posts/porting-til-to-phoenix-initial-commits/</guid><description>&lt;p&gt;Last week, I started a new project: porting &lt;a href="https://til.hashrocket.com"&gt;Today I
Learned&lt;/a&gt; from Ruby on Rails to Phoenix (Elixir).&lt;/p&gt;</description></item><item><title>Why Elixir?</title><link>https://jakeworth.com/posts/why-elixir/</link><pubDate>Wed, 06 Jul 2016 00:00:00 +0000</pubDate><guid>https://jakeworth.com/posts/why-elixir/</guid><description>&lt;p&gt;I&amp;rsquo;ve been learning and using Elixir lately, and loving it. More than once, I&amp;rsquo;ve been asked some version of the question: why are you
learning Elixir? What makes this language unique? I thought I&amp;rsquo;d take a moment and try to distill my rationale.&lt;/p&gt;</description></item><item><title>Recreating Elixir's Enum.sum</title><link>https://jakeworth.com/posts/recreating-enumsum/</link><pubDate>Thu, 30 Jun 2016 00:00:00 +0000</pubDate><guid>https://jakeworth.com/posts/recreating-enumsum/</guid><description>&lt;p&gt;I&amp;rsquo;m learning Elixir, and today as an exercise, I was challenged to recreate &lt;code&gt;Enum.sum&lt;/code&gt; using recursion. Here&amp;rsquo;s
my solution.&lt;/p&gt;</description></item></channel></rss>