<?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: Neil Thawani</title>
    <description>The latest articles on DEV Community by Neil Thawani (@neilthawani).</description>
    <link>https://dev.to/neilthawani</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%2F73033%2F87fd5554-0ee9-4cb9-9551-b82eddbde87f.jpeg</url>
      <title>DEV Community: Neil Thawani</title>
      <link>https://dev.to/neilthawani</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/neilthawani"/>
    <language>en</language>
    <item>
      <title>I made a microframework for converting handlebars to HTML!</title>
      <dc:creator>Neil Thawani</dc:creator>
      <pubDate>Tue, 15 May 2018 13:27:41 +0000</pubDate>
      <link>https://dev.to/neilthawani/i-made-a-microframework-for-converting-handlebars-to-html-347o</link>
      <guid>https://dev.to/neilthawani/i-made-a-microframework-for-converting-handlebars-to-html-347o</guid>
      <description>&lt;p&gt;I was building a website using Github Pages and wanted to use templating functionality without having to resort to Jekyll. I found a few repos and code samples from devs who had attempted to solve this same problem, but the best thing I found was an old repo by a developer who hasn't logged in for quite some time called &lt;a href="https://github.com/cdierkens/handlebars-to-html"&gt;handlebars-to-html&lt;/a&gt;. I took his code, cleaned it up and applied it to my website, and then ripped out some of the guts to create a microframework I decided to call Panhandle.&lt;/p&gt;

&lt;p&gt;I'm brand new to async/await and the project's not building in the right order, and I think the architecture could be improved a little bit too. However, I spent about 20 hours working on it, it's definitely usable, and I have other stuff that's more pressing in work and life - so that's where I decided to stop.&lt;/p&gt;

&lt;p&gt;I'm really proud of what I've done so far, but I know it can be improved a bit. If you think this project/problem are interesting, please feel free to fork and contribute! Thanks!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/neilthawani/panhandle"&gt;https://github.com/neilthawani/panhandle&lt;/a&gt;&lt;/p&gt;

</description>
      <category>html</category>
      <category>handlebars</category>
      <category>webdev</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
