<?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>Forem: Tadhg Lewis</title>
    <description>The latest articles on Forem by Tadhg Lewis (@tadhglewis).</description>
    <link>https://forem.com/tadhglewis</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%2F250943%2F914f26c9-b5ca-4ba8-82dc-928545b9d3df.jpg</url>
      <title>Forem: Tadhg Lewis</title>
      <link>https://forem.com/tadhglewis</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/tadhglewis"/>
    <language>en</language>
    <item>
      <title>Cloudflare now allows registering new domains</title>
      <dc:creator>Tadhg Lewis</dc:creator>
      <pubDate>Thu, 18 Jun 2020 06:38:12 +0000</pubDate>
      <link>https://forem.com/tadhglewis/cloudflare-now-allows-registering-domains-398b</link>
      <guid>https://forem.com/tadhglewis/cloudflare-now-allows-registering-domains-398b</guid>
      <description>&lt;p&gt;You may already know but Cloudflare posted a blog on Sep 27, 2018 &lt;a href="https://blog.cloudflare.com/cloudflare-registrar"&gt;Introducing Cloudflare Registrar&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Cloudflare had many benefits like zero mark-up purcahses. This means that you pay the wholesale price that Cloudflare pays, this is unlike all (most?) other registrars that add their own fee on top of the ICANN fee.&lt;/p&gt;

&lt;p&gt;The downside to this was that Cloudflare was only allowing transferring existing domains to their registrar, until today.&lt;/p&gt;

&lt;p&gt;I have just been through our company Cloudflare account and noticed a new button on the home page &lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--vLEtfS2E--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/eq1ivy2zlgkluk9k2a2l.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vLEtfS2E--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/eq1ivy2zlgkluk9k2a2l.png" alt="Cloudflare register domain beta"&gt;&lt;/a&gt; :D&lt;/p&gt;

&lt;p&gt;Looks like you can now register new domains through Cloudflare. This may be a staged roll out and it seems another Cloudflare account didn't have access to this button.&lt;/p&gt;

&lt;p&gt;Here is what the searching looks like!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--D8y32M0k--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/if5f7mbdhy8ldznfdjgv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--D8y32M0k--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/if5f7mbdhy8ldznfdjgv.png" alt="Cloudflare register domain search"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Oh and if you are interested in getting a status page for your website checkout my other dev.to post, &lt;a href="https://dev.to/tadhglewis/i-built-a-status-page-using-react-and-github-issues-4nkl"&gt;I built a status page using React and GitHub Issues&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>discuss</category>
      <category>devops</category>
      <category>news</category>
    </item>
    <item>
      <title>I built a status page using React and GitHub Issues</title>
      <dc:creator>Tadhg Lewis</dc:creator>
      <pubDate>Tue, 16 Jun 2020 13:18:54 +0000</pubDate>
      <link>https://forem.com/tadhglewis/i-built-a-status-page-using-react-and-github-issues-4nkl</link>
      <guid>https://forem.com/tadhglewis/i-built-a-status-page-using-react-and-github-issues-4nkl</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--PgCTWNfg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/5yjqln69yy27j2qblkbd.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--PgCTWNfg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/5yjqln69yy27j2qblkbd.gif" alt="Status Page Demo"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So recently I've been having a look at status pages and haven't really found any that I felt worked for me. so I decided to create one myself.&lt;/p&gt;

&lt;p&gt;Ideally I wanted a free and simple status page but most I found were either self-hosted or had to be built each time a Component is updated or an Incident is reported.&lt;/p&gt;

&lt;p&gt;I created it using React and the GitHub API so there is no need to rebuild and redeploy when you add an Incident or update a Component, simply update the GitHub Issue and the status page will update live.&lt;/p&gt;

&lt;p&gt;Here are some of the features&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Easy setup&lt;/li&gt;
&lt;li&gt;Component reporting to show the current status of your services&lt;/li&gt;
&lt;li&gt;Incident reporting&lt;/li&gt;
&lt;li&gt;Hosting on GitHub Pages or other hosting providers&lt;/li&gt;
&lt;li&gt;Live updating status page&lt;/li&gt;
&lt;li&gt;Use Zapier Triggers to update the status page&lt;/li&gt;
&lt;li&gt;Easy integration with services and monitoring&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://github.com/tadhglewis/issue-status"&gt;GitHub&lt;/a&gt;&lt;br&gt;
&lt;a href="https://tadhglewis.github.io/issue-status"&gt;Demo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let me know what you think of the idea and the project overall :)&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>react</category>
      <category>webdev</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
