<?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: Roger Stach</title>
    <description>The latest articles on DEV Community by Roger Stach (@roger).</description>
    <link>https://dev.to/roger</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%2F29731%2Ff0e57c52-561a-446e-b3b0-bda3b19252b5.jpeg</url>
      <title>DEV Community: Roger Stach</title>
      <link>https://dev.to/roger</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/roger"/>
    <language>en</language>
    <item>
      <title>Explain async like I'm five</title>
      <dc:creator>Roger Stach</dc:creator>
      <pubDate>Thu, 15 Feb 2018 08:21:56 +0000</pubDate>
      <link>https://dev.to/roger/explain-async-like-im-five--2g7p</link>
      <guid>https://dev.to/roger/explain-async-like-im-five--2g7p</guid>
      <description></description>
      <category>explainlikeimfive</category>
      <category>tcp</category>
    </item>
    <item>
      <title>How I Organize My Files</title>
      <dc:creator>Roger Stach</dc:creator>
      <pubDate>Tue, 05 Dec 2017 10:31:14 +0000</pubDate>
      <link>https://dev.to/roger/how-i-organize-my-files-81i</link>
      <guid>https://dev.to/roger/how-i-organize-my-files-81i</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;I backup all my files in git, basically my life in a nutshell.&lt;br&gt;
For now, I am using bitbucket for the git storage. &lt;br&gt;
Planning to migrate to GitHub in the future.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I don't just organize my code, I organize all my files. Including videos, pictures and rants. And also much more in the future.&lt;/p&gt;

&lt;p&gt;All of that backups will be cloned in all of my developing machines. I usually name them as root, so '~/root'.&lt;/p&gt;

&lt;p&gt;Here's the tree view of root :&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;dev/
files/
images/
rants/
videos/
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  Here, let me explain.
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;dev/&lt;/code&gt; is for my works. Developer stuffs.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;files/&lt;/code&gt; is for files. Mostly downloads of zip files.&lt;/li&gt;
&lt;li&gt; &lt;code&gt;images/&lt;/code&gt; is for images. Basically my photos, backuped.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;rants/&lt;/code&gt; is for my rants. I'm usually bored at the bus. So I just open my MacBook and just start ranting as I wait for the bus to arrive.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;videos/&lt;/code&gt; is for my videos. When I don't have anything to do, I usually sing random shit and I record it. Even tho the folder says &lt;code&gt;videos&lt;/code&gt; some of them isn't a video.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;code&gt;files/&lt;/code&gt;, &lt;code&gt;images/&lt;/code&gt;, &lt;code&gt;rants/&lt;/code&gt; &amp;amp; &lt;code&gt;videos/&lt;/code&gt; doesn't really have a lot of files for now since I'm really focused on the &lt;code&gt;dev/&lt;/code&gt; directory.&lt;/p&gt;

&lt;h4&gt;
  
  
  Inside the dev/ folder
&lt;/h4&gt;

&lt;p&gt;Treeview :&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cdn/
fun/
packages/
works/
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;cdn/&lt;/code&gt; is the directory of my CDN. Mostly frameworks or clients files.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;fun/&lt;/code&gt; is where I put files that isn't related to works. Mostly open-source contribution and stuffs.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;packages/&lt;/code&gt; is where I put installer stuffs. Probably some frameworks configuration and some dotfiles.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;works/&lt;/code&gt; is where I put work stuff. Clients source code. Yeah, those stuffs.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Inside the fun/ folder
&lt;/h4&gt;

&lt;p&gt;Treeview :&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;experiments/
mine/
open-source/
shits/
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;experiments/&lt;/code&gt; is where I do experiments.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;mine/&lt;/code&gt; is where I put personal codes. Mostly website and algorithm.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;open-source/&lt;/code&gt; is where I do my open source stuffs. You know, those stuffs.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;shits/&lt;/code&gt; is where all those legacy codes rests in peace.&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;That's it. Let me know what you think.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Update
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;I ended up splitting the git repo between the dev/ folder and everything else.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;dev/&lt;/code&gt; is now called Workspace.&lt;/li&gt;
&lt;li&gt;everything else is now called &lt;code&gt;BEE&lt;/code&gt; (Basically Everything Else)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Oh, and I also moved &lt;code&gt;shits&lt;/code&gt; from fun to root. (&lt;code&gt;mv fun/shits . &amp;amp;&amp;amp; mv shits cemetery&lt;/code&gt;)&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;It is now called &lt;code&gt;cemetery&lt;/code&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>folders</category>
      <category>productivity</category>
      <category>discuss</category>
    </item>
    <item>
      <title>The Benefits of WWW Subdomain</title>
      <dc:creator>Roger Stach</dc:creator>
      <pubDate>Sun, 03 Dec 2017 10:46:32 +0000</pubDate>
      <link>https://dev.to/roger/the-benefits-of-www-subdomain-4jp</link>
      <guid>https://dev.to/roger/the-benefits-of-www-subdomain-4jp</guid>
      <description>&lt;p&gt;I really don't know why it's actually needed? Probably some SEO stuff? I don't know.&lt;/p&gt;

</description>
      <category>seo</category>
      <category>www</category>
      <category>discuss</category>
    </item>
    <item>
      <title>What's the easiest way to put authentication into a website</title>
      <dc:creator>Roger Stach</dc:creator>
      <pubDate>Sat, 02 Dec 2017 13:06:13 +0000</pubDate>
      <link>https://dev.to/roger/whats-the-easiest-way-to-put-authentication-into-a-website-40g</link>
      <guid>https://dev.to/roger/whats-the-easiest-way-to-put-authentication-into-a-website-40g</guid>
      <description>&lt;p&gt;I usually just use PHP &amp;amp; MySQL, but I would like to know the modern way to create it. Probably with MongoDB or some fancy JavaScript framework.&lt;/p&gt;

</description>
      <category>authentication</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Hi, I'm Roger Stach</title>
      <dc:creator>Roger Stach</dc:creator>
      <pubDate>Tue, 19 Sep 2017 22:33:34 +0000</pubDate>
      <link>https://dev.to/roger/hi-im-roger</link>
      <guid>https://dev.to/roger/hi-im-roger</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;I know I have created older posts before this, I just want to introduce myself.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I have been coding for 2 years.&lt;br&gt;
You can find me on GitHub as &lt;a href="https://github.com/klopango" rel="noopener noreferrer"&gt;klopango&lt;/a&gt;&lt;br&gt;
I live in Jakarta, Indonesia.&lt;br&gt;
I work as a freelancer.&lt;br&gt;
I mostly program in these languages: JavaScript, Python &amp;amp; NodeJS.&lt;br&gt;
In my spare time, I usually &lt;a href="https://roger.js.org" rel="noopener noreferrer"&gt;write about stuffs&lt;/a&gt;, &lt;a href="https://twitter.com/klopango_" rel="noopener noreferrer"&gt;tweet random stuffs&lt;/a&gt; &amp;amp; &lt;a href="https://instagram.com/klopango" rel="noopener noreferrer"&gt;capture random stuffs&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>introduction</category>
    </item>
  </channel>
</rss>
