<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    
    <title>Codeando</title>
    
    
    <description>Codeando is a development/tech blog where we talk about programming languages, frameworks, coding, good practices, conventions, etc.</description>
    
    <link>https://codeando.dev/</link>
    <atom:link href="https://codeando.dev/feed.xml" rel="self" type="application/rss+xml" />
    
    
      <item>
        <title>AI for Ruby Devs Part I: From the Basics to building a neural network</title>
        
        <dc:creator><![CDATA[ David Sanchez ]]></dc:creator>
        
        <description>
          
          When we are programming and we type something in our IDE, for example, User.where( and we see the “editor” suggests method names to complete our code, this is not AI, this is the IDE following some rules, but when we type the same and Claude or Github Copilot suggest a...
        </description>
        <pubDate>Mon, 15 Dec 2025 00:00:00 -0600</pubDate>
        <link>https://codeando.dev/posts/ai-fundamentals-part-1/</link>
        <guid isPermaLink="true">https://codeando.dev/posts/ai-fundamentals-part-1/</guid>
      </item>
    
      <item>
        <title>Event Streaming in Rails with Kafka</title>
        
        <dc:creator><![CDATA[ David Sanchez ]]></dc:creator>
        
        <description>
          
          Original post Companies want to react quickly to the need of processing and sharing large amounts of data in real time to gain insights and create more engaging customer experiences. So, traditional data processing is no longer viable in today’s world. To achieve that, you need to process a lot...
        </description>
        <pubDate>Mon, 20 Jun 2022 01:00:00 -0500</pubDate>
        <link>https://codeando.dev/posts/rails-kafka/</link>
        <guid isPermaLink="true">https://codeando.dev/posts/rails-kafka/</guid>
      </item>
    
      <item>
        <title>Flexible API&apos;s with Rails and GraphQL</title>
        
        <dc:creator><![CDATA[ David Sanchez ]]></dc:creator>
        
        <description>
          
          Original post Software developers need a way to make applications communicate with each other and share necessary data, which is where APIs come into play. An application programming interface (API) is an interface for building and integrating applications. Currently, the most common way to create an API is by using...
        </description>
        <pubDate>Wed, 23 Mar 2022 00:00:00 -0600</pubDate>
        <link>https://codeando.dev/posts/rails-graphql/</link>
        <guid isPermaLink="true">https://codeando.dev/posts/rails-graphql/</guid>
      </item>
    
      <item>
        <title>Rails and Inertia.js - The Modern Monolith</title>
        
        <dc:creator><![CDATA[ David Sanchez ]]></dc:creator>
        
        <description>
          
          Rails is a powerful framework that gives us out of the box, tools like Hotwire, this helps us to build reactive applications, and also, we have external tools like Stimulus Reflex which like Hotwire, offer interactions that user is looking for (you can see this post about reactive applications with...
        </description>
        <pubDate>Thu, 25 Mar 2021 00:00:00 -0600</pubDate>
        <link>https://codeando.dev/posts/rails-inertiajs/</link>
        <guid isPermaLink="true">https://codeando.dev/posts/rails-inertiajs/</guid>
      </item>
    
      <item>
        <title>Components on Rails?</title>
        
        <dc:creator><![CDATA[ David Sanchez ]]></dc:creator>
        
        <description>
          
          As we know, Rails has its own approach to re-use some parts of the view, you can extract this HTML in modules called partials and you can use them as many times as you need and it’s ok, actually, partials are an excellent option because you are using this feature...
        </description>
        <pubDate>Fri, 05 Mar 2021 00:00:00 -0600</pubDate>
        <link>https://codeando.dev/posts/rails-view-components/</link>
        <guid isPermaLink="true">https://codeando.dev/posts/rails-view-components/</guid>
      </item>
    
      <item>
        <title>Reactive Rails with Stimulus Reflex!</title>
        
        <dc:creator><![CDATA[ David Sanchez ]]></dc:creator>
        
        <description>
          
          Before talking about Stimulus Reflex I want to explain you in my own words, what´s Reactivity in the web development. What does Reactivity mean? Reactivity is a fast and async reaction to user events just like tools as React or Angular do, for example, when you are typing in a...
        </description>
        <pubDate>Tue, 23 Feb 2021 00:00:00 -0600</pubDate>
        <link>https://codeando.dev/posts/reactivity-rails-reflex/</link>
        <guid isPermaLink="true">https://codeando.dev/posts/reactivity-rails-reflex/</guid>
      </item>
    
  </channel>
</rss>
