<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Rob Holmes</title>
    <link>https://robholmes.app/</link>
    <description>Recent content on Rob Holmes</description>
    <generator>Hugo</generator>
    <language>en-gb</language>
    <lastBuildDate>Tue, 18 Jan 2022 21:00:00 +0000</lastBuildDate>
    <atom:link href="https://robholmes.app/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>I bought a Kitfox</title>
      <link>https://robholmes.app/flying/s01e05-i-bought-a-kitfox/</link>
      <pubDate>Tue, 18 Jan 2022 21:00:00 +0000</pubDate>
      <guid>https://robholmes.app/flying/s01e05-i-bought-a-kitfox/</guid>
      <description>&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube-nocookie.com/embed/KrxtSrEcpzA?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;I bought a Kitfox 2&amp;hellip; powered by a Rotax 582 engine, originally built in 1991, with a MTOW of 431kg, and it&amp;rsquo;s approved in the UK as a microlight. It&amp;rsquo;s keeping me on my toes but it&amp;rsquo;s fun to fly!!&lt;/p&gt;&#xA;&lt;p&gt;In this flight I fly the Kitfox over to a small farmstrip called Barton Ashes, where my new hangar is being built. It&amp;rsquo;s a challenging little strip with a dog-leg runway, tall trees on 3 sides, making it pretty much one-way in and one-way out!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fun Flying over Misty Valleys</title>
      <link>https://robholmes.app/flying/s01e04-fun-flying-over-misty-valleys/</link>
      <pubDate>Sat, 31 Jul 2021 12:00:00 +0000</pubDate>
      <guid>https://robholmes.app/flying/s01e04-fun-flying-over-misty-valleys/</guid>
      <description>&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube-nocookie.com/embed/DOTHbm5ehvg?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;Short evening flight into valleys of misty fog&amp;hellip; with the Hampshire countryside looking stunning as the mist rolls into the valleys of the South Downs.&lt;/p&gt;&#xA;&lt;p&gt;You might just spot a hot air balloon or two enjoying the calm evening air too!&lt;/p&gt;&#xA;&lt;p&gt;Remember to like this video if you do, and subscribe to fly with me on the next one.&lt;/p&gt;</description>
    </item>
    <item>
      <title>I bought a Eurofox</title>
      <link>https://robholmes.app/flying/s01e03-i-bought-a-eurofox/</link>
      <pubDate>Wed, 14 Jul 2021 12:00:00 +0000</pubDate>
      <guid>https://robholmes.app/flying/s01e03-i-bought-a-eurofox/</guid>
      <description>&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube-nocookie.com/embed/kchIfHCigIA?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;This is where the fun starts&amp;hellip; I bought a Eurofox tailwheel microlight and it&amp;rsquo;s awesome!&lt;/p&gt;&#xA;&lt;p&gt;In this video I fly the Eurofox over to Brown Shutters Farm airfield, learn the hard way that camera batteries don&amp;rsquo;t last long enough, two nice landings with only one caught on camera, and dodge a tractor on the runway.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Unit Testing as a 1st-class Citizen</title>
      <link>https://robholmes.app/posts/unit-testing-as-a-first-class-citizen/</link>
      <pubDate>Sun, 14 Feb 2021 12:00:00 +0000</pubDate>
      <guid>https://robholmes.app/posts/unit-testing-as-a-first-class-citizen/</guid>
      <description>&lt;p&gt;I often see unit testing completely overlooked until after code is written, and I have been hugely guilty of this in the past. Testing can sometimes be seen as taking longer, doesn&amp;rsquo;t add perceived value, or it&amp;rsquo;s too complicated. I&amp;rsquo;m going to try and change those perceptions, to help you or others around you see why tests are just as important as the code itself!&lt;/p&gt;&#xA;&lt;h1 id=&#34;why-should-i-test&#34;&gt;Why should I test?&lt;/h1&gt;&#xA;&lt;p&gt;There are many reasons why you should test your code, and all of them will help &lt;strong&gt;you!&lt;/strong&gt; Unit testing your code is not to satisfy some code coverage statistic, it is a tool to do the following:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chilbolton Flying Club to Wing Farm</title>
      <link>https://robholmes.app/flying/s01e02-chilbolton-flying-club-to-wing-farm/</link>
      <pubDate>Wed, 18 Nov 2020 12:00:00 +0000</pubDate>
      <guid>https://robholmes.app/flying/s01e02-chilbolton-flying-club-to-wing-farm/</guid>
      <description>&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube-nocookie.com/embed/rJmNXX_AD1Q?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;Fun flight over to Wing Farm and Chilbolton farm strips, shame about the murky weather, but got some good short field landings nailed.&lt;/p&gt;&#xA;&lt;p&gt;Chilbolton Flying Club was up first (although only a few minutes from Popham) I&amp;rsquo;ve wanted to land here for a while now. I was way too high on approach and didn&amp;rsquo;t leave myself enough room to descend, so I did a big side-slip to scrub off the excess height, although the go-around was always an option in my head.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mid-flight Oil Pressure Maxed Out!</title>
      <link>https://robholmes.app/flying/s01e01-mid-flight-oil-pressure-maxed-out/</link>
      <pubDate>Thu, 05 Nov 2020 12:00:00 +0000</pubDate>
      <guid>https://robholmes.app/flying/s01e01-mid-flight-oil-pressure-maxed-out/</guid>
      <description>&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube-nocookie.com/embed/eIEuhW2FUIQ?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;My first flight as a qualified pilot didn&amp;rsquo;t go according to plan. Shortly after takeoff and departing the airfield&amp;rsquo;s circuit, the oil pressure needle went sky high. So I immediately head back to the airfield, mentally preparing for an emergency / forced landing if the engine quits on me.&lt;/p&gt;</description>
    </item>
    <item>
      <title>About Rob</title>
      <link>https://robholmes.app/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://robholmes.app/about/</guid>
      <description>&lt;h2 id=&#34;future-ambitions&#34;&gt;Future Ambitions&lt;/h2&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Dream big&amp;hellip; then reach for those dreams!&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;I am a dreamer who turns dreams into a reality, constantly looking to solve problems where current solutions (if any) just aren&amp;rsquo;t awesome enough. So if you&amp;rsquo;re &lt;a href=&#34;https://robholmes.app/co-founder/&#34;&gt;looking for help bringing an amazing product to market&lt;/a&gt; with one of the following, look no further and &lt;a href=&#34;https://robholmes.app/contact/&#34;&gt;reach out to me today&lt;/a&gt;!&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Privacy focused tools&lt;/li&gt;&#xA;&lt;li&gt;Electric aircraft and cars&lt;/li&gt;&#xA;&lt;li&gt;Aviation related software&lt;/li&gt;&#xA;&lt;li&gt;Fixing our climate and environment&lt;/li&gt;&#xA;&lt;li&gt;&amp;hellip;or something else that&amp;rsquo;s fun and challenging &amp;#x1f604;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;expertise--capabilities&#34;&gt;Expertise &amp;amp; Capabilities&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Taking tech product ideas from concept to delivery!&lt;/li&gt;&#xA;&lt;li&gt;Building awesome mobile apps both native &amp;amp; cross-platform, scalable web applications, backend APIs, and simple websites.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;soft-skills&#34;&gt;Soft Skills&lt;/h2&gt;&#xA;&lt;p&gt;A true creative thinker, I&amp;rsquo;m often finding solutions outside-the-box, solving problems through critical thinking, with a passion for creating the best products possible. Leading and inspiring others with infectious enthusiasm.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Contact Rob</title>
      <link>https://robholmes.app/contact/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://robholmes.app/contact/</guid>
      <description>&lt;h2 id=&#34;hello-&#34;&gt;Hello 👋&lt;/h2&gt;&#xA;&lt;p&gt;I&amp;rsquo;d love to hear from you, especially if you have an interesting product or project you&amp;rsquo;d like to work with me on. Please reach out using one of my accounts below or &lt;a href=&#34;https://forms.gle/g8h82DpQnzkxjEEDA&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;fill out a Google Form&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;you-can-find-me-on&#34;&gt;You can find me on&lt;/h3&gt;&#xA;&lt;div class=&#34;social-icons&#34;&gt;&lt;a href=&#34;https://github.com/robholmes&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer me&#34;&#xA;        title=&#34;Github&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;2&#34;&#xA;    stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;&gt;&#xA;    &lt;path&#xA;        d=&#34;M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22&#34;&gt;&#xA;    &lt;/path&gt;&#xA;&lt;/svg&gt;&lt;/a&gt;&lt;a href=&#34;https://x.com/robholmes&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer me&#34;&#xA;        title=&#34;X&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;2&#34;&#xA;    stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;&gt;&#xA;    &lt;path d=&#34;M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71&#34;&gt;&lt;/path&gt;&#xA;    &lt;path d=&#34;M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71&#34;&gt;&lt;/path&gt;&#xA;&lt;/svg&gt;&lt;/a&gt;&lt;a href=&#34;https://reddit.com/user/robholmes&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer me&#34;&#xA;        title=&#34;Reddit&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;currentColor&#34; stroke=&#34;none&#34; stroke-width=&#34;1&#34;&gt;&#xA;    &lt;path&#xA;        d=&#34;M24 11.779c0-1.459-1.192-2.645-2.657-2.645-.715 0-1.363.286-1.84.746-1.81-1.191-4.259-1.949-6.971-2.046l1.483-4.669 4.016.941-.006.058c0 1.193.975 2.163 2.174 2.163 1.198 0 2.172-.97 2.172-2.163s-.975-2.164-2.172-2.164c-.92 0-1.704.574-2.021 1.379l-4.329-1.015c-.189-.046-.381.063-.44.249l-1.654 5.207c-2.838.034-5.409.798-7.3 2.025-.474-.438-1.103-.712-1.799-.712-1.465 0-2.656 1.187-2.656 2.646 0 .97.533 1.811 1.317 2.271-.052.282-.086.567-.086.857 0 3.911 4.808 7.093 10.719 7.093s10.72-3.182 10.72-7.093c0-.274-.029-.544-.075-.81.832-.447 1.405-1.312 1.405-2.318zm-17.224 1.816c0-.868.71-1.575 1.582-1.575.872 0 1.581.707 1.581 1.575s-.709 1.574-1.581 1.574-1.582-.706-1.582-1.574zm9.061 4.669c-.797.793-2.048 1.179-3.824 1.179l-.013-.003-.013.003c-1.777 0-3.028-.386-3.824-1.179-.145-.144-.145-.379 0-.523.145-.145.381-.145.526 0 .65.647 1.729.961 3.298.961l.013.003.013-.003c1.569 0 2.648-.315 3.298-.962.145-.145.381-.144.526 0 .145.145.145.379 0 .524zm-.189-3.095c-.872 0-1.581-.706-1.581-1.574 0-.868.709-1.575 1.581-1.575s1.581.707 1.581 1.575-.709 1.574-1.581 1.574z&#34; /&gt;&#xA;&lt;/svg&gt;&lt;/a&gt;&lt;a href=&#34;https://instagram.com/robholmes8&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer me&#34;&#xA;        title=&#34;Instagram&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;2&#34;&#xA;    stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;&gt;&#xA;    &lt;rect x=&#34;2&#34; y=&#34;2&#34; width=&#34;20&#34; height=&#34;20&#34; rx=&#34;5&#34; ry=&#34;5&#34;&gt;&lt;/rect&gt;&#xA;    &lt;path d=&#34;M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z&#34;&gt;&lt;/path&gt;&#xA;    &lt;line x1=&#34;17.5&#34; y1=&#34;6.5&#34; x2=&#34;17.5&#34; y2=&#34;6.5&#34;&gt;&lt;/line&gt;&#xA;&lt;/svg&gt;&lt;/a&gt;&lt;a href=&#34;https://youtube.com/channel/UCJ-6Eqv74WyptmH1EGCH7aQ&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer me&#34;&#xA;        title=&#34;Youtube&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;2&#34;&#xA;    stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34;&gt;&#xA;    &lt;path&#xA;        d=&#34;M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z&#34;&gt;&#xA;    &lt;/path&gt;&#xA;    &lt;polygon points=&#34;9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02&#34;&gt;&lt;/polygon&gt;&#xA;&lt;/svg&gt;&lt;/a&gt;&lt;/div&gt;&#xA;&#xA;&lt;h3 id=&#34;you-can-message-me&#34;&gt;You can message me&lt;/h3&gt;&#xA;&lt;a class=&#34;button&#34; href=&#34;https://forms.gle/g8h82DpQnzkxjEEDA&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34; title=&#34;Send me a message through a Google Form...&#34;&gt;&#xA;  &lt;span class=&#34;button-inner&#34;&gt;Send a Message&lt;/span&gt;&#xA;&lt;/a&gt;&#xA;&lt;p&gt; &lt;/p&gt;</description>
    </item>
    <item>
      <title>Flyable - Privacy Policy</title>
      <link>https://robholmes.app/apps/flyable/privacy-policy/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://robholmes.app/apps/flyable/privacy-policy/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Last updated November 16, 2022&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Thank you for choosing to be part of our community at Purple Labs (&amp;quot;&lt;strong&gt;Company&lt;/strong&gt;,&amp;quot; &amp;ldquo;&lt;strong&gt;we&lt;/strong&gt;,&amp;rdquo; &amp;ldquo;&lt;strong&gt;us&lt;/strong&gt;,&amp;rdquo; or &amp;ldquo;&lt;strong&gt;our&lt;/strong&gt;&amp;rdquo;). We are committed to protecting your personal information and your right to privacy. If you have any questions or concerns about this privacy notice or our practices with regard to your personal information, please contact us at &lt;a href=&#34;mailto:apps@kfox.uk&#34;&gt;apps@kfox.uk&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;This privacy notice describes how we might use your information if you:&lt;/p&gt;</description>
    </item>
    <item>
      <title>GoPro Remote - Privacy Policy</title>
      <link>https://robholmes.app/apps/gopro-remote/privacy-policy/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://robholmes.app/apps/gopro-remote/privacy-policy/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Last updated January 01, 2022&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Thank you for choosing to be part of our community at Purple Labs (&amp;quot;&lt;strong&gt;Company&lt;/strong&gt;,&amp;quot; &amp;ldquo;&lt;strong&gt;we&lt;/strong&gt;,&amp;rdquo; &amp;ldquo;&lt;strong&gt;us&lt;/strong&gt;,&amp;rdquo; or &amp;ldquo;&lt;strong&gt;our&lt;/strong&gt;&amp;rdquo;). We are committed to protecting your personal information and your right to privacy. If you have any questions or concerns about this privacy notice or our practices with regard to your personal information, please contact us at &lt;a href=&#34;mailto:hello@purplelabs.co.uk&#34;&gt;hello@purplelabs.co.uk&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;This privacy notice describes how we might use your information if you:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Search</title>
      <link>https://robholmes.app/search/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://robholmes.app/search/</guid>
      <description></description>
    </item>
    <item>
      <title>Tech Co-Founder</title>
      <link>https://robholmes.app/co-founder/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://robholmes.app/co-founder/</guid>
      <description>&lt;h3 id=&#34;looking-for-a-technical-co-founder-for-your-awesome-idea&#34;&gt;Looking for a technical co-founder for your awesome idea?&lt;/h3&gt;&#xA;&lt;p&gt;Look no further, Rob has all the skills to take any idea from conceptualisation, to proof-of-concept, to a growing product! Using the best tools for the job, we&amp;rsquo;ll create something amazing together.&lt;/p&gt;&#xA;&lt;div class=&#34;buttons&#34;&gt;&#xA;    &lt;a class=&#34;button&#34; href=&#39;https://robholmes.app/contact/&#39; rel=&#34;noopener&#34; title=&#34;Contact Rob today!&#34;&gt;&#xA;        &lt;span class=&#34;button-inner&#34;&gt;Reach out today!&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;&lt;/div&gt;</description>
    </item>
  </channel>
</rss>
