<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Track Awesome Heroku Updates Daily</title>
  <id>https://www.trackawesomelist.com/ianstormtaylor/awesome-heroku/feed.xml</id>
  <updated>2019-06-29T21:14:34.000Z</updated>
  <link rel="self" type="application/atom+xml" href="https://www.trackawesomelist.com/ianstormtaylor/awesome-heroku/feed.xml"/>
  <link rel="alternate" type="application/json" href="https://www.trackawesomelist.com/ianstormtaylor/awesome-heroku/feed.json"/>
  <link rel="alternate" type="text/html" href="https://www.trackawesomelist.com/ianstormtaylor/awesome-heroku/"/>
  <generator uri="https://github.com/bcomnes/jsonfeed-to-atom#readme" version="1.2.2">jsonfeed-to-atom</generator>
  <icon>https://www.trackawesomelist.com/favicon.ico</icon>
  <logo>https://www.trackawesomelist.com/icon.png</logo>
  <subtitle>A curated list of helpful Heroku resources.</subtitle>
  <entry>
    <id>https://www.trackawesomelist.com/2019/06/29/</id>
    <title>Awesome Heroku Updates on Jun 29, 2019</title>
    <updated>2019-06-29T21:14:34.000Z</updated>
    <published>2019-06-29T21:14:34.000Z</published>
    <content type="html"><![CDATA[<h3><p>Deployment</p>
</h3>
<ul>
<li><code>article</code> <a href="https://testdriven.io/blog/deploying-django-to-heroku-with-docker/" rel="noopener noreferrer">Deploying Django to Heroku With Docker</a> — looks at how to deploy a Django app to Heroku with Docker via the Heroku Container Runtime</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/06/29/"/>
    <summary>1 awesome projects updated on Jun 29, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/06/14/</id>
    <title>Awesome Heroku Updates on Jun 14, 2019</title>
    <updated>2019-06-14T18:03:13.000Z</updated>
    <published>2019-06-14T18:03:13.000Z</published>
    <content type="html"><![CDATA[<h3><p>Architecture</p>
</h3>
<ul>
<li><code>article</code> <a href="https://medium.com/@spygi/scalable-cost-effective-web-architectures-for-heroku-eb8f1f55a4b6" rel="noopener noreferrer">Split Frontend from Backend on Heroku with npm and NodeJS</a> - hands-on guide to deploy a microservices web application in Heroku using npm and NodeJS.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/06/14/"/>
    <summary>1 awesome projects updated on Jun 14, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/07/23/</id>
    <title>Awesome Heroku Updates on Jul 23, 2018</title>
    <updated>2018-07-23T16:23:29.000Z</updated>
    <published>2018-07-23T16:23:29.000Z</published>
    <content type="html"><![CDATA[<h3><p>Deployment</p>
</h3>
<ul>
<li><code>article</code> <a href="https://medium.com/@adam_41691/six-tips-for-mastering-your-procfile-64ea1207b779" rel="noopener noreferrer">Six Tips for Mastering your Procfile</a> — improvements for how you run your Heroku processes.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/07/23/"/>
    <summary>1 awesome projects updated on Jul 23, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/06/18/</id>
    <title>Awesome Heroku Updates on Jun 18, 2018</title>
    <updated>2018-06-18T19:42:14.000Z</updated>
    <published>2018-06-18T19:42:14.000Z</published>
    <content type="html"><![CDATA[<h3><p>Blogs</p>
</h3>
<ul>
<li><code>blog</code> <a href="https://blog.heroku.com" rel="noopener noreferrer">Heroku Blog</a> — the official Heroku blog.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/06/18/"/>
    <summary>1 awesome projects updated on Jun 18, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/04/05/</id>
    <title>Awesome Heroku Updates on Apr 05, 2016</title>
    <updated>2016-04-05T15:00:57.000Z</updated>
    <published>2016-04-05T15:00:57.000Z</published>
    <content type="html"><![CDATA[<h3><p>General</p>
</h3>
<ul>
<li><code>book</code> <a href="http://www.amazon.com/Heroku-Cookbook-Mike-Coutermarsh/dp/1782177949" rel="noopener noreferrer">Heroku Cookbook</a> — step-by-step recipes to solve the challenges of administering and scaling a real-world production web application on Heroku.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/04/05/"/>
    <summary>1 awesome projects updated on Apr 05, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/03/18/</id>
    <title>Awesome Heroku Updates on Mar 18, 2016</title>
    <updated>2016-03-18T18:19:51.000Z</updated>
    <published>2016-03-18T00:03:49.000Z</published>
    <content type="html"><![CDATA[<h3><p>Deployment</p>
</h3>
<ul>
<li><code>official</code> <a href="https://devcenter.heroku.com/articles/preboot" rel="noopener noreferrer">Preboot</a> — explains how to use the "Preboot" feature to enable zero-downtime deployments, which can be tricky to get right.</li>
</ul>
<h3><p>Development</p>
</h3>
<ul>
<li><code>official</code> <a href="https://devcenter.heroku.com/articles/multiple-environments" rel="noopener noreferrer">Managing Multiple Environments for an App</a> — a good primer on how to think about managing the different pieces of each environment.</li>
</ul>
<h3><p>Postgres</p>
</h3>
<ul>
<li><code>plugin</code> <a href="https://github.com/heroku/heroku-buildpack-pgbouncer" rel="noopener noreferrer">heroku-buildpack-pgbouncer (⭐333)</a> — a buildpack that allows for transaction pooling using <a href="https://www.stunnel.org/index.html" rel="noopener noreferrer"><code>stunnel</code></a> and <a href="https://wiki.postgresql.org/wiki/PgBouncer" rel="noopener noreferrer"><code>pgbouncer</code></a> to avoid hitting connection limits.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/03/18/"/>
    <summary>3 awesome projects updated on Mar 18, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/03/17/</id>
    <title>Awesome Heroku Updates on Mar 17, 2016</title>
    <updated>2016-03-17T05:29:03.000Z</updated>
    <published>2016-03-17T02:22:10.000Z</published>
    <content type="html"><![CDATA[<h3><p>Analytics</p>
</h3>
<ul>
<li><code>tool</code> <a href="http://www.metabase.com/docs/v0.13.3/operations-guide/running-metabase-on-heroku.html" rel="noopener noreferrer">Metabase</a> — a beta of Metadata as an app that can be deployed directly to Heroku.</li>
</ul>
<h3><p>Architecture</p>
</h3>
<ul>
<li><code>article</code> <a href="http://blog.codeship.com/exploring-microservices-architecture-on-heroku/" rel="noopener noreferrer">Exploring Microservices Architecure on Heroku</a> — explores why Heroku eliminates a lot of the tooling you need to worry about when working with microservices.</li>
</ul>

<ul>
<li><code>article</code> <a href="https://www.rdegges.com/2014/heroku-and-soa/" rel="noopener noreferrer">Heroku and SOA</a> — discusses why Heroku is perfectly suited to building a service-oriented architecture for your projects.</li>
</ul>
<h3><p>Deployment</p>
</h3>
<ul>
<li><code>article</code> <a href="https://www.paulfurley.com/automating-heroku-deployments-from-jenkins/" rel="noopener noreferrer">Automating our Heroku deployments from Jenkins</a> — explains how you'd go about automating certain parts of deployment like enabling maintenance mode, copying your database from production to staging, running migrations against staging, etc.</li>
</ul>

<ul>
<li><code>question</code> <a href="http://stackoverflow.com/questions/12523435/how-do-i-ignore-folders-and-files-when-pushing-to-heroku-with-a-rails-app" rel="noopener noreferrer">How do you ignore files when deploying to Heroku?</a> — the answer to a common question about <code>.gitignore</code> like functionality.</li>
</ul>
<h3><p>Domains</p>
</h3>
<ul>
<li><code>article</code> <a href="http://www.higherorderheroku.com/articles/cloudflare-dns-heroku/" rel="noopener noreferrer">Configuring CloudFlare DNS for a Heroku app</a> — a walkthrough of how to use CloudFlare as your DNS provider.</li>
</ul>

<ul>
<li><code>article</code> <a href="https://pilot.co/blog/hosting-multiple-heroku-apps-on-a-single-domain/" rel="noopener noreferrer">Hosting multiple Heroku apps on a single domain</a> — an article on how to share the same domain between multiple Heroku applications.</li>
</ul>

<ul>
<li><code>question</code> <a href="http://stackoverflow.com/questions/19119164/multiple-heroku-apps-on-a-single-domain" rel="noopener noreferrer">How do you host multiple Heroku apps on a single domain?</a> — a StackOverflow question with a few responses to a the common question of how to serve multiple Heroku apps from different paths instead of subdomains.</li>
</ul>
<h3><p>General</p>
</h3>
<ul>
<li><code>book</code> <a href="http://www.theherokuhackersguide.com/" rel="noopener noreferrer">The Heroku Hacker's Guide</a> — an ebook that covers a lot of the basics in maintaining and scaling a project on Heroku.</li>
</ul>
<h3><p>Meta</p>
</h3>
<ul>
<li><code>official</code> <a href="https://blog.heroku.com/archives/2007/10/30/the_big_kickoff" rel="noopener noreferrer">The big kickoff</a> — the first ever Heroku blog article.</li>
</ul>

<ul>
<li><code>article</code> <a href="https://www.rdegges.com/2012/heroku-isnt-for-idiots/" rel="noopener noreferrer">Heroku isn't for idiots</a> — explains Heroku's advantages and why it's not just for side projects.</li>
</ul>

<ul>
<li><code>article</code> <a href="https://brandur.org/heroku-values" rel="noopener noreferrer">My Heroku values</a> — a great series of takeaways from <a href="https://twitter.com/brandur" rel="noopener noreferrer">Brandur Leach</a> when he left Heroku.</li>
</ul>

<ul>
<li><code>talk</code> <a href="http://buildpack-adventure.herokuapp.com/" rel="noopener noreferrer">Buildpack Adventure</a> — a cool slideshow about Heroku's buildpacks, and what the open-source community is hacking together with them.</li>
</ul>
<h3><p>Postgres</p>
</h3>
<ul>
<li><code>official</code> <a href="https://www.heroku.com/postgres" rel="noopener noreferrer">Heroku Postgres</a> — the landing page explaining with it is.</li>
</ul>
<h3><p>Scaling</p>
</h3>
<ul>
<li><code>tool</code> <a href="https://www.hirefire.io/" rel="noopener noreferrer">HireFire</a> — a SaaS tool that automatically scales your Heroku dynos up and down as load requires.</li>
</ul>
<h3><p>Security</p>
</h3>
<ul>
<li><code>article</code> <a href="https://robots.thoughtbot.com/set-up-cloudflare-free-ssl-on-heroku" rel="noopener noreferrer">Set up CloudFlare's free SSL on Heroku</a> — walks you through the exact steps to setting up free SSL via Cloudflare.</li>
</ul>
<h3><p>Toolbelt</p>
</h3>
<ul>
<li><code>official</code> <a href="https://toolbelt.heroku.com/" rel="noopener noreferrer">Toolbelt Download</a> — where to download the Heroku toolbelt.</li>
</ul>

<ul>
<li><code>plugin</code> <a href="https://github.com/ddollar/heroku-accounts" rel="noopener noreferrer">heroku-accounts (⭐1.2k)</a> — makes it easy to work with multiple accounts at once from the command line.</li>
</ul>

<ul>
<li><code>plugin</code> <a href="https://github.com/heroku/heroku-pg-extras" rel="noopener noreferrer">heroku-pg-extras (⭐1.3k)</a> — a toolbelt plugin that adds extra useful plugins for working with Postgres. Things like analyzing cache hit rates, outlier queries, unused indexes, table sizes, etc.</li>
</ul>
<h3><p>Goodbye...</p>
</h3>
<ul>
<li><code>tool</code> <a href="http://dokku.viewdocs.io/dokku/" rel="noopener noreferrer">dokku</a> — a self-hosted, docker-based, Heroku-compliant platform.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/03/17/"/>
    <summary>20 awesome projects updated on Mar 17, 2016</summary>
  </entry>
</feed>