<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Abner Ribeiro - Blog</title>
    <link>https://abneribeiro.com</link>
    <description>Software Engineer building high-performance backend systems in Go and Java/Spring Boot. Scalable REST APIs, microservices, and database performance.</description>
    <language>en-us</language>
    <lastBuildDate>Fri, 24 Jul 2026 07:51:22 GMT</lastBuildDate>
    <managingEditor>abneribeiro38@gmail.com (Abner Ribeiro)</managingEditor>
    <webMaster>abneribeiro38@gmail.com (Abner Ribeiro)</webMaster>
    <atom:link href="https://abneribeiro.com/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>building a go api without a framework</title>
      <link>https://abneribeiro.com/blog/go-frameworks</link>
      <guid isPermaLink="true">https://abneribeiro.com/blog/go-frameworks</guid>
      <description>I built LEVO, a real-time event-planning API, using only the Go standard library: net/http routing, middleware, SSE and safe concurrency, no Gin or Echo.</description>
      <author>abneribeiro38@gmail.com (Abner Ribeiro)</author>
      <pubDate>Sat, 22 Feb 2025 00:00:00 GMT</pubDate>
      <category>golang</category>
      <category>web framework</category>
      <category>concurrency</category>
    </item>
  </channel>
</rss>