<?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: Rajdeep Malakar</title>
    <description>The latest articles on DEV Community by Rajdeep Malakar (@rajdeep).</description>
    <link>https://dev.to/rajdeep</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%2F619712%2F4ca20665-6371-41ef-a947-594ff72c265a.png</url>
      <title>DEV Community: Rajdeep Malakar</title>
      <link>https://dev.to/rajdeep</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rajdeep"/>
    <language>en</language>
    <item>
      <title>Moving our Website to a new Domain!</title>
      <dc:creator>Rajdeep Malakar</dc:creator>
      <pubDate>Mon, 06 Dec 2021 18:18:55 +0000</pubDate>
      <link>https://dev.to/electronstore_/moving-our-website-to-a-new-domain-16lo</link>
      <guid>https://dev.to/electronstore_/moving-our-website-to-a-new-domain-16lo</guid>
      <description>&lt;p&gt;Quite a few months back we created the Electron App Store. In that time we chose &lt;strong&gt;Freenom&lt;/strong&gt; for our free Domain name. Since then the project became much popular. Just a month back we had applied for sponsorship from Fosshost.org. &lt;strong&gt;Fosshost.org&lt;/strong&gt; is a non-profit company who provides free cloud services and domain names to Open-Source projects. Proudly we got approved by them. We had applied for electron-store.org domain name and now we have it. Just a few weeks ago we had moved the main website to electron-store.org and now we had moved the API to api.electron-store.org! There's much more planned for the v0.0.5 update which is delayed because of new features.&lt;/p&gt;

&lt;p&gt;The new features includes (but not limited to):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Developer Portal to submit apps&lt;/li&gt;
&lt;li&gt;Faster Loading time (thanks to the new API)&lt;/li&gt;
&lt;li&gt;Account Login and Rating functionality&lt;/li&gt;
&lt;li&gt;Metrics/Statistics for Apps&lt;/li&gt;
&lt;li&gt;Claiming of existing apps in the Developer Portal&lt;/li&gt;
&lt;li&gt;New Terms &amp;amp; Conditions and a dedicated App Listing Agreement&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's not all and the exact features would be announced 2 days before the Official Update! Also stay in loop by following our &lt;a href="https://twitter.com/ElectronStore_" rel="noopener noreferrer"&gt;Twitter Account&lt;/a&gt; and Dev.to page!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Writer&lt;/strong&gt;: Rajdeep Malakar ( &lt;a class="mentioned-user" href="https://dev.to/rajdeep"&gt;@rajdeep&lt;/a&gt; )&lt;br&gt;
&lt;strong&gt;Domain Provided By&lt;/strong&gt;: Fosshost.org ( &lt;a class="mentioned-user" href="https://dev.to/fosshostorg"&gt;@fosshostorg&lt;/a&gt; )&lt;br&gt;
&lt;strong&gt;Twitter&lt;/strong&gt;: &lt;a href="https://twitter.com/ElectronStore_" rel="noopener noreferrer"&gt;@ElectronStore_&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;GitHub&lt;/strong&gt;: &lt;a href="https://github.com/Electron-Store" rel="noopener noreferrer"&gt;Electron-Store&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Get your OSS Apps ready for the new &lt;strong&gt;Electron Store&lt;/strong&gt;!&lt;/p&gt;

</description>
    </item>
    <item>
      <title>ZypeC - A free &amp; OpenSource collection of Compilers</title>
      <dc:creator>Rajdeep Malakar</dc:creator>
      <pubDate>Fri, 23 Apr 2021 16:10:13 +0000</pubDate>
      <link>https://dev.to/zype/zypec-a-free-opensource-collection-of-compilers-38j4</link>
      <guid>https://dev.to/zype/zypec-a-free-opensource-collection-of-compilers-38j4</guid>
      <description>&lt;p&gt;&lt;strong&gt;ZypeC&lt;/strong&gt; is the set of easy-to-use Compilers based on Python. Unfortunately it only supports Markdown to HTML Compilation. But the Markdown Compiler is also very powerful.&lt;/p&gt;

&lt;h3&gt;
  
  
  Examples
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gh"&gt;# H1&lt;/span&gt;
&lt;span class="gu"&gt;## H2&lt;/span&gt;
&lt;span class="gu"&gt;### H3&lt;/span&gt;
&lt;span class="gu"&gt;#### H4&lt;/span&gt;
&lt;span class="gu"&gt;##### H5&lt;/span&gt;
&lt;span class="gu"&gt;###### H6&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;To&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;&lt;span class="cp"&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;html&lt;/span&gt; &lt;span class="na"&gt;lang=&lt;/span&gt;&lt;span class="s"&gt;"en"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;head&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;meta&lt;/span&gt; &lt;span class="na"&gt;charset=&lt;/span&gt;&lt;span class="s"&gt;"utf-8"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;

  &lt;span class="nt"&gt;&amp;lt;title&amp;gt;&lt;/span&gt;ZypeC Generated HTML Pages&lt;span class="nt"&gt;&amp;lt;/title&amp;gt;&lt;/span&gt;

&lt;span class="nt"&gt;&amp;lt;/head&amp;gt;&lt;/span&gt;

&lt;span class="nt"&gt;&amp;lt;body&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;h1&amp;gt;&lt;/span&gt;H1&lt;span class="nt"&gt;&amp;lt;/H1&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;h2&amp;gt;&lt;/span&gt;H2&lt;span class="nt"&gt;&amp;lt;/H2&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;h3&amp;gt;&lt;/span&gt;H3&lt;span class="nt"&gt;&amp;lt;/H3&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;h4&amp;gt;&lt;/span&gt;H4&lt;span class="nt"&gt;&amp;lt;/H4&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;h5&amp;gt;&lt;/span&gt;H5&lt;span class="nt"&gt;&amp;lt;/H5&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;h6&amp;gt;&lt;/span&gt;H6&lt;span class="nt"&gt;&amp;lt;/H6&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/body&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/html&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;How to start ?&lt;/p&gt;

&lt;p&gt;Firstly, create a zype.config.json file with the content:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"compiler"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"compiler.json"&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;And then, create a compiler file as you've mentioned in compiler with the content to compile a Markdown file named file.md to HTML:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"file"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"file.md"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"Content-Type"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"text/markdown"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"to"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"html"&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;And finally, run the following command to start compilation.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;zype start
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>python</category>
      <category>zype</category>
      <category>zypec</category>
    </item>
  </channel>
</rss>
