<?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: Josh Pigford</title>
    <description>The latest articles on DEV Community by Josh Pigford (@shpigford).</description>
    <link>https://dev.to/shpigford</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%2F71808%2F21a5b9b9-9b2b-4fb6-bd8d-51f6d5308409.jpg</url>
      <title>DEV Community: Josh Pigford</title>
      <link>https://dev.to/shpigford</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shpigford"/>
    <language>en</language>
    <item>
      <title>How to create a no-DB blog with Sinatra?</title>
      <dc:creator>Josh Pigford</dc:creator>
      <pubDate>Thu, 03 Jan 2019 18:48:03 +0000</pubDate>
      <link>https://dev.to/shpigford/how-to-create-a-no-db-blog-with-sinatra-12bg</link>
      <guid>https://dev.to/shpigford/how-to-create-a-no-db-blog-with-sinatra-12bg</guid>
      <description>&lt;p&gt;I'm using Sinatra to build a site and that site will have, among other things, a blog area that I'll infrequently post articles to.&lt;/p&gt;

&lt;p&gt;What I'd ideally like to do is have a directory of markdown files that the articles are in and to publish a new article, I'd just add a new markdown file.&lt;/p&gt;

&lt;p&gt;The main &lt;code&gt;/articles&lt;/code&gt; page would loop through that directory and pull the title from the markdown file's metadata.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;---
title: This is my title
excerpt: This is an excerpt from the article
---
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;So, what I'm not sure of here is how to approach this. How would I loop through a directory of markdown files and properly display them?&lt;/p&gt;

&lt;p&gt;FWIW, I'm using a "classic style" Sinatra app here.&lt;/p&gt;

</description>
      <category>ruby</category>
      <category>sinatra</category>
    </item>
    <item>
      <title>Extensions/preferences/settings to clean up the Visual Studio Code UI?</title>
      <dc:creator>Josh Pigford</dc:creator>
      <pubDate>Sat, 08 Sep 2018 16:37:17 +0000</pubDate>
      <link>https://dev.to/shpigford/extensionspreferencessettings-to-clean-up-the-visual-studio-code-ui-1nhh</link>
      <guid>https://dev.to/shpigford/extensionspreferencessettings-to-clean-up-the-visual-studio-code-ui-1nhh</guid>
      <description>

&lt;p&gt;I've recently switched from Sublime Text to Visual Studio Code and while it's a net-positive, I do tend to find myself overwhelmed by all the icons/button VSC shows. &lt;/p&gt;

&lt;p&gt;I'd much prefer to access necessary in-app tools with keyboard shortcuts versus always showing me all the things.&lt;/p&gt;

&lt;p&gt;So, what are some preferences/settings/extensions I should look in to for making the VSC UI less-overwhelming?&lt;/p&gt;


</description>
      <category>visualcodestudio</category>
      <category>sublimetext</category>
      <category>texteditor</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
