<?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: Ryan Maynard</title>
    <description>The latest articles on DEV Community by Ryan Maynard (@ryanmaynard).</description>
    <link>https://dev.to/ryanmaynard</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%2F12547%2F29c01a7e-0730-492f-94ae-dbc488da8bc9.jpeg</url>
      <title>DEV Community: Ryan Maynard</title>
      <link>https://dev.to/ryanmaynard</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ryanmaynard"/>
    <language>en</language>
    <item>
      <title>Setup Firefox for Web Development in 3 Minutes</title>
      <dc:creator>Ryan Maynard</dc:creator>
      <pubDate>Fri, 26 Jul 2019 00:00:00 +0000</pubDate>
      <link>https://dev.to/ryanmaynard/setup-firefox-for-web-development-in-3-minutes-2iag</link>
      <guid>https://dev.to/ryanmaynard/setup-firefox-for-web-development-in-3-minutes-2iag</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fryanmaynard.co%2Fimages%2Fsetup-ff%2Fscreenshot.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fryanmaynard.co%2Fimages%2Fsetup-ff%2Fscreenshot.png" alt="screenshot"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;This article was originally posted on my &lt;a href="https://ryanmaynard.co/firefox-setup-web-dev" rel="noopener noreferrer"&gt;personal site&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 1 - Download Firefox Developer Edition
&lt;/h3&gt;

&lt;p&gt;Go download the &lt;a href="https://www.mozilla.org/en-US/firefox/developer/" rel="noopener noreferrer"&gt;Mozilla Firefox Developer Edition&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 2 - Add an Ad Blocker
&lt;/h3&gt;

&lt;p&gt;Head to Firefox Addons and install an ad blocker of some sort. I currently use &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/" rel="noopener noreferrer"&gt;uBlock Origin&lt;/a&gt;, but there is also &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/" rel="noopener noreferrer"&gt;Adblock Plus&lt;/a&gt;, &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/adblock-for-firefox/" rel="noopener noreferrer"&gt;Adblock for Firefox&lt;/a&gt;, or &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/ghostery/" rel="noopener noreferrer"&gt;Ghostery&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 3 - Add a Password Manager
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fryanmaynard.co%2Fimages%2Fsetup-ff%2Fpassword-managers.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fryanmaynard.co%2Fimages%2Fsetup-ff%2Fpassword-managers.png" alt="password managers"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Setup your password manager addon. If you don’t use a password manager, you may want to check out &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/lastpass-password-manager/" rel="noopener noreferrer"&gt;Lastpass&lt;/a&gt;, &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/bitwarden-password-manager/" rel="noopener noreferrer"&gt;BitWarden&lt;/a&gt;, &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/1password-x-password-manager/" rel="noopener noreferrer"&gt;1Password&lt;/a&gt;, or one of the &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/keefox/" rel="noopener noreferrer"&gt;Keepass addons&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;note: You can get a month free of Lastpass Premium with &lt;a href="https://lastpass.com/f?6146526" rel="noopener noreferrer"&gt;this link&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Finished
&lt;/h3&gt;

&lt;p&gt;Thanks to FireFox DevTools, and the developer-friendly default settings of the this edition, there isn’t too much you need to do in order to be up and running with FF Dev edition. You may wish to take some time to explore the &lt;a href="https://developer.mozilla.org/en-US/docs/Tools" rel="noopener noreferrer"&gt;full capabilities of DevTools&lt;/a&gt;, the &lt;a href="https://old.reddit.com/r/firefox/wiki/aboutconfig" rel="noopener noreferrer"&gt;advanced settings&lt;/a&gt; in the &lt;code&gt;about:config&lt;/code&gt;, or customize the &lt;a href="https://old.reddit.com/r/firefox/wiki/userchrome" rel="noopener noreferrer"&gt;Firefox UI with CSS&lt;/a&gt;.&lt;/p&gt;

&lt;h4&gt;
  
  
  Honorable Mention
&lt;/h4&gt;

&lt;p&gt;A few other Firefox addons worth checking out include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/" rel="noopener noreferrer"&gt;Decentraleyes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/history-cleaner/" rel="noopener noreferrer"&gt;History Cleaner&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/noscript/" rel="noopener noreferrer"&gt;NoScript&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/facebook-container/" rel="noopener noreferrer"&gt;Facebook Container&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/user-agent-string-switcher/" rel="noopener noreferrer"&gt;User-Agent Switcher and Manager&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you have any additional recommended addons or protips, please share them.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>firefox</category>
      <category>addons</category>
      <category>extensions</category>
    </item>
    <item>
      <title>How To Optimize Your Environment for Flow</title>
      <dc:creator>Ryan Maynard</dc:creator>
      <pubDate>Tue, 21 Nov 2017 00:00:00 +0000</pubDate>
      <link>https://dev.to/ryanmaynard/how-to-optimize-your-environment-for-flow-14ag</link>
      <guid>https://dev.to/ryanmaynard/how-to-optimize-your-environment-for-flow-14ag</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--inaIoRg2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://ryanmaynard.co/images/flow/flow.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--inaIoRg2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://ryanmaynard.co/images/flow/flow.png" alt="river flowing through canyon" width="600" height="536"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Flow is the psychological term for what is colloquially referred to as “being in the zone”. The term originated with Mihaly Csikszentmihalyi and is identified by the following six factors:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Intense and focused concentration on the present moment&lt;/li&gt;
&lt;li&gt;Merging of action and awareness&lt;/li&gt;
&lt;li&gt;A loss of reflective self-consciousness&lt;/li&gt;
&lt;li&gt;A sense of personal control or agency over the situation or activity&lt;/li&gt;
&lt;li&gt;A distortion of temporal experience, one’s subjective experience of time is altered&lt;/li&gt;
&lt;li&gt;Experience of the activity is intrinsically rewarding, also referred to as autotelic experience&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Other traits associated are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Immediate feedback&lt;/li&gt;
&lt;li&gt;Feeling that you have the potential to succeed&lt;/li&gt;
&lt;li&gt;Feeling so engrossed in the experience, that other needs become neglible&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A more palatable summary would be that you view the activity as voluntary, enjoyable, the right balance of challenging, and clear goals to define a successful outcome.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s---Bg_zeAx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://ryanmaynard.co/images/flow/focus.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---Bg_zeAx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://ryanmaynard.co/images/flow/focus.png" alt="focus" width="600" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As a remote worker, I find the experience of flow offers yields incomparable to a semi-focused state. This is especially true with programming of any sort. Having worked remotely for roughly a decade, there are a few things I found that help me personally create an environment conducive to flow. Your mileage may vary, but it may give you some ideas of things to attempt.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Dedicated workspace arranged in a way that makes it easy to grab things and to task switch quickly.&lt;/li&gt;
&lt;li&gt;Keeping that workspace clean and sorted, such that you know where the things you need reside.&lt;/li&gt;
&lt;li&gt;Having a ritual for when you enter the space to Pavlovian condition yourself that you’re in the place where things get done.&lt;/li&gt;
&lt;li&gt;Eliminate as many trivial and chaotic distractions as possible. Some things that work for me are: phone on silent, headphones on with ambient music on low, avoid logging into social networks, and muting email notifications. I have yet to uninstall Slack entirely, but should I encounter a project that required my full attention, that would be the next thing to go.&lt;/li&gt;
&lt;li&gt;Attempt intervals of focus while giving yourself breaks. You can’t force flow. It happens as a result of being lost in the work. By using something like a pomodoro timer, you don’t have the weight of “My focus should be laserlike” on your shoulders. Play around with different combinations of timed intervals + distraction breaks until you find a balance that suits you.&lt;/li&gt;
&lt;li&gt;Some tangible way to measure tasks and performance. I find that apps that allow completed items to remain on the list with a strikethrough help in gaining mental momentum. The dry erase board or a nice graph pad is great for this also. You’ll visualize your tasks easier by physically &lt;a href="https://www.fastcompany.com/3063392/how-writing-to-do-lists-helps-your-brain-even-when-you-dont-comple"&gt;writing them down&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If you have any other suggestions for things that help you achieve flow, I would love to hear from you at &lt;a href="mailto:hi@ryanmaynard.co"&gt;hi@ryanmaynard.co&lt;/a&gt;&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>meta</category>
    </item>
    <item>
      <title>How to Verify Your Mastodon Account with Keybase</title>
      <dc:creator>Ryan Maynard</dc:creator>
      <pubDate>Sat, 08 Apr 2017 00:00:00 +0000</pubDate>
      <link>https://dev.to/ryanmaynard/how-to-verify-your-mastodon-account-with-keybase-5b3k</link>
      <guid>https://dev.to/ryanmaynard/how-to-verify-your-mastodon-account-with-keybase-5b3k</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fryanmaynard.co%2Fimages%2Fmastodon%2Fmastodonkeybase.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fryanmaynard.co%2Fimages%2Fmastodon%2Fmastodonkeybase.png" alt="mastodon and keybase logos"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;This article was originally posted on my &lt;a href="https://developer.mozilla.org/en-US/docs/Tools" rel="noopener noreferrer"&gt;personal site&lt;/a&gt; on April 8, 2017&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;At the time of this writing, the decentralized network &lt;a href="https://github.com/tootsuite/mastodon" rel="noopener noreferrer"&gt;Mastodon&lt;/a&gt; has recently surged in popularity out of relative obscurity. Anyone can spin up their own mastodon instance on&amp;lt;!--excerpt--&amp;gt; their own domain, with their own rules. The collective of all inter-connected instances is being called the Fediverse. There is a great list of Mastodon instance &lt;a href="https://instances.mastodon.xyz/" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h4&gt;
  
  
  Identity Verification
&lt;/h4&gt;

&lt;p&gt;As with any newer social network, there is the question of identity verification. Do you need to create your preferred username on all instances in order to prevent abuse? How are you to verify yourself?&lt;/p&gt;

&lt;p&gt;Keybase does not have an in-built option to verify one’s Mastodon account yet. Chris Coyne, Keybase founder, &lt;a href="https://twitter.com/malgorithms/status/850075699130052608" rel="noopener noreferrer"&gt;tweeted about whether or not he should wait to implement it&lt;/a&gt;, in case there are major structural changes to Mastodon in the oncoming weeks. That seems to be a reasonable concern.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fryanmaynard.co%2Fimages%2Fmastodon%2Fcoyne-tweet.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fryanmaynard.co%2Fimages%2Fmastodon%2Fcoyne-tweet.png" alt="Chris Coyne tweet"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For the time being, you can simply sign a message with Keybase to verify yourself.&lt;/p&gt;

&lt;h5&gt;
  
  
  Create your Keybase proof
&lt;/h5&gt;

&lt;p&gt;Make sure you have installed the &lt;a href="https://keybase.io/docs/command_line" rel="noopener noreferrer"&gt;keybase cli&lt;/a&gt;.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;keybase sign -m "Hi! I'm @you@mastodonserver.tld on Mastodon."
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;For example, here is mine:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;keybase sign -m "Hi! I'm @ryanmaynard@mastodon.cloud on mastodon
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Take the result, and make a post on your Mastodon account &lt;a href="https://mastodon.cloud/@ryanmaynard/211915" rel="noopener noreferrer"&gt;like so&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fryanmaynard.co%2Fimages%2Fmastodon%2Fkeybase-sign.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fryanmaynard.co%2Fimages%2Fmastodon%2Fkeybase-sign.png" alt="Keybase Sign"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;
  
  
  Verify a Keybase proof
&lt;/h5&gt;

&lt;p&gt;Take the contents of a posted proof, and place it in a file.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;keybase verify &amp;lt; keybase_proof_filename
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The results should appear something like this:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fryanmaynard.co%2Fimages%2Fmastodon%2Fkeybase-verify.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fryanmaynard.co%2Fimages%2Fmastodon%2Fkeybase-verify.png" alt="Keybase Verification"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h5&gt;
  
  
  Alternative Keybase Proof
&lt;/h5&gt;

&lt;p&gt;Another method you can use, it to post a public proof using the &lt;a href="https://keybase.io/docs/kbfs" rel="noopener noreferrer"&gt;Keybase filesystem, KBFS&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can post a variant of &lt;code&gt;I am &amp;lt;username&amp;gt; on Mastodon&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cd /keybase/public/username/
touch mastodonproof.md
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Would be visible at&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;https://keybase.pub/username/mastodonproof.md
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;You can also add &lt;code&gt;index.html&lt;/code&gt; or &lt;code&gt;index.md&lt;/code&gt; to your &lt;code&gt;/keybase/username/&lt;/code&gt; folder and it will be accessible at &lt;code&gt;username.keybase.pub&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;For example, &lt;a href="https://ryanmaynard.keybase.pub" rel="noopener noreferrer"&gt;here is mine&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fryanmaynard.co%2Fimages%2Fmastodon%2Fkeybase-pub.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fryanmaynard.co%2Fimages%2Fmastodon%2Fkeybase-pub.png" alt="Keybase Pub"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thank you &lt;a href="https://mastodon.xyz/@todb" rel="noopener noreferrer"&gt;@todb&lt;/a&gt; for &lt;a href="https://mastodon.xyz/@todb/206070" rel="noopener noreferrer"&gt;this idea&lt;/a&gt;, and thank you &lt;a href="https://mastodon.xyz/@seabre" rel="noopener noreferrer"&gt;@seabre&lt;/a&gt; for pointing it out to me.&lt;/p&gt;

&lt;h4&gt;
  
  
  Find Your Friends
&lt;/h4&gt;

&lt;p&gt;If you want to “import” a few of your Twitter followers at the start, there is an unofficial &lt;a href="https://mastodon-bridge.herokuapp.com/" rel="noopener noreferrer"&gt;app hosted on Heroku, Mastodon Bridge&lt;/a&gt;. It goes without saying: use at your own risk.&lt;/p&gt;

&lt;h4&gt;
  
  
  Followbots
&lt;/h4&gt;

&lt;p&gt;Someone has put together a &lt;a href="https://github.com/gled-rs/mastodon-autofollow" rel="noopener noreferrer"&gt;followbot&lt;/a&gt;, if that is your thing.&lt;/p&gt;

&lt;h4&gt;
  
  
  Support
&lt;/h4&gt;

&lt;p&gt;If you like Mastodon, don’t hesitate to toss a few dollars to the developer, Gargron. Here is his &lt;a href="https://www.patreon.com/user?u=619786" rel="noopener noreferrer"&gt;Patreon page&lt;/a&gt;. There are also plenty of &lt;a href="https://github.com/tootsuite/mastodon/issues" rel="noopener noreferrer"&gt;issues&lt;/a&gt; to be resolved, if you want to help that way.&lt;/p&gt;

</description>
      <category>security</category>
      <category>keybase</category>
      <category>mastodon</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Hi, I'm Ryan Maynard</title>
      <dc:creator>Ryan Maynard</dc:creator>
      <pubDate>Tue, 28 Mar 2017 20:03:02 +0000</pubDate>
      <link>https://dev.to/ryanmaynard/hi-im-ryan-maynard</link>
      <guid>https://dev.to/ryanmaynard/hi-im-ryan-maynard</guid>
      <description>&lt;p&gt;Software Engineer &amp;amp; Process Management Consultant #python #ruby #datascience #businessintelligence #dataviz &lt;/p&gt;

&lt;p&gt;Twitter: &lt;a href="https://twitter.com/RyanMaynard00" rel="noopener noreferrer"&gt;@RyanMaynard00&lt;/a&gt;&lt;br&gt;
Github: &lt;a href="https://github.com/ryanmaynard" rel="noopener noreferrer"&gt;ryanmaynard&lt;/a&gt;&lt;br&gt;
Gitlab: &lt;a href="https://gitlab.com/ryanmaynard" rel="noopener noreferrer"&gt;ryanmaynard&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Wanna stalk? &lt;a href="https://ryanmaynard.co/about" rel="noopener noreferrer"&gt;Here is my personal site.&lt;/a&gt;&lt;/p&gt;

</description>
      <category>introduction</category>
    </item>
  </channel>
</rss>
