<?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: Ariel Berg</title>
    <description>The latest articles on DEV Community by Ariel Berg (@arielberg).</description>
    <link>https://dev.to/arielberg</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%2F510795%2F1800c36f-105b-44b6-bba9-99978b186e83.jpeg</url>
      <title>DEV Community: Ariel Berg</title>
      <link>https://dev.to/arielberg</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/arielberg"/>
    <language>en</language>
    <item>
      <title>Building  serverless  CMS</title>
      <dc:creator>Ariel Berg</dc:creator>
      <pubDate>Sun, 31 Jan 2021 06:38:54 +0000</pubDate>
      <link>https://dev.to/arielberg/building-serverless-cms-5386</link>
      <guid>https://dev.to/arielberg/building-serverless-cms-5386</guid>
      <description>&lt;p&gt;I'm working on an open-source project for a serverless CMS. &lt;/p&gt;

&lt;p&gt;The basic concept is that the site pages are being managed (created, edited &amp;amp; deleted) using Client-side JS. &lt;/p&gt;

&lt;p&gt;After the page is created/updated/deleted it is uploaded as HTML to the CDN using the CDN API (currently it is GITHUB pages but the concept should work with other platforms such as Firebase etc.)&lt;/p&gt;

&lt;p&gt;The developers who will build the sites will have 100% control over the HTML templates, JS &amp;amp; CSS to get exactly the look feel &amp;amp; behavior they want. &lt;/p&gt;

&lt;p&gt;After the site will be built Content Administrator will be able to log in to the admin panel using their GIT/CDN API credentials and then will be able to manage the content as they like without any technical knowledge.&lt;/p&gt;

&lt;p&gt;The basic concept is complete and ready for forking (for new sites). &lt;/p&gt;

&lt;p&gt;I'm trying to get help for this project for:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Development &lt;/li&gt;
&lt;li&gt;Explanation &amp;amp; help make this concept more accessible to users&lt;/li&gt;
&lt;li&gt;creating themes and plugins&lt;/li&gt;
&lt;li&gt;review my code and suggest improvements &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The advantages of this project are it's FAST (100% CDN), it's FREE (GPL), and with 100% FULL CONTROL over page structure&lt;/p&gt;

&lt;p&gt;project address:&lt;br&gt;
&lt;a href="https://github.com/arielberg/js.cms"&gt;https://github.com/arielberg/js.cms&lt;/a&gt; &lt;br&gt;
&lt;a href="https://github.com/arielberg/js.cms.admin"&gt;https://github.com/arielberg/js.cms.admin&lt;/a&gt; (admin pannel sub module)&lt;/p&gt;

</description>
      <category>serverless</category>
      <category>javascript</category>
      <category>github</category>
      <category>help</category>
    </item>
  </channel>
</rss>
