<?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: Jia Ming</title>
    <description>The latest articles on DEV Community by Jia Ming (@jmtiong).</description>
    <link>https://dev.to/jmtiong</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%2F98229%2Fc18ffee6-688f-48c9-8ec1-8689bb7d3495.jpg</url>
      <title>DEV Community: Jia Ming</title>
      <link>https://dev.to/jmtiong</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jmtiong"/>
    <language>en</language>
    <item>
      <title>What I have learnt from a 14 hours project 😼</title>
      <dc:creator>Jia Ming</dc:creator>
      <pubDate>Fri, 21 Sep 2018 07:28:24 +0000</pubDate>
      <link>https://dev.to/uilicious/what-i-have-learnt-from-a-14-hours-project-2joo</link>
      <guid>https://dev.to/uilicious/what-i-have-learnt-from-a-14-hours-project-2joo</guid>
      <description>&lt;h1&gt;
  
  
  “Hey, let’s create a private disposal email server for a short ‘hackathon’, it will be fun!”
&lt;/h1&gt;

&lt;p&gt;And with that, &lt;a href="https://twitter.com/picocreator?lang=en" rel="noopener noreferrer"&gt;@Eugene&lt;/a&gt; and I started developing &lt;a href="https://inboxkitten.com" rel="noopener noreferrer"&gt;Inboxkitten&lt;/a&gt;, an open-source disposable email service with a simple UI that utilizes Mailgun to receive email.&lt;/p&gt;

&lt;p&gt;There are some technologies that we want to try and as it is a “hackathon”, we intend to use them in Inboxkitten. &lt;/p&gt;

&lt;p&gt;What comes out in the 14th hour is a prototype disposable email service made out of 3 components, the API that can be deployed using ExpressJS to interact with Mailgun, an UI that serves as a simple interface for the users using Vue and to those who can live without UI, a CLI tool that uses go. On top of that, we deploy Inboxkitten onto Firebase as a serverless application. If you want to know more about why and how it is built, you can see the articles &lt;a href="https://blog.uilicious.com/making-a-free-open-source-serverless-disposable-email-service-inboxkitten-com-in-14-hours-b7c4915b9593" rel="noopener noreferrer"&gt;here&lt;/a&gt; and &lt;a href="https://blog.uilicious.com/development-timeline-for-inboxkitten-com-lessons-learnt-e802a2f0a47c" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;And this is what I learnt.&lt;/p&gt;

&lt;h3&gt;
  
  
  Proper layout of the product
&lt;/h3&gt;

&lt;p&gt;What I have is just a drawn mockup of the product but what I should do is to add in more detail such as placement of grids that contain the elements. Styling with CSS is not easy, partly due to the fact that I have very little experience in it and those little buggers that do not want to stay in place when you change a class that is irrelevant to them, but through the help my mentors and people from dev.to, I have learnt a great deal from this. &lt;/p&gt;

&lt;p&gt;The UI you see now on Inboxkitten is the refined work. (The design of the prototype is horrendous, please don’t look into my dark past.)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2F48efu40739ui5zmio4oo.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2F48efu40739ui5zmio4oo.jpg" alt="v1 example"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Clear set of goals and prioritization
&lt;/h3&gt;

&lt;p&gt;During the development of Inboxkitten, I only have a big idea of what this is going to be, but I did not have milestones to strive towards. As a result, I found myself deviating from what is needed to be done to complete the prototype.&lt;/p&gt;

&lt;h3&gt;
  
  
  Less is more
&lt;/h3&gt;

&lt;p&gt;I tend to struggle in keeping my code clean and end up bloating it up due to my tendency to write lots of validation that are similar to one another.&lt;/p&gt;

&lt;h3&gt;
  
  
  Different means of deployment for the product
&lt;/h3&gt;

&lt;p&gt;With the available technologies that I know of, make your application deployment versatile. This allows much more flexibility for your application to be distributed and deployed. As such Inboxkitten, can be deployed onto Firebase in &lt;a href="https://github.com/uilicious/inboxkitten" rel="noopener noreferrer"&gt;5 steps&lt;/a&gt; :D&lt;/p&gt;

&lt;p&gt;That’s all I have, for now, please tell me your thoughts and tips that you have :)&lt;/p&gt;

&lt;p&gt;P.S. Inboxkitten is launching on &lt;a href="https://www.producthunt.com/posts/inboxkitten" rel="noopener noreferrer"&gt;Product Hunt&lt;/a&gt; on the 22 September 2018!&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>beginners</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
