<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>https://julianpinzon.com/</id>
  <title>Julián Pinzón Eslava</title>
  <subtitle>Writing about Ruby, Rails, and software development</subtitle>
  <link href="https://julianpinzon.com/feed.xml" rel="self"/>
  <link href="https://julianpinzon.com/" rel="alternate"/>
  <updated>2024-11-08T00:00:00+00:00</updated>
  <author>
    <name>Julián Pinzón Eslava</name>
  </author>
  <entry>
    <id>https://julianpinzon.com/posts/customising-single-table-inheritance-mapping-in-active-record</id>
    <title>Customising Single Table Inheritance mapping in Active Record</title>
    <link href="https://julianpinzon.com/posts/customising-single-table-inheritance-mapping-in-active-record" rel="alternate"/>
    <updated>2024-11-08T00:00:00+00:00</updated>
    <summary>A few weeks ago I was working on modelling set of relationships between very similar concepts so I evaluated the different alternatives that Active Records provides for this;...</summary>
  </entry>
  <entry>
    <id>https://julianpinzon.com/posts/discovering-turbo-8-refreshes-in-ruby-on-rails</id>
    <title>Discovering Turbo 8 Refreshes In Ruby On Rails</title>
    <link href="https://julianpinzon.com/posts/discovering-turbo-8-refreshes-in-ruby-on-rails" rel="alternate"/>
    <updated>2024-07-14T00:00:00+00:00</updated>
    <summary>I’m working on a personal project in which I’m trying to squeeze every ounce of features from Turbo and in doing so I found something that I thought was a bug. When going from a...</summary>
  </entry>
  <entry>
    <id>https://julianpinzon.com/posts/so-long-youtube-shorts</id>
    <title>So Long Youtube Shorts</title>
    <link href="https://julianpinzon.com/posts/so-long-youtube-shorts" rel="alternate"/>
    <updated>2023-12-28T00:00:00+00:00</updated>
    <summary>Is that time of the year where I commit to being better, to be more present, to do more, to procrastinate less… you know… the whole New Year deal. One thing I want more of is...</summary>
  </entry>
  <entry>
    <id>https://julianpinzon.com/posts/the-attribute-builders-gem-and-playground</id>
    <title>The Attribute Builders Gem And Playground</title>
    <link href="https://julianpinzon.com/posts/the-attribute-builders-gem-and-playground" rel="alternate"/>
    <updated>2023-10-29T00:00:00+00:00</updated>
    <summary>In my last article, I published about the birth of AttributeBuidlers and since then I’ve worked some more on the project and decided that it was time to get it out there – even...</summary>
  </entry>
  <entry>
    <id>https://julianpinzon.com/posts/the-potential-birth-of-attribute-builders</id>
    <title>The Potential Birth Of Attribute Builders</title>
    <link href="https://julianpinzon.com/posts/the-potential-birth-of-attribute-builders" rel="alternate"/>
    <updated>2023-06-17T00:00:00+00:00</updated>
    <summary>In the previous article, I said I believe splitting up the responsibility of building attributes from the actual rendering of HTML can open up many interesting possibilities....</summary>
  </entry>
  <entry>
    <id>https://julianpinzon.com/posts/deep-dive-action-view-form-helpers</id>
    <title>Deep Dive Action View Form Helpers</title>
    <link href="https://julianpinzon.com/posts/deep-dive-action-view-form-helpers" rel="alternate"/>
    <updated>2023-06-15T00:00:00+00:00</updated>
    <summary>In the previous article, I mentioned that Action View has some component-like classes that render form elements. Let’s deep dive into a simple one: Tags::TextField. This class...</summary>
  </entry>
  <entry>
    <id>https://julianpinzon.com/posts/unlocking-the-power-of-forms-in-rails</id>
    <title>Unlocking The Power Of Forms In Rails</title>
    <link href="https://julianpinzon.com/posts/unlocking-the-power-of-forms-in-rails" rel="alternate"/>
    <updated>2023-06-14T00:00:00+00:00</updated>
    <summary>I’ve had this idea in the back of my head for a while that can potentially unlock a bunch of possibilities with Rails’ Form Helpers. But to present it, I want to write about...</summary>
  </entry>
  <entry>
    <id>https://julianpinzon.com/posts/advanced-layout-rendering-in-rails</id>
    <title>Advanced Layout Rendering In Rails</title>
    <link href="https://julianpinzon.com/posts/advanced-layout-rendering-in-rails" rel="alternate"/>
    <updated>2023-04-27T00:00:00+00:00</updated>
    <summary>To finish this series we’ll finally tackle this part of the car-sharing app we’ve been creating in this Action View Layouts series. To recap, in part 2 I described my process to...</summary>
  </entry>
  <entry>
    <id>https://julianpinzon.com/posts/layout-rendering-in-rails-part-2-implicit-per-controller-layouts</id>
    <title>Layout Rendering In Rails Part 2 Implicit Per Controller Layouts</title>
    <link href="https://julianpinzon.com/posts/layout-rendering-in-rails-part-2-implicit-per-controller-layouts" rel="alternate"/>
    <updated>2023-04-23T00:00:00+00:00</updated>
    <summary>In the first part of this series, we learnt how implicit rendering works to separate authenticated vs unauthenticated sections of an app. In this second part, we will learn how...</summary>
  </entry>
  <entry>
    <id>https://julianpinzon.com/posts/implicit-layout-rendering-in-rails</id>
    <title>Implicit Layout Rendering In Rails</title>
    <link href="https://julianpinzon.com/posts/implicit-layout-rendering-in-rails" rel="alternate"/>
    <updated>2023-04-16T00:00:00+00:00</updated>
    <summary>I love car-sharing services. It has allowed me to live car-free for the past three and a half years cutting down on maintenance, taxes, stress … you name it. I can also book...</summary>
  </entry>
</feed>
