<?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: Evance Soumaoro</title>
    <description>The latest articles on DEV Community by Evance Soumaoro (@evanxg852000).</description>
    <link>https://dev.to/evanxg852000</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%2F319832%2F977dd301-cf5f-43d2-8f1a-4be1d0be99b4.jpeg</url>
      <title>DEV Community: Evance Soumaoro</title>
      <link>https://dev.to/evanxg852000</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/evanxg852000"/>
    <language>en</language>
    <item>
      <title>Building a serverless runtime for learning</title>
      <dc:creator>Evance Soumaoro</dc:creator>
      <pubDate>Sun, 28 Jun 2020 14:57:53 +0000</pubDate>
      <link>https://dev.to/evanxg852000/building-a-serverless-runtime-for-learning-3166</link>
      <guid>https://dev.to/evanxg852000/building-a-serverless-runtime-for-learning-3166</guid>
      <description>&lt;p&gt;I spent a portion of my time off learning and experimenting with serverless platforms. I managed to implement a basic runtime in Golang that can build, load, and run functions written in NodeJS and Golang. The source code is available at the following repositories.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/evanxg852000/eserveless-platform"&gt;Runtime&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/evanxg852000/node-eserveless-example"&gt;Sample NodeJS functions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/evanxg852000/go-eserveless-example"&gt;Sample Golang functions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The following video is a short demo of the toy project executing a sample cloud function.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/0kF_P5H4-Ec"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;A full article explaining more implementations details and project structure is available on my &lt;a href="https://evanxg852000.github.io/tutorial/golang/2020/06/28/how-i-built-a-serverless-runtime-for-learning.html"&gt;Blog&lt;/a&gt;&lt;/p&gt;

</description>
      <category>serverless</category>
      <category>node</category>
      <category>go</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
