<?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>DEV Community: Martin Lindgren</title>
    <description>The latest articles on DEV Community by Martin Lindgren (@martinl83).</description>
    <link>https://dev.to/martinl83</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F342467%2F451b13af-c4e4-4576-9d23-4cb2671afa66.jpeg</url>
      <title>DEV Community: Martin Lindgren</title>
      <link>https://dev.to/martinl83</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/martinl83"/>
    <language>en</language>
    <item>
      <title>feed.gg - Follow your favourite streamers</title>
      <dc:creator>Martin Lindgren</dc:creator>
      <pubDate>Fri, 03 Jul 2020 10:29:41 +0000</pubDate>
      <link>https://dev.to/martinl83/feed-gg-follow-your-favourite-streamers-162d</link>
      <guid>https://dev.to/martinl83/feed-gg-follow-your-favourite-streamers-162d</guid>
      <description>&lt;p&gt;I have been working on this hobby project on and off for some time now. But lately I have put some extra work in to it to get it to a beta stage ( and not die the side project death ).&lt;/p&gt;

&lt;p&gt;Essentially Feed.gg is a platform where you can follow your favorite (Twitch) streamers, and get all content from their social platforms ( YouTube, Twitter, Twitch etc ) in to one feed. As well as separate feeds for a single streamer.&lt;/p&gt;

&lt;p&gt;I will try to write some more here on how everything is setup, but essentially the platform consists of&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Hasura as GraphQL back end&lt;/li&gt;
&lt;li&gt;Queue to handle all workload ( Node &amp;amp; Bull.js  )&lt;/li&gt;
&lt;li&gt;Node "worker" service to process all jobs, and collect all data.&lt;/li&gt;
&lt;li&gt;One Cloudflare Worker instance.&lt;/li&gt;
&lt;li&gt;A simple React client.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The Hasura GraphQL engine is deployed on a Digital Ocean Kubernetes cluster. The queue service and worker service is deployed using DO's droplets.&lt;br&gt;
And the React client is deployed and hosted using Netlify.&lt;br&gt;
Some load-balancers and firewalls are setup on DO as well.&lt;/p&gt;

&lt;p&gt;You can test the beta at &lt;a href="http://beta.feed.gg"&gt;http://beta.feed.gg&lt;/a&gt;&lt;/p&gt;

</description>
      <category>hasura</category>
      <category>node</category>
      <category>react</category>
      <category>esport</category>
    </item>
    <item>
      <title>Recursive React component in Typescript</title>
      <dc:creator>Martin Lindgren</dc:creator>
      <pubDate>Wed, 26 Feb 2020 22:16:12 +0000</pubDate>
      <link>https://dev.to/martinl83/recursive-react-component-in-typescript-5ae5</link>
      <guid>https://dev.to/martinl83/recursive-react-component-in-typescript-5ae5</guid>
      <description>&lt;p&gt;The titel says it all. A colluege wanted to know how to write a Recursive React component in Typescript. So i wrote a simple one with infinite depth.&lt;/p&gt;


&lt;div class="ltag_gist-liquid-tag"&gt;
  
&lt;/div&gt;


&lt;p&gt;Might be usefull for someone.&lt;/p&gt;

</description>
      <category>react</category>
      <category>typescript</category>
      <category>recursive</category>
    </item>
  </channel>
</rss>
