<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Antoine Ordonez</title>
    <description>Antoine Ordonez tech and code blog.</description>
    <generator uri="https://shellbear.me/" version="0.1.0">Antoine Ordonez</generator>
    <link>https://shellbear.me/blog/feed.xml</link>
    <category domain="www.dmoz.com">Computers/Software/Programming</category>
    <language>en-us</language>
    <managingEditor>hello@shellbear.me</managingEditor>
    <pubDate>Thu, 01 Jul 2021 15:12:34 +0000</pubDate>
    <webMaster>hello@shellbear.me</webMaster>
    <image>
      <title>Antoine Ordonez</title>
      <link>https://shellbear.me/blog/feed.xml</link>
      <url>https://shellbear.me/logo.jpg</url>
    </image>
    <item>
      <title>Rapid UI development with styled-system</title>
      <description>
        Since few years now, I'm building UI of my projects with React, Next.js and styled-components.&lt;br/&gt;
        I like writing my own components and reuse them across my projects.&lt;br/&gt;
        The problem is I often spent some time writing props for my styled components when I had make them mobile friendly
        with Media Queries, or duplicating props like margin, padding, flex...
      </description>
      <link>https://shellbear.me/blog/styled-system</link>
      <pubDate>Tue, 06 Jul 2021 12:00:00 +0000</pubDate>
    </item>
    <item>
      <title>Deploying a Go App with Dokku</title>
      <description>
        Dokku is an easy and cost-effective approach to deploy your project in a language-agnostic way.&lt;br/&gt;
        It's an open-source and free alternative to Heroku on your own servers.&lt;br/&gt;
        Once set up, a simple git push command will update your app on your server.
      </description>
      <link>https://shellbear.me/blog/go-dokku-deployment</link>
      <comments>https://www.reddit.com/r/golang/comments/oa51x6/deploy_a_go_app_with_dokku_https_and/</comments>
      <pubDate>Mon, 28 Jun 2021 12:00:00 +0000</pubDate>
    </item>
    <item>
      <title>Production-ready API with Go and GraphQL</title>
      <description>
        In this article I will show you how to build a production-ready GraphQL API with tips don't avoid errors I made
        when I spent hours building GraphQL APIs in Go.&lt;br/&gt;
        This architecture and setup is my current go-to one and is the result of many iterations.
      </description>
      <link>https://shellbear.me/blog/go-graphql-api</link>
      <pubDate>Fri, 25 Jun 2021 12:00:00 +0000</pubDate>
    </item>
  </channel>
</rss>
