<?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: Robert Grimm</title>
    <description>The latest articles on DEV Community by Robert Grimm (@rmgrimm).</description>
    <link>https://dev.to/rmgrimm</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%2F503087%2Ffc76a692-b7c7-47ef-9a25-f5513973499d.jpeg</url>
      <title>DEV Community: Robert Grimm</title>
      <link>https://dev.to/rmgrimm</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rmgrimm"/>
    <language>en</language>
    <item>
      <title>Skymiles Estimator Project</title>
      <dc:creator>Robert Grimm</dc:creator>
      <pubDate>Sun, 26 Jun 2022 21:22:38 +0000</pubDate>
      <link>https://dev.to/rmgrimm/skymiles-estimator-project-1ee4</link>
      <guid>https://dev.to/rmgrimm/skymiles-estimator-project-1ee4</guid>
      <description>&lt;p&gt;Skymiles Estimator is a calculator for estimating the potential earning of Delta SkyMiles status and awards from flights operated by SkyTeam partner airlines. Skymiles Estimator breaks down earnings for a segment-by-segment view of earning potential across entire itineraries.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://fwmotion.com/projects/skymiles-estimator/skymiles-estimator.html"&gt;Try Skymiles Estimator on your own itinerary&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;See a sample:

&lt;ol&gt;
&lt;li&gt;&lt;a href="https://fwmotion.com/projects/skymiles-estimator/skymiles-estimator.html#sample"&gt;Sample 1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://fwmotion.com/projects/skymiles-estimator/skymiles-estimator.html#sample2"&gt;Sample 2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://fwmotion.com/projects/skymiles-estimator/skymiles-estimator.html#sample3"&gt;Sample 3&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Read more about it on my &lt;a href="https://fwmotion.com/projects/skymiles-estimator/"&gt;Skymiles Estimator project page&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Or view the source on the &lt;a href="https://github.com/FwMotion/skymiles-estimator"&gt;GitHub project page&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>kotlin</category>
      <category>aurelia</category>
      <category>hobby</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Configuring IPv6 on RouterOS using 6rd</title>
      <dc:creator>Robert Grimm</dc:creator>
      <pubDate>Mon, 16 Aug 2021 05:00:00 +0000</pubDate>
      <link>https://dev.to/rmgrimm/configuring-ipv6-on-routeros-using-6rd-k47</link>
      <guid>https://dev.to/rmgrimm/configuring-ipv6-on-routeros-using-6rd-k47</guid>
      <description>&lt;p&gt;IPv6 rapid deployment (6rd) is a convention for configuring the tunnel of IPv6 traffic over IPv4 within an internet service provider’s customer network. MikroTik’s RouterOS operating system supports all the pieces required for a customer to connect to such IPv6 networks deployed with 6rd, but RouterOS doesn’t directly support 6rd. This article describes a custom script that will monitor an interface’s IPv4 address and automatically configure a corresponding 6to4 tunnel to follow the 6rd standard.&lt;/p&gt;

&lt;p&gt;Continue reading &lt;a href="https://fwmotion.com/blog/networking/2021-08-16-6rd-on-mikrotik-routeros/"&gt;Configuring IPv6 on RouterOS using 6rd&lt;/a&gt; on my blog.&lt;/p&gt;

</description>
      <category>networking</category>
      <category>routeros</category>
      <category>ipv6</category>
    </item>
    <item>
      <title>Introduction to Contract-First REST Development</title>
      <dc:creator>Robert Grimm</dc:creator>
      <pubDate>Sun, 07 Feb 2021 06:00:00 +0000</pubDate>
      <link>https://dev.to/rmgrimm/introduction-to-contract-first-rest-development-2f4b</link>
      <guid>https://dev.to/rmgrimm/introduction-to-contract-first-rest-development-2f4b</guid>
      <description>&lt;p&gt;In this post, I provide an overview of contract-first development and reasons to follow this style of development. Specifically, I define contract-first REST development, tell the story of a real-life project that migrated to contract-first development, discuss some benefits of contract-first development, and then introduce three styles of generating code to complement contract-first development.&lt;/p&gt;

&lt;p&gt;Continue reading &lt;a href="https://fwmotion.com/blog/programming/contract-first-rest/2021-02-07-introduction-to-contract-first-development/"&gt;Introduction to Contract-First REST Development&lt;/a&gt; on my blog.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>contractfirstrest</category>
      <category>openapi</category>
    </item>
    <item>
      <title>Fedora CoreOS on Raspberry Pi 4</title>
      <dc:creator>Robert Grimm</dc:creator>
      <pubDate>Wed, 09 Sep 2020 05:00:00 +0000</pubDate>
      <link>https://dev.to/rmgrimm/fedora-coreos-on-raspberry-pi-4-fod</link>
      <guid>https://dev.to/rmgrimm/fedora-coreos-on-raspberry-pi-4-fod</guid>
      <description>&lt;p&gt;This guide walks through the steps to assemble a Fedora CoreOS image that targets aarch64, and then continues to installing it onto a USB drive. Afterwards, the USB drive is updated to include UEFI for the Raspberry Pi to facilitate booting.&lt;/p&gt;

&lt;p&gt;Continue reading &lt;a href="https://fwmotion.com/blog/operating-systems/2020-09-09-coreos-on-raspi4/"&gt;Fedora CoreOS on Raspberry Pi 4&lt;/a&gt; on my blog.&lt;/p&gt;

</description>
      <category>operatingsystems</category>
      <category>coreos</category>
      <category>raspberrypi4</category>
    </item>
    <item>
      <title>Installing Fedora Server onto Raspberry Pi 4</title>
      <dc:creator>Robert Grimm</dc:creator>
      <pubDate>Fri, 04 Sep 2020 05:00:00 +0000</pubDate>
      <link>https://dev.to/rmgrimm/installing-fedora-server-onto-raspberry-pi-4-460g</link>
      <guid>https://dev.to/rmgrimm/installing-fedora-server-onto-raspberry-pi-4-460g</guid>
      <description>&lt;p&gt;This guide aims to install Fedora Server onto a USB drive without any modification to packages, custom builds of kernels, or other changes to the default install of Fedora. In order to accomplish this, a build of UEFI that is specific to the Raspberry Pi 4 is used.&lt;/p&gt;

&lt;p&gt;Continue reading &lt;a href="https://fwmotion.com/blog/operating-systems/2020-09-04-installing-fedora-server-onto-pi4/"&gt;Installing Fedora Server onto Raspberry Pi 4&lt;/a&gt; on my blog.&lt;/p&gt;

</description>
      <category>operatingsystems</category>
      <category>guide</category>
      <category>raspberrypi4</category>
      <category>fedora</category>
    </item>
  </channel>
</rss>
