<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss/" xmlns:podcast="https://podcastindex.org/namespace/1.0">
  <channel>
    <atom:link href="https://feeds.simplecast.com/uOyioATs" rel="self" title="MP3 Audio" type="application/atom+xml"/>
    <atom:link href="https://simplecast.superfeedr.com" rel="hub" xmlns="http://www.w3.org/2005/Atom"/>
    <generator>https://simplecast.com</generator>
    <title>.tech podcast by Form3</title>
    <description>Our new .tech series invites guests inside and outside of Form3, discussing developing trends in the development community and shedding light on Form3&apos;s own engineering practices.</description>
    <copyright>2022 Form3 </copyright>
    <language>en</language>
    <pubDate>Thu, 23 Jan 2025 11:00:00 +0000</pubDate>
    <lastBuildDate>Wed, 19 Nov 2025 11:17:23 +0000</lastBuildDate>
    <image>
      <link>https://techpodcast.form3.tech</link>
      <title>.tech podcast by Form3</title>
      <url>https://image.simplecastcdn.com/images/451e198a-ef7e-4ef0-a252-aa03dc471081/3c8ece46-da11-484f-8ce3-23bf87d3b412/3000x3000/techpodcast-2022-update-logo.jpg?aid=rss_feed</url>
    </image>
    <link>https://techpodcast.form3.tech</link>
    <itunes:type>episodic</itunes:type>
    <itunes:summary>Our new .tech series invites guests inside and outside of Form3, discussing developing trends in the development community and shedding light on Form3&apos;s own engineering practices.</itunes:summary>
    <itunes:author>Kevin Holditch</itunes:author>
    <itunes:explicit>false</itunes:explicit>
    <itunes:image href="https://image.simplecastcdn.com/images/451e198a-ef7e-4ef0-a252-aa03dc471081/3c8ece46-da11-484f-8ce3-23bf87d3b412/3000x3000/techpodcast-2022-update-logo.jpg?aid=rss_feed"/>
    <itunes:new-feed-url>https://feeds.simplecast.com/uOyioATs</itunes:new-feed-url>
    <itunes:keywords>paytech</itunes:keywords>
    <itunes:owner>
      <itunes:name>Form3</itunes:name>
    </itunes:owner>
    <itunes:category text="Technology"/>
    <itunes:category text="Business">
      <itunes:category text="Careers"/>
    </itunes:category>
    <itunes:category text="News">
      <itunes:category text="Tech News"/>
    </itunes:category>
    <item>
      <guid isPermaLink="false">6c950418-2fa9-416e-84eb-03b194095b47</guid>
      <title>EP 57 .tech - Running containers on GCP</title>
      <description><![CDATA[There are three main options available to run containers on GCP: cloud functions, cloud run and GKE (Kubernetes). Which is the right fit for your workload and what factors should you consider upon making the decision? JB Jean-Baptiste Leroy a customer engineer from GCP and expert on running containers on GCP takes us through the container landscape on GCP. JB informs us on how powerful the three technologies are and how you can mix and match them according to your needs. 
]]></description>
      <pubDate>Thu, 23 Jan 2025 11:00:00 +0000</pubDate>
      <author>Jean-Baptiste Leroy, Kevin Holditch</author>
      <link>https://techpodcast.form3.tech/episodes/ep-57-tech-running-containers-on-gcp-yblW9hWw</link>
      <enclosure length="23649009" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/345b54ac-f98b-4e79-add2-3163084a51d1/audio/e47632bb-e1e4-4042-968c-ee1762230266/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>EP 57 .tech - Running containers on GCP</itunes:title>
      <itunes:author>Jean-Baptiste Leroy, Kevin Holditch</itunes:author>
      <itunes:duration>00:24:38</itunes:duration>
      <itunes:summary>There are three main options available to run containers on GCP: cloud functions, cloud run and GKE (Kubernetes). Which is the right fit for your workload and what factors should you consider upon making the decision? JB Jean-Baptiste Leroy a customer engineer from GCP and expert on running containers on GCP takes us through the container landscape on GCP. JB informs us on how powerful the three technologies are and how you can mix and match them according to your needs.</itunes:summary>
      <itunes:subtitle>There are three main options available to run containers on GCP: cloud functions, cloud run and GKE (Kubernetes). Which is the right fit for your workload and what factors should you consider upon making the decision? JB Jean-Baptiste Leroy a customer engineer from GCP and expert on running containers on GCP takes us through the container landscape on GCP. JB informs us on how powerful the three technologies are and how you can mix and match them according to your needs.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>57</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">89b6f115-cf17-416a-88c6-eb3e863a244e</guid>
      <title>EP 56 .tech - Pact contract testing</title>
      <description><![CDATA[Micro service architectures are exploding in popularity, but a tough problem that is often overlooked is to ensure all of the services that depend on each other still work together after a change is made. One solution is to deploy them all to a test environment and run end to end tests which results in very slow feedback cycle and keeps the testing far away from the engineer.

Enter Pact, which solves this problem by enabling you to test dependencies between services as part of your local testing. Pact acts as a super charged mock server, enabling you to test your software functions consumes an API in the way the provider expects. Pact also gives you the ability to test that the provider of the pact (server in this case) is actually serving the API in the way that is it contracted. This end to end testing enables your microservices to change with confidence that everything will work together and it brings the feedback cycle very close to the engineer.

In this episode Yousaf Nabi from Smart Bear talks us through how pact solves all of these problems and how you can also use it to solve other dependencies between software such as events when you have an event driven architecture. 
]]></description>
      <pubDate>Wed, 18 Dec 2024 11:00:00 +0000</pubDate>
      <author>Yousaf Nabi, Kevin Holditch</author>
      <link>https://techpodcast.form3.tech/episodes/ep-56-tech-pact-contract-testing-53buJeDA</link>
      <enclosure length="30817009" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/96c4d642-7871-4941-acc6-61d38b06975b/audio/77fc49b1-1a7e-40c4-a23a-78e701826955/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>EP 56 .tech - Pact contract testing</itunes:title>
      <itunes:author>Yousaf Nabi, Kevin Holditch</itunes:author>
      <itunes:duration>00:32:06</itunes:duration>
      <itunes:summary>Micro service architectures are exploding in popularity, but a tough problem that is often overlooked is to ensure all of the services that depend on each other still work together after a change is made. One solution is to deploy them all to a test environment and run end to end tests which results in very slow feedback cycle and keeps the testing far away from the engineer.

Enter Pact, which solves this problem by enabling you to test dependencies between services as part of your local testing. Pact acts as a super charged mock server, enabling you to test your software functions consumes an API in the way the provider expects. Pact also gives you the ability to test that the provider of the pact (server in this case) is actually serving the API in the way that is it contracted. This end to end testing enables your microservices to change with confidence that everything will work together and it brings the feedback cycle very close to the engineer.

In this episode Yousaf Nabi from Smart Bear talks us through how pact solves all of these problems and how you can also use it to solve other dependencies between software such as events when you have an event driven architecture.</itunes:summary>
      <itunes:subtitle>Micro service architectures are exploding in popularity, but a tough problem that is often overlooked is to ensure all of the services that depend on each other still work together after a change is made. One solution is to deploy them all to a test environment and run end to end tests which results in very slow feedback cycle and keeps the testing far away from the engineer.

Enter Pact, which solves this problem by enabling you to test dependencies between services as part of your local testing. Pact acts as a super charged mock server, enabling you to test your software functions consumes an API in the way the provider expects. Pact also gives you the ability to test that the provider of the pact (server in this case) is actually serving the API in the way that is it contracted. This end to end testing enables your microservices to change with confidence that everything will work together and it brings the feedback cycle very close to the engineer.

In this episode Yousaf Nabi from Smart Bear talks us through how pact solves all of these problems and how you can also use it to solve other dependencies between software such as events when you have an event driven architecture.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>56</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">ee704b6f-be77-4994-88e2-a9ada9ff213a</guid>
      <title>EP55 .tech - Automated Cloud Failure Testing at Form3</title>
      <description><![CDATA[A common requirement for a modern technology company is to have a DR strategy and to prove that their DR strategy works. Often this is executed using a manual set of tests run annually. This approach has many pitfalls, the biggest of which being that your tests become out of date the minute a change is made to the system.

In this episode our host Kevin Holditch interviewed Viktor Peacock Head: SRE and Mike Tonks: Staff SRE on how Form3 have approached DR testing with their multi-cloud platform. Listen to the episode to find out from Viktor and Mike how Form3 have automated their DR tests, so they can run them nightly, to catch bad changes before they make it to production. 
]]></description>
      <pubDate>Wed, 13 Nov 2024 14:33:06 +0000</pubDate>
      <author>Mike Tonks, Kevin Holditch, Viktor Peacock</author>
      <link>https://techpodcast.form3.tech/episodes/automated-cloud-failure-testing-at-form3-zw2PXe1R</link>
      <enclosure length="25921035" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/885442c9-89fc-4df8-a772-f60d5d773dae/audio/8a1fb0b8-493d-411c-a174-085ee23a58ac/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>EP55 .tech - Automated Cloud Failure Testing at Form3</itunes:title>
      <itunes:author>Mike Tonks, Kevin Holditch, Viktor Peacock</itunes:author>
      <itunes:duration>00:27:00</itunes:duration>
      <itunes:summary>A common requirement for a modern technology company is to have a DR strategy and to prove that their DR strategy works. Often this is executed using a manual set of tests run annually. This approach has many pitfalls, the biggest of which being that your tests become out of date the minute a change is made to the system.

In this episode our host Kevin Holditch interviewed Viktor Peacock Head: SRE and Mike Tonks: Staff SRE on how Form3 have approached DR testing with their multi-cloud platform. Listen to the episode to find out from Viktor and Mike how Form3 have automated their DR tests, so they can run them nightly, to catch bad changes before they make it to production.</itunes:summary>
      <itunes:subtitle>A common requirement for a modern technology company is to have a DR strategy and to prove that their DR strategy works. Often this is executed using a manual set of tests run annually. This approach has many pitfalls, the biggest of which being that your tests become out of date the minute a change is made to the system.

In this episode our host Kevin Holditch interviewed Viktor Peacock Head: SRE and Mike Tonks: Staff SRE on how Form3 have approached DR testing with their multi-cloud platform. Listen to the episode to find out from Viktor and Mike how Form3 have automated their DR tests, so they can run them nightly, to catch bad changes before they make it to production.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>55</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">08024ac6-d73e-4920-b34c-e6c7c9abf46d</guid>
      <title>EP 54 .tech - Learn to be a tech leader</title>
      <description><![CDATA[Tech leadership is often something that people find themselves in because they have excelled as an individual contributor, when people first make the leap it is often very hard for them to adjust to the different work patterns and how to manage a team.
Sean Hawkridge from Makers, runs leadership programs that teach people how to be great tech leaders. In this episode Sean takes me through the common problems that people face when stepping into tech leadership, how people need to think about changing their mindset as they make the transition and if a good leader can be trained? 
]]></description>
      <pubDate>Thu, 18 Jul 2024 08:49:43 +0000</pubDate>
      <author>Sean Hawkridge, Kevin Holditch</author>
      <link>https://techpodcast.form3.tech/episodes/learn-to-be-a-tech-leader-BT9QN968</link>
      <enclosure length="28417087" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/9f4b90a1-195a-4283-ad4a-8a6ca6f2e4fe/audio/48d72c4a-5dae-4a9d-a4f4-e3a74dc965e9/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>EP 54 .tech - Learn to be a tech leader</itunes:title>
      <itunes:author>Sean Hawkridge, Kevin Holditch</itunes:author>
      <itunes:duration>00:29:36</itunes:duration>
      <itunes:summary>Tech leadership is often something that people find themselves in because they have excelled as an individual contributor, when people first make the leap it is often very hard for them to adjust to the different work patterns and how to manage a team.
Sean Hawkridge from Makers, runs leadership programs that teach people how to be great tech leaders. In this episode Sean takes me through the common problems that people face when stepping into tech leadership, how people need to think about changing their mindset as they make the transition and if a good leader can be trained?</itunes:summary>
      <itunes:subtitle>Tech leadership is often something that people find themselves in because they have excelled as an individual contributor, when people first make the leap it is often very hard for them to adjust to the different work patterns and how to manage a team.
Sean Hawkridge from Makers, runs leadership programs that teach people how to be great tech leaders. In this episode Sean takes me through the common problems that people face when stepping into tech leadership, how people need to think about changing their mindset as they make the transition and if a good leader can be trained?</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>54</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">563d38df-8f74-405e-9713-c34b77a1ce20</guid>
      <title>EP 53 .tech - Spacelift</title>
      <description><![CDATA[Spacelift is a platform that adds workflows on top of infrastructure as code tooling. One of its USPs is that it is agnostic to the underlying infrastructure as code tool, so it can be used with Terraform, CloudFormation, Pulomi, to name but a few.
This concept becomes super powerful in that you can combine stacks written for different infrastructure as code tools into dependency workflows, for example the output of a cloud formation stack could feed into a stack written in Terraform.
Jean-Marc Fontaine, head of solutions & support at Spacelift, takes us through some of the possibilities that Spacelift enables and the different angle of attack they have in terms of solving infrastructure as code pipelines. 
]]></description>
      <pubDate>Wed, 12 Jun 2024 08:19:17 +0000</pubDate>
      <author>Jean-Marc Fontaine, Kevin Holditch</author>
      <link>https://techpodcast.form3.tech/episodes/ep-53-tech-spacelift-fQh4nXbU</link>
      <enclosure length="26560931" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/4b13d14f-6082-42ea-9bf9-6a1ea6ac32ed/audio/f34b5cdf-67a3-488b-ad33-b3309858a489/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>EP 53 .tech - Spacelift</itunes:title>
      <itunes:author>Jean-Marc Fontaine, Kevin Holditch</itunes:author>
      <itunes:duration>00:27:40</itunes:duration>
      <itunes:summary>Spacelift is a platform that adds workflows on top of infrastructure as code tooling. One of its USPs is that it is agnostic to the underlying infrastructure as code tool, so it can be used with Terraform, CloudFormation, Pulomi, to name but a few.
This concept becomes super powerful in that you can combine stacks written for different infrastructure as code tools into dependency workflows, for example the output of a cloud formation stack could feed into a stack written in Terraform.
Jean-Marc Fontaine, head of solutions &amp; support at Spacelift, takes us through some of the possibilities that Spacelift enables and the different angle of attack they have in terms of solving infrastructure as code pipelines.</itunes:summary>
      <itunes:subtitle>Spacelift is a platform that adds workflows on top of infrastructure as code tooling. One of its USPs is that it is agnostic to the underlying infrastructure as code tool, so it can be used with Terraform, CloudFormation, Pulomi, to name but a few.
This concept becomes super powerful in that you can combine stacks written for different infrastructure as code tools into dependency workflows, for example the output of a cloud formation stack could feed into a stack written in Terraform.
Jean-Marc Fontaine, head of solutions &amp; support at Spacelift, takes us through some of the possibilities that Spacelift enables and the different angle of attack they have in terms of solving infrastructure as code pipelines.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>53</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">3b1d46d0-adaf-48cd-8bb7-3247795e8fcc</guid>
      <title>EP 52 .tech - The landscape of hacking</title>
      <description><![CDATA[Bert Sinnema, expert in defensive security engineering leads us through the hacking landscape today. He answers why hacking groups are starting to target smaller companies and tells us what smaller companies can do to fight back.

Bert takes us behind the curtain, in the arms race between the two sides of the hacking war. In a world where the weapons used by both sides are constantly getting stronger, what can we do to stay safe? 
]]></description>
      <pubDate>Wed, 17 Apr 2024 08:34:12 +0000</pubDate>
      <author>Bert Sinnema, Kevin Holditch</author>
      <link>https://techpodcast.form3.tech/episodes/ep-52-tech-the-landscape-of-hacking-6Q6rO8X5</link>
      <enclosure length="23888919" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/0aae275c-9ff0-48a2-b45a-493417e7fa6c/audio/4fdcf92f-18e0-47bc-9bf7-f7b1a462307d/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>EP 52 .tech - The landscape of hacking</itunes:title>
      <itunes:author>Bert Sinnema, Kevin Holditch</itunes:author>
      <itunes:duration>00:24:53</itunes:duration>
      <itunes:summary>Bert Sinnema, expert in defensive security engineering leads us through the hacking landscape today. He answers why hacking groups are starting to target smaller companies and tells us what smaller companies can do to fight back.

Bert takes us behind the curtain, in the arms race between the two sides of the hacking war. In a world where the weapons used by both sides are constantly getting stronger, what can we do to stay safe?</itunes:summary>
      <itunes:subtitle>Bert Sinnema, expert in defensive security engineering leads us through the hacking landscape today. He answers why hacking groups are starting to target smaller companies and tells us what smaller companies can do to fight back.

Bert takes us behind the curtain, in the arms race between the two sides of the hacking war. In a world where the weapons used by both sides are constantly getting stronger, what can we do to stay safe?</itunes:subtitle>
      <itunes:keywords>podcast, cloud, technology, engineering, finance, security, hacking, .tech, payment</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>52</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">e50c1fe4-ab38-42c6-8342-c60e9dc0a3c2</guid>
      <title>Ep 51 .tech - World of mobile development</title>
      <description><![CDATA[Head of mobile from NewDay, Tris Bates, joined Kevin Holditch to give us the grand tour of the world of mobile development, there is a lot more to think about than initially meets the eye.

What is the best way to develop an application for both iOS and Android? Can you use a single code base or is the only option to rewrite the whole application for both platforms? How do you test for all of the device combinations? What about users who use accessibility settings such 2x font? Tris expertly guides us through how the industry is approaching these challenges.
We round up the show on how you go about keeping your application up to date. Is it possible just to push code out and live update your app or do you have to push all releases through the official app stores. Tris shares his vast industry experience on all of these topics and many more. 
]]></description>
      <pubDate>Thu, 28 Mar 2024 11:53:39 +0000</pubDate>
      <author>Tris Bates, Kevin Holditch</author>
      <link>https://techpodcast.form3.tech/episodes/ep51-tech-world-of-mobile-development-CyA5llzi</link>
      <enclosure length="19477718" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/4677448d-4a50-4bcc-9265-08cf508245f1/audio/cf5725f6-acdf-4a33-a161-ab6ee25aaf38/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 51 .tech - World of mobile development</itunes:title>
      <itunes:author>Tris Bates, Kevin Holditch</itunes:author>
      <itunes:duration>00:32:27</itunes:duration>
      <itunes:summary>Head of mobile from NewDay, Tris Bates, joined Kevin Holditch to give us the grand tour of the world of mobile development, there is a lot more to think about than initially meets the eye.

What is the best way to develop an application for both iOS and Android? Can you use a single code base or is the only option to rewrite the whole application for both platforms? How do you test for all of the device combinations? What about users who use accessibility settings such 2x font? Tris expertly guides us through how the industry is approaching these challenges.
We round up the show on how you go about keeping your application up to date. Is it possible just to push code out and live update your app or do you have to push all releases through the official app stores. Tris shares his vast industry experience on all of these topics and many more.</itunes:summary>
      <itunes:subtitle>Head of mobile from NewDay, Tris Bates, joined Kevin Holditch to give us the grand tour of the world of mobile development, there is a lot more to think about than initially meets the eye.

What is the best way to develop an application for both iOS and Android? Can you use a single code base or is the only option to rewrite the whole application for both platforms? How do you test for all of the device combinations? What about users who use accessibility settings such 2x font? Tris expertly guides us through how the industry is approaching these challenges.
We round up the show on how you go about keeping your application up to date. Is it possible just to push code out and live update your app or do you have to push all releases through the official app stores. Tris shares his vast industry experience on all of these topics and many more.</itunes:subtitle>
      <itunes:keywords>mobile, podcast, design, cloud, form3, a2a, development, payments, ui, .tech, interface, ux, platform, nextday, accessability, app</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>51</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">c33957ba-4e76-4e5a-9fb1-d623a375dbff</guid>
      <title>Ep 50 .tech - Reducing friction with terramate</title>
      <description><![CDATA[When using infrastructure as code tools such as terraform engineers typically run into issues such as execution times, difficulty managing environment promotion and detecting drift when their code base reaches a certain size.

Terramate is a tool that is designed to work with your infrastructure as code tool such as Terraform, to work with you and solve those problems. It also comes with a cloud based observability platform that gives you a lens into what is happening across all of your infrastructure as code environments, even if you are using GitHub runners or Jenkins for execution.

Soren takes us through how you can get started with terramate, what benefits it brings and how it can help you solve some of your infrastructure as code issues. 
]]></description>
      <pubDate>Thu, 15 Feb 2024 12:18:51 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/reducing-friction-with-terramate-70pKMyFh</link>
      <enclosure length="27676883" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/7b97c1b4-f204-486c-9ef4-707d6edc3a57/audio/1c8566cb-e523-4992-a7dd-372752705e27/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 50 .tech - Reducing friction with terramate</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:duration>00:28:49</itunes:duration>
      <itunes:summary>When using infrastructure as code tools such as terraform engineers typically run into issues such as execution times, difficulty managing environment promotion and detecting drift when their code base reaches a certain size.

Terramate is a tool that is designed to work with your infrastructure as code tool such as Terraform, to work with you and solve those problems. It also comes with a cloud based observability platform that gives you a lens into what is happening across all of your infrastructure as code environments, even if you are using GitHub runners or Jenkins for execution.

Soren takes us through how you can get started with terramate, what benefits it brings and how it can help you solve some of your infrastructure as code issues.</itunes:summary>
      <itunes:subtitle>When using infrastructure as code tools such as terraform engineers typically run into issues such as execution times, difficulty managing environment promotion and detecting drift when their code base reaches a certain size.

Terramate is a tool that is designed to work with your infrastructure as code tool such as Terraform, to work with you and solve those problems. It also comes with a cloud based observability platform that gives you a lens into what is happening across all of your infrastructure as code environments, even if you are using GitHub runners or Jenkins for execution.

Soren takes us through how you can get started with terramate, what benefits it brings and how it can help you solve some of your infrastructure as code issues.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>50</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">cc14b4d9-f230-4219-a9c9-5cc9ad0dfb5c</guid>
      <title>Ep 49 .tech - SRE Engineering at Form3</title>
      <description><![CDATA[Lead platform SRE, Viktor Peacock takes us through what is SRE Engineering and why is it important to have an SRE function?  Viktor then goes on to explain how you can use SLOs and error budgets to build your alerts and decide what a team should work on. 
]]></description>
      <pubDate>Wed, 17 Jan 2024 09:05:37 +0000</pubDate>
      <author>Viktor Peacock, Kevin Holditch</author>
      <link>https://techpodcast.form3.tech/episodes/ep-49-tech-sre-engineering-at-form3-amn38f82</link>
      <enclosure length="29473271" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/45600fd8-71d6-4e21-b765-0e268f24ef4d/audio/e67ac1c3-d645-4cf9-895b-8fde52075efa/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 49 .tech - SRE Engineering at Form3</itunes:title>
      <itunes:author>Viktor Peacock, Kevin Holditch</itunes:author>
      <itunes:duration>00:30:42</itunes:duration>
      <itunes:summary>Lead platform SRE, Viktor Peacock takes us through what is SRE Engineering and why is it important to have an SRE function?  Viktor then goes on to explain how you can use SLOs and error budgets to build your alerts and decide what a team should work on.</itunes:summary>
      <itunes:subtitle>Lead platform SRE, Viktor Peacock takes us through what is SRE Engineering and why is it important to have an SRE function?  Viktor then goes on to explain how you can use SLOs and error budgets to build your alerts and decide what a team should work on.</itunes:subtitle>
      <itunes:keywords>slo, podcast, error budget, form3, engineering, sre, payments, .tech, tech</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>49</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">b572f141-0357-4733-8a8b-1503eb8d8bee</guid>
      <title>Ep 48 .tech - Serverless patterns and pitfalls</title>
      <description><![CDATA[In this engaging episode of the Form3.tech Engineering Podcast, we explore the essentials of serverless computing with AWS Serverless Ambassador Bojan Zivic. Our guest sheds light on the types of workloads best suited for serverless environments and dispels common myths, especially concerning long-running tasks. The conversation also dives into the comparison between serverless and Kubernetes, discussing their respective efficiencies in cloud computing.

A key focus is the security aspect of serverless computing, where our expert outlines the unique challenges and best practices. We also touch upon the practical use of serverless in Kubernetes environments, with a special emphasis on KNative applications. Additionally, the discussion references a relevant AWS article that highlights how Prime Video leverages EC2 and ECS for cost and efficiency gains. This episode is a must-listen for anyone interested in understanding the basics and nuances of serverless technology in a concise, easy-to-understand format. 
]]></description>
      <pubDate>Wed, 29 Nov 2023 09:20:01 +0000</pubDate>
      <author>Bojan Zivik, Kevin Holditch</author>
      <link>https://techpodcast.form3.tech/episodes/serverless-patterns-and-pitfalls-OIss9z5G</link>
      <enclosure length="31329010" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/4fdfaf5e-0fca-4ded-9e62-adb795d62674/audio/9bc6898c-7467-4f95-a717-5aa8e9da9a97/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 48 .tech - Serverless patterns and pitfalls</itunes:title>
      <itunes:author>Bojan Zivik, Kevin Holditch</itunes:author>
      <itunes:duration>00:32:38</itunes:duration>
      <itunes:summary>In this engaging episode of the Form3.tech Engineering Podcast, we explore the essentials of serverless computing with AWS Serverless Ambassador Bojan Zivic. Our guest sheds light on the types of workloads best suited for serverless environments and dispels common myths, especially concerning long-running tasks. The conversation also dives into the comparison between serverless and Kubernetes, discussing their respective efficiencies in cloud computing.

A key focus is the security aspect of serverless computing, where our expert outlines the unique challenges and best practices. We also touch upon the practical use of serverless in Kubernetes environments, with a special emphasis on KNative applications. Additionally, the discussion references a relevant AWS article that highlights how Prime Video leverages EC2 and ECS for cost and efficiency gains. This episode is a must-listen for anyone interested in understanding the basics and nuances of serverless technology in a concise, easy-to-understand format.</itunes:summary>
      <itunes:subtitle>In this engaging episode of the Form3.tech Engineering Podcast, we explore the essentials of serverless computing with AWS Serverless Ambassador Bojan Zivic. Our guest sheds light on the types of workloads best suited for serverless environments and dispels common myths, especially concerning long-running tasks. The conversation also dives into the comparison between serverless and Kubernetes, discussing their respective efficiencies in cloud computing.

A key focus is the security aspect of serverless computing, where our expert outlines the unique challenges and best practices. We also touch upon the practical use of serverless in Kubernetes environments, with a special emphasis on KNative applications. Additionally, the discussion references a relevant AWS article that highlights how Prime Video leverages EC2 and ECS for cost and efficiency gains. This episode is a must-listen for anyone interested in understanding the basics and nuances of serverless technology in a concise, easy-to-understand format.</itunes:subtitle>
      <itunes:keywords>aws, cloud, form3, technology, serverless, .tech, tech, kubernetes</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>48</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">d79043f1-6671-4962-93f6-f4b5d3a91305</guid>
      <title>Ep 47 .tech - Leveraging AI for technical interviews</title>
      <description><![CDATA[Screenloop have built a set of products that leverage modern AI to give an indepth analysis of interviews. In this episode we dive under the covers into what advances in AI have made this possible and what technology Screenloop use out of the box vs what they chose to build themselves. The team at Screenloop go through the architecture of their platform and how the principle of keeping the architecture as simple as possible has lead them to their design. 
]]></description>
      <pubDate>Wed, 18 Oct 2023 11:06:33 +0000</pubDate>
      <author>Rodrigo Santos, Nuno Saldanha, Kevin Holditch</author>
      <link>https://techpodcast.form3.tech/episodes/ep-47-leveraging-ai-for-technical-interviews-TmNdnOZc</link>
      <enclosure length="29881199" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/5dbd5488-c753-48c9-a667-82feaddfc7e0/audio/302d5682-1b89-4277-8d7d-4dd1d01a5d22/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 47 .tech - Leveraging AI for technical interviews</itunes:title>
      <itunes:author>Rodrigo Santos, Nuno Saldanha, Kevin Holditch</itunes:author>
      <itunes:duration>00:31:07</itunes:duration>
      <itunes:summary>Screenloop have built a set of products that leverage modern AI to give an indepth analysis of interviews. In this episode we dive under the covers into what advances in AI have made this possible and what technology Screenloop use out of the box vs what they chose to build themselves. The team at Screenloop go through the architecture of their platform and how the principle of keeping the architecture as simple as possible has lead them to their design.</itunes:summary>
      <itunes:subtitle>Screenloop have built a set of products that leverage modern AI to give an indepth analysis of interviews. In this episode we dive under the covers into what advances in AI have made this possible and what technology Screenloop use out of the box vs what they chose to build themselves. The team at Screenloop go through the architecture of their platform and how the principle of keeping the architecture as simple as possible has lead them to their design.</itunes:subtitle>
      <itunes:keywords>design, form3, technology, engineering, interview, vacancy, screenloop, recruitment, screening, saas, ai, architecture, hiring, platform</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>47</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">b3fd2fc0-76f6-4dff-a33f-ff2d7972097f</guid>
      <title>Ep 46 .tech - An introduction to Rust for Gophers</title>
      <description><![CDATA[<p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://www.form3.tech/contact" target="_blank">short form</a> if you'd like to be  a podcast guest. </p>
]]></description>
      <pubDate>Wed, 16 Aug 2023 08:00:00 +0000</pubDate>
      <author>Adelina Simion, Cyryl Plotnicki, Milk Pop Ltd</author>
      <link>https://techpodcast.form3.tech/episodes/ep-46-tech-an-introduction-to-rust-for-gophers-BZ3qJEC9</link>
      <content:encoded><![CDATA[<p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://www.form3.tech/contact" target="_blank">short form</a> if you'd like to be  a podcast guest. </p>
]]></content:encoded>
      <enclosure length="38649147" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/643fe718-f780-496e-b5fe-d745dd4ebdb1/audio/2a6d3cf2-d36d-4bb5-8f45-5cdd4db1de6d/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 46 .tech - An introduction to Rust for Gophers</itunes:title>
      <itunes:author>Adelina Simion, Cyryl Plotnicki, Milk Pop Ltd</itunes:author>
      <itunes:duration>00:40:15</itunes:duration>
      <itunes:summary>Cyryl is Rustacean and Head of Engineering at Form3. They join us to discuss some of the fundamental language concepts of Rust by relating them to their Go counterparts. They cover OOP, garbage collection, tooling and shares what their opinion on the future of the Rust community is. </itunes:summary>
      <itunes:subtitle>Cyryl is Rustacean and Head of Engineering at Form3. They join us to discuss some of the fundamental language concepts of Rust by relating them to their Go counterparts. They cover OOP, garbage collection, tooling and shares what their opinion on the future of the Rust community is. </itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>46</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">bf1178d0-9cd0-4272-ab81-944fab9630f9</guid>
      <title>Ep 45 .tech - All about conference speaking</title>
      <description><![CDATA[<p><a target="_blank">Patrycja Wegrzynowicz</a> is Lead SRE Engineer at <a target="_blank">Form3</a>. She works on reliability and performance of UK payments. She has a wealth of experience, having been a professional software engineer for over 20 years. Her main area of expertise lies in Java, C++, security and performance tuning. Patrycja will be speaking about securing Kubernetes at <a target="_blank">Code Europe</a>, <a target="_blank">European Women in Tech</a>, <a target="_blank">KCD Munich</a>, <a target="_blank">GopherCon UK</a>, <a target="_blank">JavaZone</a>, <a target="_blank">Porto Tech Hub</a>, <a target="_blank">JAX London</a> and <a target="_blank">DevOpsCon</a>.</p><p><a target="_blank">Artur Kondas</a> is Lead Engineer at <a target="_blank">Form3</a>. He has a music background and is a self taught engineer, specialising in the Go programming language. Artur will be speaking about scaling & securing microservices at <a target="_blank">DevBcn</a>, <a target="_blank">GopherCon UK</a> and <a target="_blank">ContainerDays</a>.</p><p><a target="_blank">Marcin Niemiec</a> is Cloud Security Engineer at <a target="_blank">Form3</a>. He is part of the defensive team, keep our team and our platform safe and to the highest security standards. Marcin will be speaking about how to mitigate SSRF vulnerabilities in Go at <a target="_blank">BSides Ljubljana</a> and <a target="_blank">BSides Athens</a>.</p><p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://www.form3.tech/contact" target="_blank">short form</a> if you'd like to be  a podcast guest. </p>
]]></description>
      <pubDate>Wed, 19 Jul 2023 08:31:39 +0000</pubDate>
      <author>Patrycja Wegrzynowicz, Artur Kondas, Marcin Niemiec, Adelina Simion, Milk Pop Ltd</author>
      <link>https://techpodcast.form3.tech/episodes/ep-45-tech-all-about-conference-speaking-hmKwc0ak</link>
      <content:encoded><![CDATA[<p><a target="_blank">Patrycja Wegrzynowicz</a> is Lead SRE Engineer at <a target="_blank">Form3</a>. She works on reliability and performance of UK payments. She has a wealth of experience, having been a professional software engineer for over 20 years. Her main area of expertise lies in Java, C++, security and performance tuning. Patrycja will be speaking about securing Kubernetes at <a target="_blank">Code Europe</a>, <a target="_blank">European Women in Tech</a>, <a target="_blank">KCD Munich</a>, <a target="_blank">GopherCon UK</a>, <a target="_blank">JavaZone</a>, <a target="_blank">Porto Tech Hub</a>, <a target="_blank">JAX London</a> and <a target="_blank">DevOpsCon</a>.</p><p><a target="_blank">Artur Kondas</a> is Lead Engineer at <a target="_blank">Form3</a>. He has a music background and is a self taught engineer, specialising in the Go programming language. Artur will be speaking about scaling & securing microservices at <a target="_blank">DevBcn</a>, <a target="_blank">GopherCon UK</a> and <a target="_blank">ContainerDays</a>.</p><p><a target="_blank">Marcin Niemiec</a> is Cloud Security Engineer at <a target="_blank">Form3</a>. He is part of the defensive team, keep our team and our platform safe and to the highest security standards. Marcin will be speaking about how to mitigate SSRF vulnerabilities in Go at <a target="_blank">BSides Ljubljana</a> and <a target="_blank">BSides Athens</a>.</p><p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://www.form3.tech/contact" target="_blank">short form</a> if you'd like to be  a podcast guest. </p>
]]></content:encoded>
      <enclosure length="34841121" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/78b40d36-6683-4d67-91f3-d6bd6e17bd47/audio/48e8202b-34f9-4ba8-8118-301967759152/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 45 .tech - All about conference speaking</itunes:title>
      <itunes:author>Patrycja Wegrzynowicz, Artur Kondas, Marcin Niemiec, Adelina Simion, Milk Pop Ltd</itunes:author>
      <itunes:duration>00:36:17</itunes:duration>
      <itunes:summary>Patrycja, Artur and Marcin are engineers at Form3 and some of our most accomplished speakers. They join us to discuss their motivations for taking up the challenge of becoming conference speakers, tell us how to find events to speak at and share their best advice for preparing engaging talks. They offer advice for new and experienced speakers alike.</itunes:summary>
      <itunes:subtitle>Patrycja, Artur and Marcin are engineers at Form3 and some of our most accomplished speakers. They join us to discuss their motivations for taking up the challenge of becoming conference speakers, tell us how to find events to speak at and share their best advice for preparing engaging talks. They offer advice for new and experienced speakers alike.</itunes:subtitle>
      <itunes:keywords>tech conferences, public speaking</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>45</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">c00c6399-fe7f-4f62-8774-9c1d3079b6b5</guid>
      <title>Ep 44 .tech - What&apos;s new in NATS?</title>
      <description><![CDATA[<p><a href="https://www.linkedin.com/in/byron-ruth/">Byron Ruth</a> is Director of Developer Relations at <a href="https://www.linkedin.com/company/synadia-communications/">Synadia</a>, who are the maintainers of <a href="https://nats.io/">NATS.io</a>. Byron is a long time NATS user and has a background in health tech. He has extensive experience developing data pipelines, integrating data, ETL and building applications. As he got more and more involved with the NATS community, the opportunity to join the team and advocate for the technology he really believed in was a no-brainer.</p><p>Here are some further resources from Byron where you can learn more about NATS:</p><ul><li><a href="https://natsbyexample.com/">NATS by Example</a></li><li><a href="https://synadia.com/newsletter">NATS newsletter</a></li><li><a href="https://www.synadia.com/screencast">Synadia screencast</a></li><li><a href="https://forms.gle/yhCq4WDfSp4KULEF9">Synadia Developer Education questionnaire</a></li></ul><p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://www.form3.tech/contact" target="_blank">short form</a> if you'd like to be  a podcast guest. </p>
]]></description>
      <pubDate>Wed, 14 Jun 2023 08:37:02 +0000</pubDate>
      <author>Byron Ruth, Milk Pop Ltd, Adelina Simion</author>
      <link>https://techpodcast.form3.tech/episodes/ep-44-tech-whats-new-in-nats-RT6Vthx4</link>
      <content:encoded><![CDATA[<p><a href="https://www.linkedin.com/in/byron-ruth/">Byron Ruth</a> is Director of Developer Relations at <a href="https://www.linkedin.com/company/synadia-communications/">Synadia</a>, who are the maintainers of <a href="https://nats.io/">NATS.io</a>. Byron is a long time NATS user and has a background in health tech. He has extensive experience developing data pipelines, integrating data, ETL and building applications. As he got more and more involved with the NATS community, the opportunity to join the team and advocate for the technology he really believed in was a no-brainer.</p><p>Here are some further resources from Byron where you can learn more about NATS:</p><ul><li><a href="https://natsbyexample.com/">NATS by Example</a></li><li><a href="https://synadia.com/newsletter">NATS newsletter</a></li><li><a href="https://www.synadia.com/screencast">Synadia screencast</a></li><li><a href="https://forms.gle/yhCq4WDfSp4KULEF9">Synadia Developer Education questionnaire</a></li></ul><p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://www.form3.tech/contact" target="_blank">short form</a> if you'd like to be  a podcast guest. </p>
]]></content:encoded>
      <enclosure length="38545075" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/69f2eae1-cdf8-4e53-b414-2ed310dd2717/audio/eee571ac-547f-476a-8f8e-59b4735178bf/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 44 .tech - What&apos;s new in NATS?</itunes:title>
      <itunes:author>Byron Ruth, Milk Pop Ltd, Adelina Simion</itunes:author>
      <itunes:duration>00:40:09</itunes:duration>
      <itunes:summary>Byron is the Director of Developer Relations at Synadia. He explains what event-driven architectures are and how they can help build more resilient systems. Then, he covers the fundamentals of NATS and gives us a peek into upcoming features, which include the new Synadia Control Plane project.</itunes:summary>
      <itunes:subtitle>Byron is the Director of Developer Relations at Synadia. He explains what event-driven architectures are and how they can help build more resilient systems. Then, he covers the fundamentals of NATS and gives us a peek into upcoming features, which include the new Synadia Control Plane project.</itunes:subtitle>
      <itunes:keywords>nats, event-driven architectures</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>44</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">9b7222f4-4664-4f9e-8ff6-35a5448a4334</guid>
      <title>Ep 43 .tech - The core components of container systems</title>
      <description><![CDATA[<p><a href="https://www.linkedin.com/in/mkerrisk/">Michael Kerrisk</a> is a Linux expert and runs a <a href="https://man7.org/training/">Linux System Programming course</a>, which is a very popular course for Form3 engineers. He started working with UNIX, the predecessor of Linux, and has used this knowledge in his Linux courses. Linux was roughly a re-implementation of the UNIX kernel that had been writted more than 20 years before at Bell Laboratories. His primary area of focus is not the kernel internals, but the kernel interface that it presents to the world, which is the same as classical UNIX. Michael has always had a passion for teaching, having spent years as a university teacher, before starting his corporate career. He joined the Training department of a previous employer and started delivering the system programming course for them. This was the ideal job for him, as it brought together the two things he was passionate about: UNIX and teaching. He is also the author of <a href="https://man7.org/tlpi/index.html">"The Linux Programming Interface"</a>, which is a a detailed guide and reference for Linux and UNIX system programming.</p><p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://www.form3.tech/contact" target="_blank">short form</a> if you'd like to be  a podcast guest. </p>
]]></description>
      <pubDate>Wed, 17 May 2023 08:40:09 +0000</pubDate>
      <author>Michael Kerrisk, Milk Pop Ltd, Kevin Holditch</author>
      <link>https://techpodcast.form3.tech/episodes/ep-43-tech-the-core-components-of-container-systems-Obweg5cB</link>
      <content:encoded><![CDATA[<p><a href="https://www.linkedin.com/in/mkerrisk/">Michael Kerrisk</a> is a Linux expert and runs a <a href="https://man7.org/training/">Linux System Programming course</a>, which is a very popular course for Form3 engineers. He started working with UNIX, the predecessor of Linux, and has used this knowledge in his Linux courses. Linux was roughly a re-implementation of the UNIX kernel that had been writted more than 20 years before at Bell Laboratories. His primary area of focus is not the kernel internals, but the kernel interface that it presents to the world, which is the same as classical UNIX. Michael has always had a passion for teaching, having spent years as a university teacher, before starting his corporate career. He joined the Training department of a previous employer and started delivering the system programming course for them. This was the ideal job for him, as it brought together the two things he was passionate about: UNIX and teaching. He is also the author of <a href="https://man7.org/tlpi/index.html">"The Linux Programming Interface"</a>, which is a a detailed guide and reference for Linux and UNIX system programming.</p><p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://www.form3.tech/contact" target="_blank">short form</a> if you'd like to be  a podcast guest. </p>
]]></content:encoded>
      <enclosure length="30449206" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/9216b5f2-c351-4852-8a81-a1759589fd88/audio/e5a9f1a6-00d6-466f-8a73-b0aade5cc355/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 43 .tech - The core components of container systems</itunes:title>
      <itunes:author>Michael Kerrisk, Milk Pop Ltd, Kevin Holditch</itunes:author>
      <itunes:duration>00:31:43</itunes:duration>
      <itunes:summary>Michael Kerrisk is a Linux expert and trainer. He joins us to explain what containers are and deep dive into the four core components of containers: namespaces, capabilities, cgroups and seccomp. He also draws parallels on how they are used by Docker to power container systems as we know them today.</itunes:summary>
      <itunes:subtitle>Michael Kerrisk is a Linux expert and trainer. He joins us to explain what containers are and deep dive into the four core components of containers: namespaces, capabilities, cgroups and seccomp. He also draws parallels on how they are used by Docker to power container systems as we know them today.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>43</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">a3ca07c4-ac06-4a32-b1c1-4e5d0cdc79f9</guid>
      <title>Ep 42 .tech - Building and maintaining External Secrets Operator</title>
      <description><![CDATA[<p><a href="https://www.linkedin.com/in/moritz-johner/">Moritz Johner</a> is a Senior Software Engineer at <a href="https://www.linkedin.com/company/form3-financial-cloud">Form3</a>. He has roughly 10 years experience in the tech industry. He comes from a non-conventional background, having studied Media Technology in University. He has worked in a variety of industries, including web agencies, startups and consulting. He is also a <a href="https://training.linuxfoundation.org/?s=kubernetes">Linux Foundation trainer for Kubernetes</a>. He joined Form3 a year ago and works on providing cloud agnostic Kubernetes experience for product teams. </p><p>Moritz's journey into open-source began in 2018 when he was working in consulting and had to build a Kubernetes platform that would work across AWS accounts. Most projects did not support assuming a role in another AWS account, so Moritz contributed this functionality to the various OSS projects he was using. Eventually, Moritz provided this same feature to <a href="https://github.com/external-secrets/kubernetes-external-secrets">kubernetes-external-secrets</a> which was the de-facto secrets synching solution at the time. He then gradually became more involved in this project and helped take on the work of merging multiple secrets solutions together.</p><p><a href="https://www.linkedin.com/in/lucas-alves-knela/">Lucas Severo Alves</a> is a Software Engineer at <a href="https://www.linkedin.com/company/red-hat/">RedHat</a>, focusing on open-source. He has a background in DevOps, SRE and system administration. His introduction to open-source was also on the <a href="https://github.com/external-secrets/kubernetes-external-secrets">kubernetes-external-secrets</a> project that Moritz was working on. He was excited to focus on a single solution for managing secrets across platforms, which is something that he was focused on as part of his role.</p><p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://www.form3.tech/contact" target="_blank">short form</a> if you'd like to be  a podcast guest. </p>
]]></description>
      <pubDate>Wed, 12 Apr 2023 09:09:56 +0000</pubDate>
      <author>Moritz Johner, Lucas Severo Alves, Adelina Simion, Milk Pop Ltd</author>
      <link>https://techpodcast.form3.tech/episodes/ep-42-tech-building-and-maintaining-external-secrets-operator-VMz_Aa8o</link>
      <content:encoded><![CDATA[<p><a href="https://www.linkedin.com/in/moritz-johner/">Moritz Johner</a> is a Senior Software Engineer at <a href="https://www.linkedin.com/company/form3-financial-cloud">Form3</a>. He has roughly 10 years experience in the tech industry. He comes from a non-conventional background, having studied Media Technology in University. He has worked in a variety of industries, including web agencies, startups and consulting. He is also a <a href="https://training.linuxfoundation.org/?s=kubernetes">Linux Foundation trainer for Kubernetes</a>. He joined Form3 a year ago and works on providing cloud agnostic Kubernetes experience for product teams. </p><p>Moritz's journey into open-source began in 2018 when he was working in consulting and had to build a Kubernetes platform that would work across AWS accounts. Most projects did not support assuming a role in another AWS account, so Moritz contributed this functionality to the various OSS projects he was using. Eventually, Moritz provided this same feature to <a href="https://github.com/external-secrets/kubernetes-external-secrets">kubernetes-external-secrets</a> which was the de-facto secrets synching solution at the time. He then gradually became more involved in this project and helped take on the work of merging multiple secrets solutions together.</p><p><a href="https://www.linkedin.com/in/lucas-alves-knela/">Lucas Severo Alves</a> is a Software Engineer at <a href="https://www.linkedin.com/company/red-hat/">RedHat</a>, focusing on open-source. He has a background in DevOps, SRE and system administration. His introduction to open-source was also on the <a href="https://github.com/external-secrets/kubernetes-external-secrets">kubernetes-external-secrets</a> project that Moritz was working on. He was excited to focus on a single solution for managing secrets across platforms, which is something that he was focused on as part of his role.</p><p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://www.form3.tech/contact" target="_blank">short form</a> if you'd like to be  a podcast guest. </p>
]]></content:encoded>
      <enclosure length="48186976" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/60831742-bf00-478a-9135-6adf4375cc39/audio/0cf0f716-b576-4f62-970c-a9de049da51b/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 42 .tech - Building and maintaining External Secrets Operator</itunes:title>
      <itunes:author>Moritz Johner, Lucas Severo Alves, Adelina Simion, Milk Pop Ltd</itunes:author>
      <itunes:duration>00:50:11</itunes:duration>
      <itunes:summary>Moritz Johner and Lucas Severo Alves are maintainers for the popular External Secrets Operator open-source project. They join us to share their open-source journeys and teach us how to get secrets management right. They also give us an overview of how their project can make your life as a developer easier.</itunes:summary>
      <itunes:subtitle>Moritz Johner and Lucas Severo Alves are maintainers for the popular External Secrets Operator open-source project. They join us to share their open-source journeys and teach us how to get secrets management right. They also give us an overview of how their project can make your life as a developer easier.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>42</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">5b4ca9a7-5aff-4946-b64d-b4c9855b01b1</guid>
      <title>Ep 41 .tech - Internal Developer Platform</title>
      <description><![CDATA[<p><a href="https://www.linkedin.com/in/kvgruenberg/">Kaspar Von Grünberg</a> is the CEO and founder of <a href="https://www.linkedin.com/company/humanitec/">Humanitec</a>. Kaspar is passionate for platform engineering and been building platforms at multiple companies. In 2019, he started building the commercial and open-source products for Internal Developer Platforms, including growing communities at <a href="https://platformengineering.org/">platformengineering.org</a> and <a href="https://platformcon.com/">PlatformCon</a>. His mission is to consolidate tooling and education for modern internal developer platforms.</p><p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://www.form3.tech/contact" target="_blank">short form</a> if you'd like to be  a podcast guest. </p>
]]></description>
      <pubDate>Wed, 15 Mar 2023 10:43:34 +0000</pubDate>
      <author>Kaspar Von Grünberg, Kevin Holditch, Milk Pop Ltd</author>
      <link>https://techpodcast.form3.tech/episodes/ep-41-tech-internal-developer-platform-w1sFeNgd</link>
      <content:encoded><![CDATA[<p><a href="https://www.linkedin.com/in/kvgruenberg/">Kaspar Von Grünberg</a> is the CEO and founder of <a href="https://www.linkedin.com/company/humanitec/">Humanitec</a>. Kaspar is passionate for platform engineering and been building platforms at multiple companies. In 2019, he started building the commercial and open-source products for Internal Developer Platforms, including growing communities at <a href="https://platformengineering.org/">platformengineering.org</a> and <a href="https://platformcon.com/">PlatformCon</a>. His mission is to consolidate tooling and education for modern internal developer platforms.</p><p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://www.form3.tech/contact" target="_blank">short form</a> if you'd like to be  a podcast guest. </p>
]]></content:encoded>
      <enclosure length="27704886" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/73f3dee3-5681-4a46-a53b-4c28a0c2bf29/audio/a9572e7b-15c7-48c4-a04e-97ebc6ee284f/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 41 .tech - Internal Developer Platform</itunes:title>
      <itunes:author>Kaspar Von Grünberg, Kevin Holditch, Milk Pop Ltd</itunes:author>
      <itunes:duration>00:28:51</itunes:duration>
      <itunes:summary>Kaspar Von Grünberg is a the CEO and founder of Humanitec. He joins us to discuss what an Internal Developer Platform is and what to focus on when you&apos;re building your own. Finally, he provides an overview of Humanitec&apos;s platform, which provides open-source tools you can use when you&apos;re building your own IDP.</itunes:summary>
      <itunes:subtitle>Kaspar Von Grünberg is a the CEO and founder of Humanitec. He joins us to discuss what an Internal Developer Platform is and what to focus on when you&apos;re building your own. Finally, he provides an overview of Humanitec&apos;s platform, which provides open-source tools you can use when you&apos;re building your own IDP.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>41</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">a94fe36e-5803-4790-b7d2-f49253894c1f</guid>
      <title>Ep 40 .tech - Landing your next remote job</title>
      <description><![CDATA[<p><a href="https://www.linkedin.com/in/alexandraforsberg/">Alexandra Forsberg</a> is a Talent Acquisition Lead at <a href="https://www.linkedin.com/company/form3-financial-cloud">Form3</a>. Alexandra co-leads Form3's Engineering hiring across the UK, Europe, Argentina and Canada. She is currently leading a team of experienced Talent partners. Alexandra joined the business in 2018 and has had the privilege of growing Form3's Product, Engineering and Security departments. She has a background in agency recruitment, but is passionate about talent acquisition. She has shared her top interviewing tips in her article <a href="https://www.form3.tech/careers/blog/dream-remote-software-engineer-job">"How to Land Your Dream Remote Software Engineer Job"</a>.</p><p>Alexandra recommends a few remote job boards to use in your search for a new role, which you can easily find using Google. The top boards she recommends are:</p><ul><li><a href="https://weworkremotely.com/">We Work Remotely</a></li><li><a href="https://angel.co/">Wellfound (formerly AngelList)</a></li><li><a href="https://remotive.com/">Remotive</a></li><li><a href="https://otta.com/">Otta</a></li></ul><p>You can also check Slack channels related to the languages you're interested in. For example, if you're interested in Go opportunities you can check the <a href="https://gophers.slack.com/messages/general/">Gophers Slack</a>.</p>
]]></description>
      <pubDate>Wed, 15 Feb 2023 09:58:45 +0000</pubDate>
      <author>Adelina Simion, Alexandra Forsberg, Milk Pop Ltd</author>
      <link>https://techpodcast.form3.tech/episodes/ep-40-tech-landing-your-next-remote-job-oEKI12dR</link>
      <content:encoded><![CDATA[<p><a href="https://www.linkedin.com/in/alexandraforsberg/">Alexandra Forsberg</a> is a Talent Acquisition Lead at <a href="https://www.linkedin.com/company/form3-financial-cloud">Form3</a>. Alexandra co-leads Form3's Engineering hiring across the UK, Europe, Argentina and Canada. She is currently leading a team of experienced Talent partners. Alexandra joined the business in 2018 and has had the privilege of growing Form3's Product, Engineering and Security departments. She has a background in agency recruitment, but is passionate about talent acquisition. She has shared her top interviewing tips in her article <a href="https://www.form3.tech/careers/blog/dream-remote-software-engineer-job">"How to Land Your Dream Remote Software Engineer Job"</a>.</p><p>Alexandra recommends a few remote job boards to use in your search for a new role, which you can easily find using Google. The top boards she recommends are:</p><ul><li><a href="https://weworkremotely.com/">We Work Remotely</a></li><li><a href="https://angel.co/">Wellfound (formerly AngelList)</a></li><li><a href="https://remotive.com/">Remotive</a></li><li><a href="https://otta.com/">Otta</a></li></ul><p>You can also check Slack channels related to the languages you're interested in. For example, if you're interested in Go opportunities you can check the <a href="https://gophers.slack.com/messages/general/">Gophers Slack</a>.</p>
]]></content:encoded>
      <enclosure length="20987028" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/6051b61d-5d26-4d9c-b570-76abda0041e3/audio/af30f597-f704-4644-882f-ad24ece32108/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 40 .tech - Landing your next remote job</itunes:title>
      <itunes:author>Adelina Simion, Alexandra Forsberg, Milk Pop Ltd</itunes:author>
      <itunes:duration>00:21:51</itunes:duration>
      <itunes:summary>Alexandra Forsberg is a Talent Acquisition Lead at Form3. She joins us to share tips for landing your next remote job. Alexandra covers all aspects of the interviewing process including where to find remote opportunities, how to stand out to hiring managers and how to prepare for a remote interview. Finally, she shares Form3&apos;s approach to the interview process</itunes:summary>
      <itunes:subtitle>Alexandra Forsberg is a Talent Acquisition Lead at Form3. She joins us to share tips for landing your next remote job. Alexandra covers all aspects of the interviewing process including where to find remote opportunities, how to stand out to hiring managers and how to prepare for a remote interview. Finally, she shares Form3&apos;s approach to the interview process</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>40</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">9a974996-95ba-445c-8149-973cfbad5097</guid>
      <title>Ep 39 .tech - Alternatives to async code reviews</title>
      <description><![CDATA[<p><a href="https://www.linkedin.com/in/dstepanovic/">Dragan Stepanović</a> is a Senior Principal Engineer at <a href="https://www.linkedin.com/company/talabat-com/">Talabat</a>. Dragan has experience working at different sizes of companies, from small to large corporates. He became interested in <a href="http://www.extremeprogramming.org/">Extreme Programming (XP)</a> early on in his career. Then, he started diving into architecture, <a href="https://martinfowler.com/bliki/DomainDrivenDesign.html">Domain Driven Design (DDD)</a> and <a href="https://www.youtube.com/watch?v=OAeq6kaZS_w">LEAN</a> as tools to enable engineers to maximise their throughput for their stakeholders.</p><p><a href="https://www.linkedin.com/in/renatoraraujo/">Renato Rodrigues de Araujo</a> is a Senior Software Engineer at <a href="https://www.linkedin.com/company/form3-financial-cloud">Form3</a>. Renato is part of the Tooling Team, which is responsible for making the lives of engineers easier by maintaining internal tools.</p><p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://share.hsforms.com/1Row5wXcYSkek6ZcbiQKFYg3u1c5" target="_blank">short form</a> if you'd like to be  a podcast guest. </p>
]]></description>
      <pubDate>Thu, 19 Jan 2023 11:04:16 +0000</pubDate>
      <author>Adelina Simion, Dragan Stepanović, Renato Rodrigues de Araujo</author>
      <link>https://techpodcast.form3.tech/episodes/ep-39-tech-alternatives-to-async-code-reviews-k6i0KF_m</link>
      <content:encoded><![CDATA[<p><a href="https://www.linkedin.com/in/dstepanovic/">Dragan Stepanović</a> is a Senior Principal Engineer at <a href="https://www.linkedin.com/company/talabat-com/">Talabat</a>. Dragan has experience working at different sizes of companies, from small to large corporates. He became interested in <a href="http://www.extremeprogramming.org/">Extreme Programming (XP)</a> early on in his career. Then, he started diving into architecture, <a href="https://martinfowler.com/bliki/DomainDrivenDesign.html">Domain Driven Design (DDD)</a> and <a href="https://www.youtube.com/watch?v=OAeq6kaZS_w">LEAN</a> as tools to enable engineers to maximise their throughput for their stakeholders.</p><p><a href="https://www.linkedin.com/in/renatoraraujo/">Renato Rodrigues de Araujo</a> is a Senior Software Engineer at <a href="https://www.linkedin.com/company/form3-financial-cloud">Form3</a>. Renato is part of the Tooling Team, which is responsible for making the lives of engineers easier by maintaining internal tools.</p><p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://share.hsforms.com/1Row5wXcYSkek6ZcbiQKFYg3u1c5" target="_blank">short form</a> if you'd like to be  a podcast guest. </p>
]]></content:encoded>
      <enclosure length="34139786" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/34bcb293-4744-4942-9fe6-df884a622b6e/audio/265206f6-9fa8-44e9-9e00-3de2dd8e52cd/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 39 .tech - Alternatives to async code reviews</itunes:title>
      <itunes:author>Adelina Simion, Dragan Stepanović, Renato Rodrigues de Araujo</itunes:author>
      <itunes:duration>00:35:33</itunes:duration>
      <itunes:summary>Dragan Stepanović is a Senior Principal Engineer at Talabat. He joins Renato Rodrigues de Araujo, Senior Software Engineer at Form3, to discuss asynchronous pull request based code reviews. Dragan shares a study he conducted on the topic and discusses the advantages of synchronous team collaboration.</itunes:summary>
      <itunes:subtitle>Dragan Stepanović is a Senior Principal Engineer at Talabat. He joins Renato Rodrigues de Araujo, Senior Software Engineer at Form3, to discuss asynchronous pull request based code reviews. Dragan shares a study he conducted on the topic and discusses the advantages of synchronous team collaboration.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>39</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">ac940200-39b2-4786-afd6-10df39cab3d6</guid>
      <title>Ep 38 .tech - Building multi-cloud at Form3</title>
      <description><![CDATA[<p><a href="https://www.linkedin.com/in/kevholditch/">Kevin Holditch</a> is Head of Platform Engineering at <a href="https://www.linkedin.com/company/form3-financial-cloud">Form3</a>. Kevin leads and looks after the Platform Engineering teams, who have been working on the Form3 multi-cloud platform.</p><p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://share.hsforms.com/1Row5wXcYSkek6ZcbiQKFYg3u1c5" target="_blank">short form</a> if you'd like to be  a podcast guest. </p>
]]></description>
      <pubDate>Wed, 14 Dec 2022 13:24:06 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-38-tech-building-multi-cloud-at-form3-_Z5Ha5ch</link>
      <content:encoded><![CDATA[<p><a href="https://www.linkedin.com/in/kevholditch/">Kevin Holditch</a> is Head of Platform Engineering at <a href="https://www.linkedin.com/company/form3-financial-cloud">Form3</a>. Kevin leads and looks after the Platform Engineering teams, who have been working on the Form3 multi-cloud platform.</p><p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://share.hsforms.com/1Row5wXcYSkek6ZcbiQKFYg3u1c5" target="_blank">short form</a> if you'd like to be  a podcast guest. </p>
]]></content:encoded>
      <enclosure length="27931838" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/978a3666-f20b-46bf-b0fa-58426fbcf6c3/audio/cd2c0428-a4d8-4351-b548-08c2fde1e924/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 38 .tech - Building multi-cloud at Form3</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:duration>00:29:05</itunes:duration>
      <itunes:summary>Kevin Holditch is Head of Platform Engineering at Form3. He joins us to share the interesting problems the Platform Engineering team work on and how the Form3 payments platform was built. Then, he explains why the team decided to build a multi-cloud platform across three clouds and presents an overview of how the technologies behind this exciting project are configured.</itunes:summary>
      <itunes:subtitle>Kevin Holditch is Head of Platform Engineering at Form3. He joins us to share the interesting problems the Platform Engineering team work on and how the Form3 payments platform was built. Then, he explains why the team decided to build a multi-cloud platform across three clouds and presents an overview of how the technologies behind this exciting project are configured.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>38</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">99336523-ab83-4673-a3ba-78e90dd42c1a</guid>
      <title>Ep 37 .tech - Flexible remote working at Form3</title>
      <description><![CDATA[<p><a href="https://www.linkedin.com/in/jordanvandyk/">Jordan Van Dyk</a> is a Senior Software Developer on the Tooling Team at <a href="https://www.linkedin.com/company/form3-financial-cloud" target="_blank">Form3</a>. Two of the major projects he's working on are <a href="https://github.com/form3tech-oss/k8s-promoter">k8s-promoter</a> and a variety of <a href="https://docs.github.com/en/actions">GitHub actions</a> tooling. Based in Canada, Jordan has been at Form3 since November 2021.</p><p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://share.hsforms.com/1Row5wXcYSkek6ZcbiQKFYg3u1c5" target="_blank">short form</a> if you'd like to be  a podcast guest. </p>
]]></description>
      <pubDate>Thu, 17 Nov 2022 10:06:14 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-37-tech-flexible-remote-working-at-form3-eJEfXeHo</link>
      <content:encoded><![CDATA[<p><a href="https://www.linkedin.com/in/jordanvandyk/">Jordan Van Dyk</a> is a Senior Software Developer on the Tooling Team at <a href="https://www.linkedin.com/company/form3-financial-cloud" target="_blank">Form3</a>. Two of the major projects he's working on are <a href="https://github.com/form3tech-oss/k8s-promoter">k8s-promoter</a> and a variety of <a href="https://docs.github.com/en/actions">GitHub actions</a> tooling. Based in Canada, Jordan has been at Form3 since November 2021.</p><p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://share.hsforms.com/1Row5wXcYSkek6ZcbiQKFYg3u1c5" target="_blank">short form</a> if you'd like to be  a podcast guest. </p>
]]></content:encoded>
      <enclosure length="23995916" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/82750c14-2b27-4cc9-acb7-3a5c86988be7/audio/408d25ac-7967-447b-808c-cb74f8d00bdf/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 37 .tech - Flexible remote working at Form3</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:duration>00:24:59</itunes:duration>
      <itunes:summary>Jordan Van Dyk is Form3&apos;s first Canada based engineer. He joins us to share why he chose to work at Form3, what his interview experience was and what a typical day looks like for him on the Tooling team. Then, he shares how his team works and makes recommendations for how highly distributed teams can successfully work together.</itunes:summary>
      <itunes:subtitle>Jordan Van Dyk is Form3&apos;s first Canada based engineer. He joins us to share why he chose to work at Form3, what his interview experience was and what a typical day looks like for him on the Tooling team. Then, he shares how his team works and makes recommendations for how highly distributed teams can successfully work together.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>37</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">c322dc16-652c-4d54-b61a-11f82a13b167</guid>
      <title>Ep 36 .tech - Kubernetes as a cloud operating system</title>
      <description><![CDATA[<p><a href="https://www.linkedin.com/in/natanyellin/">Natan Yellin</a> is the CEO of <a href="https://www.linkedin.com/company/robusta-dev/">Robusta Dev</a>. He has a background as an engineer and has been tackling the challenges of the business world in his role as CEO.</p><p>Make sure explore these excellent resources to learn more from Natan:</p><ul><li><a href="https://www.youtube.com/watch?v=_nknHwTKlh8">Common Kubernetes Mistakes - CPU and Memory Requests</a></li><li><a href="https://www.youtube.com/channel/UCeLrAOI3anJAfO3BrYVB62Q">The Robusta YouTube channel</a></li><li><a href="https://home.robusta.dev/blog/stop-using-cpu-limits/">Stop using CPU limits on Kubernetes</a></li><li><a href="https://home.robusta.dev/blog/kubernetes-is-the-new-posix/">Kubernetes is the POSIX of the cloud</a></li></ul><p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://share.hsforms.com/1Row5wXcYSkek6ZcbiQKFYg3u1c5" target="_blank">short form</a> if you'd like to be  a podcast guest. </p>
]]></description>
      <pubDate>Thu, 15 Sep 2022 15:43:35 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-36-tech-kubernetes-as-a-cloud-operating-system-iH0afl06</link>
      <content:encoded><![CDATA[<p><a href="https://www.linkedin.com/in/natanyellin/">Natan Yellin</a> is the CEO of <a href="https://www.linkedin.com/company/robusta-dev/">Robusta Dev</a>. He has a background as an engineer and has been tackling the challenges of the business world in his role as CEO.</p><p>Make sure explore these excellent resources to learn more from Natan:</p><ul><li><a href="https://www.youtube.com/watch?v=_nknHwTKlh8">Common Kubernetes Mistakes - CPU and Memory Requests</a></li><li><a href="https://www.youtube.com/channel/UCeLrAOI3anJAfO3BrYVB62Q">The Robusta YouTube channel</a></li><li><a href="https://home.robusta.dev/blog/stop-using-cpu-limits/">Stop using CPU limits on Kubernetes</a></li><li><a href="https://home.robusta.dev/blog/kubernetes-is-the-new-posix/">Kubernetes is the POSIX of the cloud</a></li></ul><p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://share.hsforms.com/1Row5wXcYSkek6ZcbiQKFYg3u1c5" target="_blank">short form</a> if you'd like to be  a podcast guest. </p>
]]></content:encoded>
      <enclosure length="26171812" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/05b8fed8-3cbe-4b86-adb8-769fb51b4818/audio/a455654f-3773-48c1-b1fd-703eb3a441ea/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 36 .tech - Kubernetes as a cloud operating system</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:duration>00:27:15</itunes:duration>
      <itunes:summary>Natan Yellin joins us to his insights on the challenges of running software at scale, which now involves maintaining more complex system architecture than ever. Then, he walks us through the open-source tool Robusta Dev and how it can make running systems on Kubernetes easier!
</itunes:summary>
      <itunes:subtitle>Natan Yellin joins us to his insights on the challenges of running software at scale, which now involves maintaining more complex system architecture than ever. Then, he walks us through the open-source tool Robusta Dev and how it can make running systems on Kubernetes easier!
</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>36</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">5c1af0c8-ebd4-4627-9087-c6ec90359dd1</guid>
      <title>Ep 35 .tech - Measuring the success of engineering teams</title>
      <description><![CDATA[<p><a href="https://www.linkedin.com/in/evelinavrabie/">Evelina Vrabie</a> is an Engineering Manager at <a href="https://www.linkedin.com/company/hopinofficial/">Hopin</a>. She is an engineering leader with over 15 years of experience, with a strong entrepreneurial, management and technical background. In her, Master's degree she explored the use of artificial intelligence in work therapy for high performance environments. Her work culminated in co-founding <a href="https://www.linkedin.com/company/toucotalks/">Touco Labs</a>, a FinTech with the purpose of helping personal finance.</p><p> Evelina's blog is called <a href="https://medium.com/jump-start">Jumpstart</a> and  she often publishes for <a href="https://ctocraft.com/">CTO Craft</a> as well. Follow these resources to connect with her.</p><p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://share.hsforms.com/1Row5wXcYSkek6ZcbiQKFYg3u1c5" target="_blank">short form</a> if you'd like to be  a podcast guest. <br /><br />Interested in joining Form3? Check out our <a href="https://www.form3.tech/careers" target="_blank">careers site</a>. </p>
]]></description>
      <pubDate>Tue, 16 Aug 2022 08:18:58 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-35-tech-measuring-the-success-of-engineering-teams-F6EPjD8D</link>
      <content:encoded><![CDATA[<p><a href="https://www.linkedin.com/in/evelinavrabie/">Evelina Vrabie</a> is an Engineering Manager at <a href="https://www.linkedin.com/company/hopinofficial/">Hopin</a>. She is an engineering leader with over 15 years of experience, with a strong entrepreneurial, management and technical background. In her, Master's degree she explored the use of artificial intelligence in work therapy for high performance environments. Her work culminated in co-founding <a href="https://www.linkedin.com/company/toucotalks/">Touco Labs</a>, a FinTech with the purpose of helping personal finance.</p><p> Evelina's blog is called <a href="https://medium.com/jump-start">Jumpstart</a> and  she often publishes for <a href="https://ctocraft.com/">CTO Craft</a> as well. Follow these resources to connect with her.</p><p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://share.hsforms.com/1Row5wXcYSkek6ZcbiQKFYg3u1c5" target="_blank">short form</a> if you'd like to be  a podcast guest. <br /><br />Interested in joining Form3? Check out our <a href="https://www.form3.tech/careers" target="_blank">careers site</a>. </p>
]]></content:encoded>
      <enclosure length="32539838" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/6d869d4c-1eb6-4968-8b12-03c06e717d52/audio/81bea8d9-2d1c-431e-afa8-5a202d08aa56/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 35 .tech - Measuring the success of engineering teams</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:duration>00:33:53</itunes:duration>
      <itunes:summary>Evelina Vrabie joins us to share her insights into measuring the success of engineering teams. She tells us about the role of an engineering manager as well as the four types of success. Then, she walks us through how to measure productivity and high performance through research-based frameworks.</itunes:summary>
      <itunes:subtitle>Evelina Vrabie joins us to share her insights into measuring the success of engineering teams. She tells us about the role of an engineering manager as well as the four types of success. Then, she walks us through how to measure productivity and high performance through research-based frameworks.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>35</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">1a0940de-899b-4b72-8fe6-c89f252eb5d7</guid>
      <title>Ep 34  .tech - Supporting diversity in tech</title>
      <description><![CDATA[<p><a href="https://www.linkedin.com/in/leahtopchik/">Leah Cohen</a> is Chief Technology Officer (CTO) at <a href="https://www.linkedin.com/company/school-of-sos/">School of SOS</a>. She has a background as an entrepreneur, developer and is now in charge of building the platform and leading the technical team at School of SOS.</p><p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://share.hsforms.com/1Row5wXcYSkek6ZcbiQKFYg3u1c5" target="_blank">short form</a> if you'd like to be  a podcast guest. <br /><br />Interested in joining Form3? Check out our <a href="https://www.form3.tech/careers" target="_blank">careers site</a>. </p>
]]></description>
      <pubDate>Wed, 27 Jul 2022 11:00:25 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-34-tech-supporting-diversity-in-tech-wXOtIkGd</link>
      <content:encoded><![CDATA[<p><a href="https://www.linkedin.com/in/leahtopchik/">Leah Cohen</a> is Chief Technology Officer (CTO) at <a href="https://www.linkedin.com/company/school-of-sos/">School of SOS</a>. She has a background as an entrepreneur, developer and is now in charge of building the platform and leading the technical team at School of SOS.</p><p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://share.hsforms.com/1Row5wXcYSkek6ZcbiQKFYg3u1c5" target="_blank">short form</a> if you'd like to be  a podcast guest. <br /><br />Interested in joining Form3? Check out our <a href="https://www.form3.tech/careers" target="_blank">careers site</a>. </p>
]]></content:encoded>
      <enclosure length="24314401" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/0ceb5a2d-3793-4897-a897-5241347feb7b/audio/74137378-a118-47e8-bd1a-00baed4ba98c/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 34  .tech - Supporting diversity in tech</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:duration>00:25:19</itunes:duration>
      <itunes:summary>Leah Cohen from School of SOS joins us to share her insights into how tech leaders can support diversity in tech. She tells us about what diversity in tech is and why we should care about it. Then, she explains two key solutions to improving diversity: target the next generation and support transitioning into careers in tech.</itunes:summary>
      <itunes:subtitle>Leah Cohen from School of SOS joins us to share her insights into how tech leaders can support diversity in tech. She tells us about what diversity in tech is and why we should care about it. Then, she explains two key solutions to improving diversity: target the next generation and support transitioning into careers in tech.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>34</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">3280f642-0421-4dd3-a125-64a570f505a1</guid>
      <title>Ep 33 .tech - Designing and Evolving APIs</title>
      <description><![CDATA[<p><a href="https://www.linkedin.com/in/arnaudlauret/">Arnaud Lauret</a> is currently working on the <a href="https://www.linkedin.com/company/postman-platform/">Postman</a> Open Technology team. The team educates engineers and organisations to take advantage of APIs. Arnaud shares his knowledge on his blog <a href="https://apihandyman.io/">apihandyman.io</a> and has also written the book <a href="https://www.manning.com/books/the-design-of-web-apis">"The Design of Web APIs"</a>.</p><p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://share.hsforms.com/1Row5wXcYSkek6ZcbiQKFYg3u1c5" target="_blank">short form</a> if you'd like to be  a podcast guest. <br /><br />Interested in joining Form3? Check out our <a href="https://www.form3.tech/careers" target="_blank">careers site</a>. </p>
]]></description>
      <pubDate>Mon, 20 Jun 2022 11:30:25 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-33-tech-designing-and-evolving-apis-UC6w_iYT</link>
      <content:encoded><![CDATA[<p><a href="https://www.linkedin.com/in/arnaudlauret/">Arnaud Lauret</a> is currently working on the <a href="https://www.linkedin.com/company/postman-platform/">Postman</a> Open Technology team. The team educates engineers and organisations to take advantage of APIs. Arnaud shares his knowledge on his blog <a href="https://apihandyman.io/">apihandyman.io</a> and has also written the book <a href="https://www.manning.com/books/the-design-of-web-apis">"The Design of Web APIs"</a>.</p><p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://share.hsforms.com/1Row5wXcYSkek6ZcbiQKFYg3u1c5" target="_blank">short form</a> if you'd like to be  a podcast guest. <br /><br />Interested in joining Form3? Check out our <a href="https://www.form3.tech/careers" target="_blank">careers site</a>. </p>
]]></content:encoded>
      <enclosure length="69107460" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/1cb07ada-6431-4c72-b9c1-3f503f2d3042/audio/45a866f5-929d-4467-b8ef-533863cbfac6/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 33 .tech - Designing and Evolving APIs</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:duration>00:28:47</itunes:duration>
      <itunes:summary>Arnaud Lauret aka. &quot;The API handyman&quot; is an OpenAPI Lead at Postman. He joins us to share his expertise on API design and maintenance, including tips for evolving APIs and how the OpenAPI specification can make the lives of API designers easier.</itunes:summary>
      <itunes:subtitle>Arnaud Lauret aka. &quot;The API handyman&quot; is an OpenAPI Lead at Postman. He joins us to share his expertise on API design and maintenance, including tips for evolving APIs and how the OpenAPI specification can make the lives of API designers easier.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>33</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">09ba3d5b-3a52-4a8a-8d9e-2b6c14c48789</guid>
      <title>Ep 32 .tech - Careers in Engineering</title>
      <description><![CDATA[<p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://share.hsforms.com/1Row5wXcYSkek6ZcbiQKFYg3u1c5" target="_blank">short form</a> if you'd like to be  a podcast guest. <br /><br />Interested in joining Form3? Check out our <a href="https://www.form3.tech/careers" target="_blank">careers site</a>. </p>
]]></description>
      <pubDate>Fri, 27 May 2022 16:17:36 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-32-tech-careers-in-engineering-f_W4wpEN</link>
      <content:encoded><![CDATA[<p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://share.hsforms.com/1Row5wXcYSkek6ZcbiQKFYg3u1c5" target="_blank">short form</a> if you'd like to be  a podcast guest. <br /><br />Interested in joining Form3? Check out our <a href="https://www.form3.tech/careers" target="_blank">careers site</a>. </p>
]]></content:encoded>
      <enclosure length="67747003" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/e24ef09f-ff1e-4cfb-a5ed-d763791c1384/audio/56be930a-1923-4d9d-922b-09ffd8d9f140/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 32 .tech - Careers in Engineering</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:duration>00:28:13</itunes:duration>
      <itunes:summary>Sally Goble, Engineering Manager at accuRx, joins us to tell us all about growing engineering teams, how to support engineering career progression, as well as the importance of salary transparency.</itunes:summary>
      <itunes:subtitle>Sally Goble, Engineering Manager at accuRx, joins us to tell us all about growing engineering teams, how to support engineering career progression, as well as the importance of salary transparency.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>32</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">8a0e54f9-c099-4fa9-b974-e26720c96d3a</guid>
      <title>Ep 31 .tech - Testing at Form3</title>
      <description><![CDATA[<p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://share.hsforms.com/1Row5wXcYSkek6ZcbiQKFYg3u1c5" target="_blank">short form</a> if you'd like to be  a podcast guest. <br /><br />Interested in joining Form3? Check out our <a href="https://www.form3.tech/careers" target="_blank">careers site</a>. </p>
]]></description>
      <pubDate>Wed, 11 May 2022 14:05:29 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-31-tech-testing-at-form3-MBMFuHWL</link>
      <content:encoded><![CDATA[<p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://share.hsforms.com/1Row5wXcYSkek6ZcbiQKFYg3u1c5" target="_blank">short form</a> if you'd like to be  a podcast guest. <br /><br />Interested in joining Form3? Check out our <a href="https://www.form3.tech/careers" target="_blank">careers site</a>. </p>
]]></content:encoded>
      <enclosure length="59860113" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/44003d68-535e-4cfc-91ab-f9136caf2059/audio/31bd99f1-c763-4ef1-974c-9fcfdc58ecb8/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 31 .tech - Testing at Form3</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:duration>00:24:56</itunes:duration>
      <itunes:summary>Sam Owens joins us to tell us all about our approach to testing at Form3. He gives us an overview of our testing strategy, the different types of tests we run and explains how to use Pact for testing your services. Finally, he tells us why he prefers BDD style tests.</itunes:summary>
      <itunes:subtitle>Sam Owens joins us to tell us all about our approach to testing at Form3. He gives us an overview of our testing strategy, the different types of tests we run and explains how to use Pact for testing your services. Finally, he tells us why he prefers BDD style tests.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>31</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">64398475-a38a-454f-898c-5e5d6a4c7c53</guid>
      <title>Ep 30 .tech - Security scanning using tfsec</title>
      <description><![CDATA[<p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://share.hsforms.com/1Row5wXcYSkek6ZcbiQKFYg3u1c5" target="_blank">short form</a> if you'd like to be  a podcast guest. <br /><br />Interested in joining Form3? Check out our <a href="https://www.form3.tech/careers" target="_blank">careers site</a>. </p>
]]></description>
      <pubDate>Tue, 26 Apr 2022 16:44:17 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-30-tech-security-scanning-using-tfsec-0F1S0q6r</link>
      <content:encoded><![CDATA[<p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://share.hsforms.com/1Row5wXcYSkek6ZcbiQKFYg3u1c5" target="_blank">short form</a> if you'd like to be  a podcast guest. <br /><br />Interested in joining Form3? Check out our <a href="https://www.form3.tech/careers" target="_blank">careers site</a>. </p>
]]></content:encoded>
      <enclosure length="21435916" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/f35a4c76-78e6-4117-94c1-a74b78637c02/audio/3f98f9f3-ce74-4d70-b28e-84fa038eb993/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 30 .tech - Security scanning using tfsec</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:duration>00:22:20</itunes:duration>
      <itunes:summary>Liam and Owen from Aqua Security join us to share their work on the open source static analysis tool, tfsec. They give us an introduction to infrastructure as code with terraform, then explain what are the common problems they are trying to solve with tfsec. Finally, they tell us all about getting started with tfsec and getting involved with the project.</itunes:summary>
      <itunes:subtitle>Liam and Owen from Aqua Security join us to share their work on the open source static analysis tool, tfsec. They give us an introduction to infrastructure as code with terraform, then explain what are the common problems they are trying to solve with tfsec. Finally, they tell us all about getting started with tfsec and getting involved with the project.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>30</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">35ecfc46-2b5e-43d7-9395-feeb929b6f54</guid>
      <title>Ep 29 .tech - Infrastructure as code to control access to everything</title>
      <description><![CDATA[<p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://share.hsforms.com/1Row5wXcYSkek6ZcbiQKFYg3u1c5" target="_blank">short form</a> if you'd like to be  a podcast guest. <br /><br />Interested in joining Form3? Check out our <a href="https://www.form3.tech/careers" target="_blank">careers site</a>. </p>
]]></description>
      <pubDate>Wed, 13 Apr 2022 09:59:42 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-29-tech-infrastructure-as-code-to-control-access-to-everything-AvKbjQP_</link>
      <content:encoded><![CDATA[<p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://share.hsforms.com/1Row5wXcYSkek6ZcbiQKFYg3u1c5" target="_blank">short form</a> if you'd like to be  a podcast guest. <br /><br />Interested in joining Form3? Check out our <a href="https://www.form3.tech/careers" target="_blank">careers site</a>. </p>
]]></content:encoded>
      <enclosure length="26491968" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/507ad5ab-846c-42ca-ad06-3ac5920f60be/audio/1ececf7b-3150-4a9e-a042-f6b4feebb92e/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 29 .tech - Infrastructure as code to control access to everything</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:duration>00:27:36</itunes:duration>
      <itunes:summary>Everyone is frustrated of traditional IT processes of using a ticketing system such as Jira to request access to systems. They are cumbersome and it&apos;s hard to verify that the person made the change exactly as requested in the ticket. Travis talks us through how at Teleport they have solved this problem by leveraging infrastructure as code to manage access to all internal systems. He talks us through how you can go about migrating to infrastructure as code and what are some of the gotchas you need to watch out for.</itunes:summary>
      <itunes:subtitle>Everyone is frustrated of traditional IT processes of using a ticketing system such as Jira to request access to systems. They are cumbersome and it&apos;s hard to verify that the person made the change exactly as requested in the ticket. Travis talks us through how at Teleport they have solved this problem by leveraging infrastructure as code to manage access to all internal systems. He talks us through how you can go about migrating to infrastructure as code and what are some of the gotchas you need to watch out for.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>29</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">2a902d3d-a4a2-4f73-a7c3-19c1e926966b</guid>
      <title>Ep 28 .tech - Delivering at scale for Meta</title>
      <description><![CDATA[<p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://share.hsforms.com/1Row5wXcYSkek6ZcbiQKFYg3u1c5" target="_blank">short form</a> if you'd like to be  a podcast guest. <br /><br />Interested in joining Form3? Check out our <a href="https://www.form3.tech/careers" target="_blank">careers site</a>. </p>
]]></description>
      <pubDate>Mon, 28 Mar 2022 10:43:18 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-28-tech-delivering-at-scale-for-meta-mPGLHDnG</link>
      <content:encoded><![CDATA[<p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. </p><p>Get in touch with us via this <a href="https://share.hsforms.com/1Row5wXcYSkek6ZcbiQKFYg3u1c5" target="_blank">short form</a> if you'd like to be  a podcast guest. <br /><br />Interested in joining Form3? Check out our <a href="https://www.form3.tech/careers" target="_blank">careers site</a>. </p>
]]></content:encoded>
      <enclosure length="35579655" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/b89e35a4-432f-4f22-a3e7-92bad4afe173/audio/fc693fc2-1333-4b4b-bd58-1873494df18f/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 28 .tech - Delivering at scale for Meta</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:duration>00:37:04</itunes:duration>
      <itunes:summary>Tugberk Ugurlu from Meta gives us a sneak peek into life as a software engineer at one of the biggest software companies in the world. He tells us about engineering culture, writing software at scale, the development ecosystem, programming languages and even... the hiring process!</itunes:summary>
      <itunes:subtitle>Tugberk Ugurlu from Meta gives us a sneak peek into life as a software engineer at one of the biggest software companies in the world. He tells us about engineering culture, writing software at scale, the development ecosystem, programming languages and even... the hiring process!</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>28</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">50ff9c2e-7e2a-40a8-90d3-b731756de2c0</guid>
      <title>Ep 27 .tech - Pulumi</title>
      <description><![CDATA[<p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? Check out our <a href="https://www.form3.tech/careers " target="_blank">careers site</a>. </p>
]]></description>
      <pubDate>Tue, 15 Mar 2022 10:11:55 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-27-tech-pulumi-bxtyi0WP</link>
      <content:encoded><![CDATA[<p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? Check out our <a href="https://www.form3.tech/careers " target="_blank">careers site</a>. </p>
]]></content:encoded>
      <enclosure length="31547603" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/cd6544bd-f2f9-4534-82f0-f6fc885c8ca8/audio/74b18f57-2b00-4fa4-a45f-306c7a91b23f/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 27 .tech - Pulumi</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:duration>00:32:52</itunes:duration>
      <itunes:summary>Pulumi is an Infrastructure as Code (IaC) tool that allows you to write programs in your programming language of choice (Go, .Net, Typescript, Javascript, Python) and apply that program to your infrastructure. Internally it builds a declarative view of the world, so it can track changes between runs. David Flanagan, Staff Developer Advocate, talks us through how Pulumi works, how you can structure deployment pipelines and answers that question that we&apos;re sure is on everyone&apos;s lips - &quot;How is it different from Terraform?&quot;.</itunes:summary>
      <itunes:subtitle>Pulumi is an Infrastructure as Code (IaC) tool that allows you to write programs in your programming language of choice (Go, .Net, Typescript, Javascript, Python) and apply that program to your infrastructure. Internally it builds a declarative view of the world, so it can track changes between runs. David Flanagan, Staff Developer Advocate, talks us through how Pulumi works, how you can structure deployment pipelines and answers that question that we&apos;re sure is on everyone&apos;s lips - &quot;How is it different from Terraform?&quot;.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>27</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">677b3638-c11e-41f7-bc2f-d79c93f209a9</guid>
      <title>Ep 26 .tech - Role of a platform engineer</title>
      <description><![CDATA[<p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers </p>
]]></description>
      <pubDate>Wed, 2 Mar 2022 10:40:02 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-26-tech-role-of-a-platform-engineer-kRAdeSDT</link>
      <content:encoded><![CDATA[<p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers </p>
]]></content:encoded>
      <enclosure length="29243812" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/7aa91945-8e06-40e9-a9cd-fb173aabd85a/audio/90e146cc-e6d8-4a9c-8a1a-c9db3d6cb40a/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 26 .tech - Role of a platform engineer</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:duration>00:30:28</itunes:duration>
      <itunes:summary>Welcome back to the Form3 .tech podcast! Technology is moving at a very fast pace. More and more services are becoming available on the cloud and the physical infrastructure is being pushed further from the engineers. Ben Cordero, a SRE at Snyk, joined our host, Kevin Holditch, to describe the role of a platform engineer. What things should they be focusing on? What should they be on call for? What experience should they be aiming to give the engineers using the platform? Ben provides a fascinating insight to how platform engineering has changed and will continue to change as time goes on.</itunes:summary>
      <itunes:subtitle>Welcome back to the Form3 .tech podcast! Technology is moving at a very fast pace. More and more services are becoming available on the cloud and the physical infrastructure is being pushed further from the engineers. Ben Cordero, a SRE at Snyk, joined our host, Kevin Holditch, to describe the role of a platform engineer. What things should they be focusing on? What should they be on call for? What experience should they be aiming to give the engineers using the platform? Ben provides a fascinating insight to how platform engineering has changed and will continue to change as time goes on.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>26</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">4ccbc775-15ab-4b59-a97d-5239919b6504</guid>
      <title>Ep 25 .tech - Backing up Kubernetes</title>
      <description><![CDATA[<p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers </p>
]]></description>
      <pubDate>Wed, 16 Feb 2022 13:20:16 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-25-tech-backing-up-kubernetes-2UDVhaRn</link>
      <content:encoded><![CDATA[<p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers </p>
]]></content:encoded>
      <enclosure length="34875812" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/faea37ac-171e-4981-a485-364ff2624ccc/audio/b61a06a3-9b46-4435-b5db-947a6af9ab50/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 25 .tech - Backing up Kubernetes</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/451e198a-ef7e-4ef0-a252-aa03dc471081/116aa1ad-d40e-42db-9cb8-20c0f0980e0f/3000x3000/podcast-general-cover.jpg?aid=rss_feed"/>
      <itunes:duration>00:36:20</itunes:duration>
      <itunes:summary>Welcome back to the Form3 .tech podcast! More stateful workloads are moving to Kubernetes.  The challenge is that backing up the data and restoring in the event of disaster can be very complex.  Michael Cade from Veeam, an expert in data management, takes us through how you can approach solving these issues in kubernetes with Kanister https://kanister.io/ (an open source tool) and how you can migrate whole clusters to other clouds with Kasten K10. </itunes:summary>
      <itunes:subtitle>Welcome back to the Form3 .tech podcast! More stateful workloads are moving to Kubernetes.  The challenge is that backing up the data and restoring in the event of disaster can be very complex.  Michael Cade from Veeam, an expert in data management, takes us through how you can approach solving these issues in kubernetes with Kanister https://kanister.io/ (an open source tool) and how you can migrate whole clusters to other clouds with Kasten K10. </itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>25</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">c63e3fc9-f464-4f4a-8cd2-40012d82476b</guid>
      <title>Ep 24 .tech - Moving to Go</title>
      <description><![CDATA[<p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers </p>
]]></description>
      <pubDate>Mon, 31 Jan 2022 10:41:11 +0000</pubDate>
      <author>Kevin Holditch</author>
      <link>https://techpodcast.form3.tech/episodes/ep-24-tech-moving-to-go-PeFXQwcY</link>
      <content:encoded><![CDATA[<p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers </p>
]]></content:encoded>
      <enclosure length="40944997" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/026de3c4-55d2-4501-8732-ab170763126b/audio/a6efa6f8-1756-4dee-b6ed-60f886983058/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 24 .tech - Moving to Go</itunes:title>
      <itunes:author>Kevin Holditch</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/451e198a-ef7e-4ef0-a252-aa03dc471081/02ddcf05-12d5-4294-95aa-6b60befc894f/3000x3000/tech-podcast-cover.jpg?aid=rss_feed"/>
      <itunes:duration>00:42:39</itunes:duration>
      <itunes:summary>Every month more companies are moving to the cloud and adopting Go as their language of choice.  At Form3 we use Go to build our cloud native platform. In this episode Host Kevin Holditch caught up with Joseph Woodward, Nikolay Vladimirov and Mihai Tiriplică, 3 Senior Engineers from Form3 to discuss how their journey was moving to Go.  How does Go compare to other languages and eco-systems for builds? Strong typing? Language simplicity? Concurrency? Join us in this episode to find out.</itunes:summary>
      <itunes:subtitle>Every month more companies are moving to the cloud and adopting Go as their language of choice.  At Form3 we use Go to build our cloud native platform. In this episode Host Kevin Holditch caught up with Joseph Woodward, Nikolay Vladimirov and Mihai Tiriplică, 3 Senior Engineers from Form3 to discuss how their journey was moving to Go.  How does Go compare to other languages and eco-systems for builds? Strong typing? Language simplicity? Concurrency? Join us in this episode to find out.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>24</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">b8b38edc-81c4-4d0e-8a7e-5e5d3ccb56bb</guid>
      <title>Ep 23 .tech - Running Cockroach DB</title>
      <description><![CDATA[<p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers <br /><br />https://www.cockroachlabs.com/ <br /><br />Our last episode with Daniel Holt: https://techpodcast.form3.tech/episodes/ep-13-tech-cockroachdb-a-cloud-native-global-database </p>
]]></description>
      <pubDate>Fri, 14 Jan 2022 09:00:00 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-23-tech-running-cockroach-db-mmjHHfC2</link>
      <content:encoded><![CDATA[<p>Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers <br /><br />https://www.cockroachlabs.com/ <br /><br />Our last episode with Daniel Holt: https://techpodcast.form3.tech/episodes/ep-13-tech-cockroachdb-a-cloud-native-global-database </p>
]]></content:encoded>
      <enclosure length="30114003" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/305f29b4-4863-42ef-a711-180d1629b60e/audio/96126148-5fa8-463b-87e2-d7cda141453c/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 23 .tech - Running Cockroach DB</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/451e198a-ef7e-4ef0-a252-aa03dc471081/1e2bb798-91a3-427f-b74e-2a723d63089b/3000x3000/podcast-general-cover.jpg?aid=rss_feed"/>
      <itunes:duration>00:31:23</itunes:duration>
      <itunes:summary>
Welcome back to the Form3 .tech podcast! Cockroach DB is an awesome cloud native, horizontally scalable, relational database.  It is a great fit when you need write consistency that scales!  There are many ways to run Cockroach DB.  Self hosting, Cockroach DB Cloud and Cockroach DB serverless, which choice is right for you?  Daniel Holt from Cockroach Labs take Kevin Holditch through the different options and which one would fit you best.
</itunes:summary>
      <itunes:subtitle>
Welcome back to the Form3 .tech podcast! Cockroach DB is an awesome cloud native, horizontally scalable, relational database.  It is a great fit when you need write consistency that scales!  There are many ways to run Cockroach DB.  Self hosting, Cockroach DB Cloud and Cockroach DB serverless, which choice is right for you?  Daniel Holt from Cockroach Labs take Kevin Holditch through the different options and which one would fit you best.
</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>23</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">37f28ff3-e1ba-49e3-868d-db15c30fc8a5</guid>
      <title>Ep 22 .tech - How do interpreters work?</title>
      <description><![CDATA[<p> Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers <br /><br />Interpreter book: https://interpreterbook.com <br /><br />Thorsten Ball's Github: https://github.com/mrnugget </p>
]]></description>
      <pubDate>Tue, 30 Nov 2021 13:55:02 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-22-tech-how-do-interpreters-work-4JYqBPZV</link>
      <content:encoded><![CDATA[<p> Our  .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers <br /><br />Interpreter book: https://interpreterbook.com <br /><br />Thorsten Ball's Github: https://github.com/mrnugget </p>
]]></content:encoded>
      <enclosure length="37971635" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/079146bc-55e8-4a33-ad00-8cc83371a1a1/audio/37eca6ab-3376-4a0a-b8db-daa793059f00/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 22 .tech - How do interpreters work?</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:duration>00:39:33</itunes:duration>
      <itunes:summary>Join host Kevin Holditch for an episode on how interpreters work.  To most of us interpreters feel quite magical in that they can take a string and execute that as meaningful code.  Thorsten Ball, author of the fantastic book: Writing An Interpreter In Go (https://interpreterbook.com/) lifts the bonnet on what happens inside the interpreter.  Thorsten goes through the stages of interpreting: lexing -&gt; parsing -&gt; evaluation and adds concrete examples of how each stage fits into the next.  This episode will give you a great understanding of the mechanics of an interpreter.  We also touch on what is the difference between interpreting and compilation And what is super compiler is.</itunes:summary>
      <itunes:subtitle>Join host Kevin Holditch for an episode on how interpreters work.  To most of us interpreters feel quite magical in that they can take a string and execute that as meaningful code.  Thorsten Ball, author of the fantastic book: Writing An Interpreter In Go (https://interpreterbook.com/) lifts the bonnet on what happens inside the interpreter.  Thorsten goes through the stages of interpreting: lexing -&gt; parsing -&gt; evaluation and adds concrete examples of how each stage fits into the next.  This episode will give you a great understanding of the mechanics of an interpreter.  We also touch on what is the difference between interpreting and compilation And what is super compiler is.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>22</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">dbfc9273-9ad7-4980-bc90-a778b3fb6351</guid>
      <title>Ep 21 .tech - AWS Serverless Patterns</title>
      <description><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers <br /><br />Marcia's Youtube Channel: <a href="https://www.youtube.com/c/FooBar_codes" target="_blank">https://www.youtube.com/c/FooBar_codes </a><br /><br /> </p>
]]></description>
      <pubDate>Mon, 8 Nov 2021 12:17:59 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-21-tech-aws-serverless-patterns-wfzJEIWF</link>
      <content:encoded><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers <br /><br />Marcia's Youtube Channel: <a href="https://www.youtube.com/c/FooBar_codes" target="_blank">https://www.youtube.com/c/FooBar_codes </a><br /><br /> </p>
]]></content:encoded>
      <enclosure length="30643975" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/ee675c86-59a5-49ec-937e-f9655937811c/audio/0a8f318c-f2cc-4321-8069-ff554e9d6ab9/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 21 .tech - AWS Serverless Patterns</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/451e198a-ef7e-4ef0-a252-aa03dc471081/9d1ffb34-8d31-4b1a-8d85-9e1f0096d973/3000x3000/tech-podcast-cover.jpg?aid=rss_feed"/>
      <itunes:duration>00:31:55</itunes:duration>
      <itunes:summary>Welcome back to the Form3 .tech podcast! Using serverless architecture can be very powerful, allowing you to offload all scaling, patching and infrastructure responsibilities to the cloud provider, leaving you free to write your business logic to add value to your users.  Serverless is very powerful but requires a mindset shift to get your solution configured.  

Join host Kevin Holditch and AWS Developer Advocate Marcia Villalba who explains how we can solve 3 common architectures using AWS Serverless technologies.</itunes:summary>
      <itunes:subtitle>Welcome back to the Form3 .tech podcast! Using serverless architecture can be very powerful, allowing you to offload all scaling, patching and infrastructure responsibilities to the cloud provider, leaving you free to write your business logic to add value to your users.  Serverless is very powerful but requires a mindset shift to get your solution configured.  

Join host Kevin Holditch and AWS Developer Advocate Marcia Villalba who explains how we can solve 3 common architectures using AWS Serverless technologies.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>21</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">eb482e23-8e21-4002-afcd-502f01b2f834</guid>
      <title>Ep 20 .tech - Buying Cloud with Strategic Blue</title>
      <description><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers </p>
]]></description>
      <pubDate>Mon, 18 Oct 2021 08:00:00 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-20-tech-buying-cloud-with-strategic-blue-0ob7MZFB</link>
      <content:encoded><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers </p>
]]></content:encoded>
      <enclosure length="29857376" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/421a5451-521d-48ac-b355-b96c15907203/audio/5469dafc-6b1d-452d-bdd5-e693469fc27f/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 20 .tech - Buying Cloud with Strategic Blue</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/451e198a-ef7e-4ef0-a252-aa03dc471081/38b84c10-e240-414e-b2f6-8b48649438ab/3000x3000/tech-podcast-cover.jpg?aid=rss_feed"/>
      <itunes:duration>00:31:06</itunes:duration>
      <itunes:summary>Welcome back to the Form3 .tech podcast. Our host Kevin Holditch is joined by Frank Contrepois from Strategic Blue, who help clients buy Cloud on their own times. With Form3 an active customer of Strategic Blue&apos;s, Kevin and Frank discuss the advantages of Strategic Blue and the reasons why organisations choose to utilise Strategic Blue when buying Cloud. </itunes:summary>
      <itunes:subtitle>Welcome back to the Form3 .tech podcast. Our host Kevin Holditch is joined by Frank Contrepois from Strategic Blue, who help clients buy Cloud on their own times. With Form3 an active customer of Strategic Blue&apos;s, Kevin and Frank discuss the advantages of Strategic Blue and the reasons why organisations choose to utilise Strategic Blue when buying Cloud. </itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>20</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">a2d625a5-5cfb-4ffe-bc7c-0e294d302aa1</guid>
      <title>Ep 19 .tech - Machine Learning and Data Science</title>
      <description><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers </p>
]]></description>
      <pubDate>Mon, 4 Oct 2021 14:45:22 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-19-tech-machine-learning-and-data-science-Cr6EEGGP</link>
      <content:encoded><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers </p>
]]></content:encoded>
      <enclosure length="28211871" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/ffe02279-7487-4984-86b5-f96366d54de3/audio/1c8d33d9-19b3-4133-99a5-43811e37fd35/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 19 .tech - Machine Learning and Data Science</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/451e198a-ef7e-4ef0-a252-aa03dc471081/cc288044-4357-47b1-9687-87364eabda42/3000x3000/tech-podcast-cover.jpg?aid=rss_feed"/>
      <itunes:duration>00:29:23</itunes:duration>
      <itunes:summary>Welcome back to the Form3 .tech podcast with host Kevin Holditch. Machine learning has always been one of those areas of engineering that has felt like complete magic from the outside.  How do you go about programming a computer to think?  If this question has puzzled you then join Kevin as he catches up with Tarek Mehrez a machine learning and data engineering expert as he talked Kevin through how machine learning works and how data engineering is a key ingredient in order to get the input data into the correct shape.</itunes:summary>
      <itunes:subtitle>Welcome back to the Form3 .tech podcast with host Kevin Holditch. Machine learning has always been one of those areas of engineering that has felt like complete magic from the outside.  How do you go about programming a computer to think?  If this question has puzzled you then join Kevin as he catches up with Tarek Mehrez a machine learning and data engineering expert as he talked Kevin through how machine learning works and how data engineering is a key ingredient in order to get the input data into the correct shape.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>19</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">3f124267-f0f9-41a8-a692-0b071a7c8fe3</guid>
      <title>Ep 18 . tech - How Elastic runs across multiple clouds</title>
      <description><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers </p>
]]></description>
      <pubDate>Thu, 2 Sep 2021 16:02:46 +0000</pubDate>
      <author>Igor Kupczyński, Kevin Holditch</author>
      <link>https://techpodcast.form3.tech/episodes/ep-18-tech-how-elastic-runs-across-multiple-clouds-65b516YZ</link>
      <content:encoded><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers </p>
]]></content:encoded>
      <enclosure length="29619975" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/c52c904d-b697-4d9f-bfb3-1832e00bd31a/audio/32ac77cb-5b0a-4ebc-8337-4cd6bdd5e9f7/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 18 . tech - How Elastic runs across multiple clouds</itunes:title>
      <itunes:author>Igor Kupczyński, Kevin Holditch</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/451e198a-ef7e-4ef0-a252-aa03dc471081/ab09c53e-9bc8-4212-96ea-138f35764d03/3000x3000/tech-podcast-cover.jpg?aid=rss_feed"/>
      <itunes:duration>00:30:51</itunes:duration>
      <itunes:summary>Welcome back! On this episode of the .tech podcast host Kevin Holditch is joined by Igor Kupczyński from Elastic (the company behind Elastic Search) for an interesting discussion on how they offer Elastic Search on multiple clouds.  How do they orchestrate their infrastructure on demand for customers? How do they ensure there is the maximum amount of reuse on each cloud vendor?  What is the best programming language to use?  These questions and more are answered.</itunes:summary>
      <itunes:subtitle>Welcome back! On this episode of the .tech podcast host Kevin Holditch is joined by Igor Kupczyński from Elastic (the company behind Elastic Search) for an interesting discussion on how they offer Elastic Search on multiple clouds.  How do they orchestrate their infrastructure on demand for customers? How do they ensure there is the maximum amount of reuse on each cloud vendor?  What is the best programming language to use?  These questions and more are answered.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>18</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">9c9974d2-882b-46ce-9911-e066003ed7c2</guid>
      <title>Ep 17 . tech - Observability with Grafana Labs</title>
      <description><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers </p>
]]></description>
      <pubDate>Fri, 13 Aug 2021 12:41:37 +0000</pubDate>
      <author>Kevin Holditch</author>
      <link>https://techpodcast.form3.tech/episodes/ep-17-tech-observability-with-grafana-labs-lwMQfSiW</link>
      <content:encoded><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers </p>
]]></content:encoded>
      <enclosure length="33308047" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/770821b9-fd88-40ca-ac9f-41cac7586f68/audio/111ede65-cf76-4365-9d1a-740f556917c5/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 17 . tech - Observability with Grafana Labs</itunes:title>
      <itunes:author>Kevin Holditch</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/451e198a-ef7e-4ef0-a252-aa03dc471081/d31a6437-47fc-48b7-aa30-5103f2a74172/3000x3000/tech-podcast-cover.jpg?aid=rss_feed"/>
      <itunes:duration>00:34:42</itunes:duration>
      <itunes:summary>Welcome back to the Form3 .tech podcast. On this episode Tom Wilkie, Creator of popular open source observability tools Cortex and Loki, joins host Kevin Holditch to talk all things observability.  How do all of the open source observability tools fit together?  What are the best practices around running them?  How can you compose tools together to be able to dive between logs, metrics and traces?  With his wealth of knowledge in the observability space, Tom answers all of these questions and gives a great insight into how you should think about observability.

</itunes:summary>
      <itunes:subtitle>Welcome back to the Form3 .tech podcast. On this episode Tom Wilkie, Creator of popular open source observability tools Cortex and Loki, joins host Kevin Holditch to talk all things observability.  How do all of the open source observability tools fit together?  What are the best practices around running them?  How can you compose tools together to be able to dive between logs, metrics and traces?  With his wealth of knowledge in the observability space, Tom answers all of these questions and gives a great insight into how you should think about observability.

</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>17</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">492221f4-8658-4571-a2b2-00cc6b8242e5</guid>
      <title>Ep 16 .tech - Supercharge your Kubernetes clusters with Cilium</title>
      <description><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers <br /><br />Cilium website : https://cilium.io/ </p>
]]></description>
      <pubDate>Sun, 25 Jul 2021 23:00:00 +0000</pubDate>
      <author>Kevin Holditch</author>
      <link>https://techpodcast.form3.tech/episodes/ep-16-tech-supercharge-your-kubernetes-clusters-with-cilium-Mor_MDWw</link>
      <content:encoded><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers <br /><br />Cilium website : https://cilium.io/ </p>
]]></content:encoded>
      <enclosure length="31557634" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/0119f8e0-aca8-4c51-8809-c4675b2d23b4/audio/3c02e2e2-c642-4325-913a-476ef0e3ec36/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 16 .tech - Supercharge your Kubernetes clusters with Cilium</itunes:title>
      <itunes:author>Kevin Holditch</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/451e198a-ef7e-4ef0-a252-aa03dc471081/fbae763d-4ed1-467c-bc15-eaef4e0b6626/3000x3000/pw-pm-pod.jpg?aid=rss_feed"/>
      <itunes:duration>00:32:52</itunes:duration>
      <itunes:summary>Welcome back to the Form3 .tech podcast. Dan Wendlandt, the CEO of Isovalent joins host Kevin Holditch for a discussion on the product they have created Cilium. Join them to learn how Cilium leverages eBPF to give your kubernetes cluster superpowers!  These superpowers include cluster meshing (global kubernetes services across multiple clusters), lightning fast networking (no iptables), pod network security which can be scoped to a pod identity and include rules for both inside and outside of cluster and full network observability.  Dan takes me through how Cilium enables all of these features.</itunes:summary>
      <itunes:subtitle>Welcome back to the Form3 .tech podcast. Dan Wendlandt, the CEO of Isovalent joins host Kevin Holditch for a discussion on the product they have created Cilium. Join them to learn how Cilium leverages eBPF to give your kubernetes cluster superpowers!  These superpowers include cluster meshing (global kubernetes services across multiple clusters), lightning fast networking (no iptables), pod network security which can be scoped to a pod identity and include rules for both inside and outside of cluster and full network observability.  Dan takes me through how Cilium enables all of these features.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>16</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">0f5df8d9-dc7d-4e60-b6fd-39636c4a4f36</guid>
      <title>Ep 15 .tech - Hashiconf, Vault and Terraform</title>
      <description><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers <br /><br />Hashicorp website -https://www.hashicorp.com/ <br /><br />Kevin's talk at Hashiconf:  https://www.youtube.com/20watch?v=oRsDn8iiozs </p><p><br /> </p><p> </p>
]]></description>
      <pubDate>Mon, 5 Jul 2021 12:50:44 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-15-tech-hashiconf-vault-and-terraform-IBdJCvoK</link>
      <content:encoded><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers <br /><br />Hashicorp website -https://www.hashicorp.com/ <br /><br />Kevin's talk at Hashiconf:  https://www.youtube.com/20watch?v=oRsDn8iiozs </p><p><br /> </p><p> </p>
]]></content:encoded>
      <enclosure length="31877791" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/8822b6de-5e19-423d-bd57-8350fca7ae93/audio/7351416b-0bae-4c25-a6a0-0bfbeb0b3266/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 15 .tech - Hashiconf, Vault and Terraform</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/451e198a-ef7e-4ef0-a252-aa03dc471081/c9bc347a-11ee-4f6b-ab42-c77e49f15972/3000x3000/tech-podcast-cover.jpg?aid=rss_feed"/>
      <itunes:duration>00:33:13</itunes:duration>
      <itunes:summary>Welcome back to Form3&apos;s .tech podcast. On this week, our host Kevin caught up with Dominique Top and Andre Pimental from Hashicorp to talk all things Hashicorp.  They discussed the recent Hashiconf Europe conference where Kevin gave a talk on how to seed Vault with Terraform.  They also delved into upcoming features that are in store for both Vault and Terraform. 

</itunes:summary>
      <itunes:subtitle>Welcome back to Form3&apos;s .tech podcast. On this week, our host Kevin caught up with Dominique Top and Andre Pimental from Hashicorp to talk all things Hashicorp.  They discussed the recent Hashiconf Europe conference where Kevin gave a talk on how to seed Vault with Terraform.  They also delved into upcoming features that are in store for both Vault and Terraform. 

</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>15</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">bc6292cf-577b-4cd8-a23a-2d49fcd6962d</guid>
      <title>Ep 14 .tech -  CNCF&apos;s role in the cloud native world</title>
      <description><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://hubs.li/H0zlrGd0<br /><br />Cloud Native Computing Foundation website: https://www.cncf.io/<br /> </p>
]]></description>
      <pubDate>Mon, 14 Jun 2021 12:45:33 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-14-tech-cncfs-role-in-the-cloud-native-world-wn4B3Eah</link>
      <content:encoded><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://hubs.li/H0zlrGd0<br /><br />Cloud Native Computing Foundation website: https://www.cncf.io/<br /> </p>
]]></content:encoded>
      <enclosure length="25748001" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/5d341e8e-3724-4e77-8511-d70d85a8293a/audio/a7d96cdf-9e58-48d6-980d-4c3517fe0adc/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 14 .tech -  CNCF&apos;s role in the cloud native world</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/451e198a-ef7e-4ef0-a252-aa03dc471081/307e3351-369c-4f93-9fb0-2dd80011d994/3000x3000/tech-podcast-cover.jpg?aid=rss_feed"/>
      <itunes:duration>00:26:49</itunes:duration>
      <itunes:summary>Welcome back to Form3&apos;s .tech podcast. In this episode our host Kevin Holditch was joined by Cheryl Hung from CNCF (Cloud Native Computing Foundation).  Cheryl takes us through what CNCF do, how they oversee opensource projects to make them reliable and why you should strongly consider joining CNCF as an end user.</itunes:summary>
      <itunes:subtitle>Welcome back to Form3&apos;s .tech podcast. In this episode our host Kevin Holditch was joined by Cheryl Hung from CNCF (Cloud Native Computing Foundation).  Cheryl takes us through what CNCF do, how they oversee opensource projects to make them reliable and why you should strongly consider joining CNCF as an end user.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>14</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">a86bae0e-59e0-4dad-a3b6-dc33b54978bf</guid>
      <title>Ep 13 .tech - CockroachDB - a Cloud Native Global Database</title>
      <description><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://hubs.li/H0zlrGd0<br /><br />Cockroach website: https://www.cockroachlabs.com/ <br /> </p>
]]></description>
      <pubDate>Tue, 1 Jun 2021 13:23:59 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-13-tech-cockroachdb-a-cloud-native-global-database-03lEWQOr</link>
      <content:encoded><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://hubs.li/H0zlrGd0<br /><br />Cockroach website: https://www.cockroachlabs.com/ <br /> </p>
]]></content:encoded>
      <enclosure length="27059975" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/ecee30cf-0e0b-4627-8a5b-b5188eae1f04/audio/5ef41330-8f4e-4310-96b6-9c6fc021c42e/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 13 .tech - CockroachDB - a Cloud Native Global Database</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/451e198a-ef7e-4ef0-a252-aa03dc471081/28d9465c-a90b-4a66-b732-d922a0eb2654/3000x3000/pw-pm-pod.jpg?aid=rss_feed"/>
      <itunes:duration>00:28:11</itunes:duration>
      <itunes:summary>Welcome back to Form3&apos;s .tech podcast. CockroachDB is a cloud native global database, built from the ground up to be run as a truly global database.  In this episode our host Kevin Holditch is joined by Daniel Holt of Cockroach Labs to take a deep dive into CockroachDB. They cover the use case for CockroachDB, deployment topologies, how it works under the bonnet plus a lot more.</itunes:summary>
      <itunes:subtitle>Welcome back to Form3&apos;s .tech podcast. CockroachDB is a cloud native global database, built from the ground up to be run as a truly global database.  In this episode our host Kevin Holditch is joined by Daniel Holt of Cockroach Labs to take a deep dive into CockroachDB. They cover the use case for CockroachDB, deployment topologies, how it works under the bonnet plus a lot more.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>13</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">f7a05b0a-a018-4f7f-8954-4d133f6c0070</guid>
      <title>Ep 12 .tech Ethical Hacking</title>
      <description><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers </p>
]]></description>
      <pubDate>Tue, 18 May 2021 15:42:21 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-12-tech-ethical-hacking-q67mJUWq</link>
      <content:encoded><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://www.form3.tech/careers </p>
]]></content:encoded>
      <enclosure length="29360840" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/e6800483-4696-4a85-929e-9515463d14f9/audio/c2073d3c-60c4-43a7-acfe-d2f7b6616c50/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 12 .tech Ethical Hacking</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/451e198a-ef7e-4ef0-a252-aa03dc471081/a97bebea-9052-4947-8e91-70ae42530972/3000x3000/album-tech.jpg?aid=rss_feed"/>
      <itunes:duration>00:30:35</itunes:duration>
      <itunes:summary>Welcome back to Form3&apos;s .tech podcast. 
Join host Kevin Holditch for an engaging conversation with Form3&apos;s own Ethical Hacker Marcell Molnar.  Marcell takes us through how he got started in hacking, how you can learn hacking skills and what he does in his day job. Hacking is a skill that every engineer should have a working knowledge of as it greatly increases the security of the software they write. </itunes:summary>
      <itunes:subtitle>Welcome back to Form3&apos;s .tech podcast. 
Join host Kevin Holditch for an engaging conversation with Form3&apos;s own Ethical Hacker Marcell Molnar.  Marcell takes us through how he got started in hacking, how you can learn hacking skills and what he does in his day job. Hacking is a skill that every engineer should have a working knowledge of as it greatly increases the security of the software they write. </itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>12</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">5a95676a-22d2-4c7f-93a3-d6f180ff8ce5</guid>
      <title>Ep 11 .tech Harnessing the power of Serverless on AWS</title>
      <description><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://hubs.li/H0zlrGd0<br /><br />Yan's website: https://theburningmonk.com/ <br /> </p>
]]></description>
      <pubDate>Tue, 4 May 2021 16:38:16 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-11-tech-harnessing-the-power-of-serverless-on-aws-Hze5lInV</link>
      <content:encoded><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://hubs.li/H0zlrGd0<br /><br />Yan's website: https://theburningmonk.com/ <br /> </p>
]]></content:encoded>
      <enclosure length="35281232" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/5e026531-82b1-454f-92cc-94a8598d5f3d/audio/8476a4b0-baff-4d90-b652-3bf0c0ef5761/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 11 .tech Harnessing the power of Serverless on AWS</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/451e198a-ef7e-4ef0-a252-aa03dc471081/2a30289d-eacc-4bca-a714-c913a58311af/3000x3000/pw-pm-pod.jpg?aid=rss_feed"/>
      <itunes:duration>00:36:46</itunes:duration>
      <itunes:summary>On this episode of Form3&apos;s .tech podcast, our host Kevin Holditch is joined by Yan Cui to discuss the advantages and complexities of serverless vs traditional architectures. Join Yan and Kevin for a discussion on how to harness the power of serverless architecture on AWS to offload responsibilites to cloud vendors and focus engineering teams on writing the code that delivers business value. 
</itunes:summary>
      <itunes:subtitle>On this episode of Form3&apos;s .tech podcast, our host Kevin Holditch is joined by Yan Cui to discuss the advantages and complexities of serverless vs traditional architectures. Join Yan and Kevin for a discussion on how to harness the power of serverless architecture on AWS to offload responsibilites to cloud vendors and focus engineering teams on writing the code that delivers business value. 
</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>11</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">cbed80ee-42ec-4d0d-bd9e-56660f4e83a6</guid>
      <title>Ep 10 .tech Running Containers on AWS with Aidan Grace</title>
      <description><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://hubs.li/H0zlrGd0<br /><br /> </p>
]]></description>
      <pubDate>Tue, 20 Apr 2021 13:15:19 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-10-tech-running-containers-on-aws-with-aidan-grace-2D4XSRwL</link>
      <content:encoded><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://hubs.li/H0zlrGd0<br /><br /> </p>
]]></content:encoded>
      <enclosure length="30648991" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/32f0ddde-8924-436d-8924-62f98fb31425/audio/80a42835-63b1-4a27-8c0a-3cc8046003a9/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 10 .tech Running Containers on AWS with Aidan Grace</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/451e198a-ef7e-4ef0-a252-aa03dc471081/a2ec722e-46df-45f8-90de-a88dbf13e145/3000x3000/album-tech.jpg?aid=rss_feed"/>
      <itunes:duration>00:31:56</itunes:duration>
      <itunes:summary>Welcome back to Form3&apos;s .tech podcast. In this episode, our host Kevin Holditch is joined by Aidan Grace, Solutions Architect at AWS, to discuss running containers in AWS. By drawing on Form3&apos;s own experience of utilising containers on AWS, Aidan and Kevin discuss the advantages and capabilities of different container set ups. </itunes:summary>
      <itunes:subtitle>Welcome back to Form3&apos;s .tech podcast. In this episode, our host Kevin Holditch is joined by Aidan Grace, Solutions Architect at AWS, to discuss running containers in AWS. By drawing on Form3&apos;s own experience of utilising containers on AWS, Aidan and Kevin discuss the advantages and capabilities of different container set ups. </itunes:subtitle>
      <itunes:keywords>aws, containers, containerisation</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>10</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">5996811b-c10a-4a53-bab3-e1b450075712</guid>
      <title>Ep 9 .tech Dart and Flutter with Majid Hajian</title>
      <description><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://hubs.li/H0zlrGd0<br /><br />Flutter : https://flutter.dev/ <br /><br />Dart : https://dart.dev/<br /><br />Majid's website: https://majidhajian.com/ </p>
]]></description>
      <pubDate>Wed, 7 Apr 2021 12:36:10 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-9-tech-dart-and-flutter-with-majid-hajian-pmqhEW2D</link>
      <content:encoded><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://hubs.li/H0zlrGd0<br /><br />Flutter : https://flutter.dev/ <br /><br />Dart : https://dart.dev/<br /><br />Majid's website: https://majidhajian.com/ </p>
]]></content:encoded>
      <enclosure length="42417049" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/ddb9617c-9c05-4f66-8d3d-3d0f4bb22a3e/audio/98931f88-62b5-48f4-bfce-8519e7992a84/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 9 .tech Dart and Flutter with Majid Hajian</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/451e198a-ef7e-4ef0-a252-aa03dc471081/c7219d94-7130-44c7-8e6e-d42feed1bf33/3000x3000/album-tech.jpg?aid=rss_feed"/>
      <itunes:duration>00:44:11</itunes:duration>
      <itunes:summary>On this episode of the Form3 .tech podcast our host Kevin Holditch moves into the realms of front-end development with Majid Hajian joining to discuss Dart and Flutter. Dart is a programming language optimised for creating UI while Flutter is a toolkit from Google to build cross platform applications. Listen in to learn more about Flutter from the perspective of an Google developer expert. 

</itunes:summary>
      <itunes:subtitle>On this episode of the Form3 .tech podcast our host Kevin Holditch moves into the realms of front-end development with Majid Hajian joining to discuss Dart and Flutter. Dart is a programming language optimised for creating UI while Flutter is a toolkit from Google to build cross platform applications. Listen in to learn more about Flutter from the perspective of an Google developer expert. 

</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>9</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">fb77450e-c9ac-41c1-9bc4-0d3d00dc069e</guid>
      <title>Ep 8 .tech All about Terraform with Anton Babenko</title>
      <description><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://hubs.li/H0zlrGd0<br /><br />Topics covered in this show include: <br /><br />-What is infrastructure as code and how Terraform fits in to the landscape<br />-Contrasting Terraform and AWS Cloud Formation <br />-Using Terraform as glue across public clouds <br />-Terraform Modules <br />-Terraform registry  ( https://registry.terraform.io/ ) <br />-Controlling cost in a cloud infrastructure <br />-Ensuring Compatibility <br /><br />Anton's youtube (weekly terraform uploads) : https://www.youtube.com/user/cyberbob37 <br />Anton's Serverless terraform project: https://serverless.tf/ </p>
]]></description>
      <pubDate>Mon, 22 Mar 2021 14:45:21 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-8-tech-all-about-terraform-with-anton-babenko-zz0uv8bD</link>
      <content:encoded><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://hubs.li/H0zlrGd0<br /><br />Topics covered in this show include: <br /><br />-What is infrastructure as code and how Terraform fits in to the landscape<br />-Contrasting Terraform and AWS Cloud Formation <br />-Using Terraform as glue across public clouds <br />-Terraform Modules <br />-Terraform registry  ( https://registry.terraform.io/ ) <br />-Controlling cost in a cloud infrastructure <br />-Ensuring Compatibility <br /><br />Anton's youtube (weekly terraform uploads) : https://www.youtube.com/user/cyberbob37 <br />Anton's Serverless terraform project: https://serverless.tf/ </p>
]]></content:encoded>
      <enclosure length="34769232" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/8c1e850f-d12f-4486-bb23-fcabd3433317/audio/c467e238-4945-4ce9-b5e7-659575dbb8b1/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 8 .tech All about Terraform with Anton Babenko</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:duration>00:36:14</itunes:duration>
      <itunes:summary>
Welcome back to Form3&apos;s .tech podcast series. This time Anton Babenko joins our host Kevin Holditch for an episode on Terraform. Terraform is one of the leading tools designed to make managing infrastructure as code across public clouds easier for developers. </itunes:summary>
      <itunes:subtitle>
Welcome back to Form3&apos;s .tech podcast series. This time Anton Babenko joins our host Kevin Holditch for an episode on Terraform. Terraform is one of the leading tools designed to make managing infrastructure as code across public clouds easier for developers. </itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>8</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">86ad0b6f-4873-4a55-bcd4-8ffecb1bea01</guid>
      <title>Ep 7 .tech All about GraphQL with Devonte Emokpae</title>
      <description><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://hubs.li/H0zlrGd0</p><p>About GraphQL - https://graphql.org/</p>
]]></description>
      <pubDate>Tue, 9 Mar 2021 15:27:07 +0000</pubDate>
      <author>Kevin Holditch</author>
      <link>https://techpodcast.form3.tech/episodes/ep-7-tech-all-about-graphql-with-devonte-emokpae-32ja2REX</link>
      <content:encoded><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.<br /><br />Interested in joining Form3? - https://hubs.li/H0zlrGd0</p><p>About GraphQL - https://graphql.org/</p>
]]></content:encoded>
      <enclosure length="36408886" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/f5416e15-cd7f-4a6d-8eec-6d6916461083/audio/a65c87a6-7ac5-451b-9bee-fdac55b09795/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 7 .tech All about GraphQL with Devonte Emokpae</itunes:title>
      <itunes:author>Kevin Holditch</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/451e198a-ef7e-4ef0-a252-aa03dc471081/deb13b54-fcdc-45e7-8477-441a2a262e32/3000x3000/pw-pm-pod.jpg?aid=rss_feed"/>
      <itunes:duration>00:37:56</itunes:duration>
      <itunes:summary>Welcome back to Form3&apos;s .tech podcast. In this episode our host Kevin Holditch, Head of Platform engineering at Form3, is joined by Devonte Emokpae, a problem solving engineer. Devonte has a lot of experience with GraphQL, a query language for API’s and joins Kevin for a varied discussion on the subject. The topics range all the way from the strengths and capabilities of GraphQL, the process for securing endpoints in GraphQL to comparisons between GraphQL and Rust. </itunes:summary>
      <itunes:subtitle>Welcome back to Form3&apos;s .tech podcast. In this episode our host Kevin Holditch, Head of Platform engineering at Form3, is joined by Devonte Emokpae, a problem solving engineer. Devonte has a lot of experience with GraphQL, a query language for API’s and joins Kevin for a varied discussion on the subject. The topics range all the way from the strengths and capabilities of GraphQL, the process for securing endpoints in GraphQL to comparisons between GraphQL and Rust. </itunes:subtitle>
      <itunes:keywords>graphql, golang, tech, form3</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>7</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">29b8f248-d60f-4d95-993a-bf10daa13677</guid>
      <title>EP 6 .tech Working in the GO ecosystem with Bartłomiej Klimczak</title>
      <description><![CDATA[<p><strong>Topics discussed in this episode include: </strong><br /><br />-Transitioning to Go from PHP<br />-Differences of Go as a language<br />-Simplicity<br />-Bart's approach to testing<br />-Docker containerisation<br />-Klio  (Crossover between a CLI framework and a package manager)<br />-Bart's blog<br /> </p><p><br /> </p>
]]></description>
      <pubDate>Fri, 19 Feb 2021 15:28:47 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-6-tech-working-in-the-go-ecosystem-with-bartomiej-klimczak-JnzwiFjB</link>
      <content:encoded><![CDATA[<p><strong>Topics discussed in this episode include: </strong><br /><br />-Transitioning to Go from PHP<br />-Differences of Go as a language<br />-Simplicity<br />-Bart's approach to testing<br />-Docker containerisation<br />-Klio  (Crossover between a CLI framework and a package manager)<br />-Bart's blog<br /> </p><p><br /> </p>
]]></content:encoded>
      <enclosure length="27433213" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/58d796c3-ca87-47ce-bb20-c13e3182f568/audio/06a110b9-dd84-45c8-b4e4-803bb9c77aab/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>EP 6 .tech Working in the GO ecosystem with Bartłomiej Klimczak</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/451e198a-ef7e-4ef0-a252-aa03dc471081/d9235eb3-13d7-495a-9c28-14eff80cdf13/3000x3000/podcast-general-cover.jpg?aid=rss_feed"/>
      <itunes:duration>00:28:35</itunes:duration>
      <itunes:summary>Welcome back to Form3&apos;s .tech podcast. Bartłomiej Klimczak, a GO developer at G2A talks us through what it is like to work in the GO ecosystem. Having developed a love for the programming language, Bart runs the GoKraków meet-ups in Poland. 

Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. 

Interested in joining Form3? - https://hubs.li/H0zlrGd0</itunes:summary>
      <itunes:subtitle>Welcome back to Form3&apos;s .tech podcast. Bartłomiej Klimczak, a GO developer at G2A talks us through what it is like to work in the GO ecosystem. Having developed a love for the programming language, Bart runs the GoKraków meet-ups in Poland. 

Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3. 

Interested in joining Form3? - https://hubs.li/H0zlrGd0</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>6</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">3ce581be-c619-44ba-923f-85635d6e71d9</guid>
      <title>Ep 5 .tech: NATS with founder Derek Collison</title>
      <description><![CDATA[<ul><li>Topics discussed in this episode include: <br />-What was the idea behind NATS & where it came from <br />-The technical choice to use Go & broker based system design<br />-Simplicity as a feature<br />-Security<br />-Liftbridge <br />-Running a popular open source project as a company <br />-Jetstream & what the future holds for NATS</li></ul><p>About NATS: https://nats.io/about/ </p>
]]></description>
      <pubDate>Fri, 5 Feb 2021 13:27:33 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-5-tech-nats-with-founder-derek-collison-_ntGRkTQ</link>
      <content:encoded><![CDATA[<ul><li>Topics discussed in this episode include: <br />-What was the idea behind NATS & where it came from <br />-The technical choice to use Go & broker based system design<br />-Simplicity as a feature<br />-Security<br />-Liftbridge <br />-Running a popular open source project as a company <br />-Jetstream & what the future holds for NATS</li></ul><p>About NATS: https://nats.io/about/ </p>
]]></content:encoded>
      <enclosure length="58857056" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/d99f3f9a-a883-4781-a15e-5e4a69c114de/audio/4698e67e-e87b-4b00-b6bc-8b014c110402/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 5 .tech: NATS with founder Derek Collison</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/451e198a-ef7e-4ef0-a252-aa03dc471081/8b5cdfd8-8dbd-43c0-8c40-c4c6c3796c3a/3000x3000/podcast-general-cover.jpg?aid=rss_feed"/>
      <itunes:duration>01:01:19</itunes:duration>
      <itunes:summary>For the last year, Form3 has been utilising NATS for messaging on our platform. Our host Kevin Holditch is joined by Derek Collison, creator of NATS and Sam Owens, solutions architect at Form3.  A wide ranging and thought provoking discussion about why Derek created NATS and his future vision for how distributed systems will be built.  

Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.

Interested in joining Form3? - https://hubs.li/H0zlrGd0</itunes:summary>
      <itunes:subtitle>For the last year, Form3 has been utilising NATS for messaging on our platform. Our host Kevin Holditch is joined by Derek Collison, creator of NATS and Sam Owens, solutions architect at Form3.  A wide ranging and thought provoking discussion about why Derek created NATS and his future vision for how distributed systems will be built.  

Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.

Interested in joining Form3? - https://hubs.li/H0zlrGd0</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>5</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">1e463a0c-7e0c-4e67-a23a-ee70d1f011e0</guid>
      <title>Ep4 .tech: Engineering in Go with Tom Arrell</title>
      <description><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.</p><p>Interested in joining Form3? - <a href="https://hubs.li/H0zlrGd0">https://hubs.li/H0zlrGd0</a></p>
]]></description>
      <pubDate>Mon, 18 Jan 2021 16:11:06 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/dottechpodcastepisode4-VS73lNl1</link>
      <content:encoded><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.</p><p>Interested in joining Form3? - <a href="https://hubs.li/H0zlrGd0">https://hubs.li/H0zlrGd0</a></p>
]]></content:encoded>
      <enclosure length="36201160" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/327ba81b-8efe-4003-aa1a-11b8162811e2/audio/286fa63e-9db9-44c6-98e2-faad4f3456fd/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep4 .tech: Engineering in Go with Tom Arrell</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/451e198a-ef7e-4ef0-a252-aa03dc471081/d161dfb9-7d9c-439c-9c60-39d3369a2f91/3000x3000/album-tech.jpg?aid=rss_feed"/>
      <itunes:duration>00:37:43</itunes:duration>
      <itunes:summary>
Joining us this week for Episode 4 of the .tech podcast is Tom Arrell, senior software engineer at Sum Up. He discusses moving from Ruby to Go, the &quot;tribe&quot; based approach to developing at Sum up and how COVID has shifted his working patterns with our host, Kevin Holditch. 

</itunes:summary>
      <itunes:subtitle>
Joining us this week for Episode 4 of the .tech podcast is Tom Arrell, senior software engineer at Sum Up. He discusses moving from Ruby to Go, the &quot;tribe&quot; based approach to developing at Sum up and how COVID has shifted his working patterns with our host, Kevin Holditch. 

</itunes:subtitle>
      <itunes:keywords>golang, tech</itunes:keywords>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>4</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">d6be6d87-4bc7-46a8-adf8-d08f5a98567b</guid>
      <title>Ep3 .tech: Power of Linkerd Service Mesh with William Morgan</title>
      <description><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.</p><p><strong>Topics/questions covered in this episode:</strong></p><ul><li>How did Will start Linkerd?</li><li>Linkerd and the  intrinsic value of a service mesh</li><li>The benefits of changes at a platform level with Linkerd</li><li>Form3's transition to Kubernetes</li><li>Becoming cloud agnostic</li><li>What to think about when choosing which service mesh to use</li><li>Rust, Garbage collection and Tail latency.</li><li>Containerization</li><li>Linkerd 2 and mutual TLS.</li><li>Multi region with Linkerd</li><li>Telemetry  and Monitoring on Linkerd</li></ul><p>Interested in joining Form3? - <a href="https://hubs.li/H0zlrGd0">https://hubs.li/H0zlrGd0</a></p>
]]></description>
      <pubDate>Mon, 7 Dec 2020 13:43:50 +0000</pubDate>
      <author>William Morgan, Kevin Holditch</author>
      <link>https://techpodcast.form3.tech/episodes/how-linkerd-powers-form3-NyqbKIC_</link>
      <content:encoded><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing current trends in the engineering world alongside shedding light into some of the engineering practices here at Form3.</p><p><strong>Topics/questions covered in this episode:</strong></p><ul><li>How did Will start Linkerd?</li><li>Linkerd and the  intrinsic value of a service mesh</li><li>The benefits of changes at a platform level with Linkerd</li><li>Form3's transition to Kubernetes</li><li>Becoming cloud agnostic</li><li>What to think about when choosing which service mesh to use</li><li>Rust, Garbage collection and Tail latency.</li><li>Containerization</li><li>Linkerd 2 and mutual TLS.</li><li>Multi region with Linkerd</li><li>Telemetry  and Monitoring on Linkerd</li></ul><p>Interested in joining Form3? - <a href="https://hubs.li/H0zlrGd0">https://hubs.li/H0zlrGd0</a></p>
]]></content:encoded>
      <enclosure length="34497141" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/48c94cab-4519-4561-ac72-574f1b82e87a/audio/a06ac784-3f32-4068-9cbf-0acc5889cefb/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep3 .tech: Power of Linkerd Service Mesh with William Morgan</itunes:title>
      <itunes:author>William Morgan, Kevin Holditch</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/451e198a-ef7e-4ef0-a252-aa03dc471081/010cab40-24ee-4cb4-b539-f8eb00fed8cc/3000x3000/album-tech.jpg?aid=rss_feed"/>
      <itunes:duration>00:35:57</itunes:duration>
      <itunes:summary>In this episode of the .tech podcast our host Kevin Holditch is joined by William Morgan, the CEO of Buoyant. Buoyant are the creators of Linkerd, not only the worlds lightest, fastest service mesh but software utilised by Form3 as one of the first adopters.

Join Kevin and William as they talk about the journey of Linkerd from creation (Linkered 1) to the newest version (Linkered 2). </itunes:summary>
      <itunes:subtitle>In this episode of the .tech podcast our host Kevin Holditch is joined by William Morgan, the CEO of Buoyant. Buoyant are the creators of Linkerd, not only the worlds lightest, fastest service mesh but software utilised by Form3 as one of the first adopters.

Join Kevin and William as they talk about the journey of Linkerd from creation (Linkered 1) to the newest version (Linkered 2). </itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>3</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">e94060be-97f3-42eb-82db-db211bb21403</guid>
      <title>Ep 2 .tech: Making an Open Source Go project a full time job with Ashley Jeffs</title>
      <description><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing what's going on in the engineering community an shedding light about how engineering works at Form3.</p><p><strong>Topics/questions covered in this episode:</strong></p><ul><li>How did Ash get into Go?<ul><li>Was it difficult?</li><li>How easy was it to pick up?</li></ul></li><li>Benthos's use case in the beginning</li><li>Developing an open source project alongside work</li><li>C++ vs Go and the issue of Memory Leaks in C++</li><li>Using Benthos for projections and transformations</li><li>How Ash deals with Pull Requests and the community driven nature of Benthos</li><li>Open Source contribution to Benthos</li><li>Go adoption</li><li>Benthos Graphic style</li></ul><p>Interested in joining Form3? - https://hubs.li/H0zlrGd0</p>
]]></description>
      <pubDate>Wed, 25 Nov 2020 14:02:45 +0000</pubDate>
      <author>Form3</author>
      <link>https://techpodcast.form3.tech/episodes/ep-2-tech-making-an-open-source-go-project-a-full-time-job-with-ashley-jeffs2-_7e4mYa8</link>
      <content:encoded><![CDATA[<p>Our new .tech series invites guests inside and outside of Form3, discussing what's going on in the engineering community an shedding light about how engineering works at Form3.</p><p><strong>Topics/questions covered in this episode:</strong></p><ul><li>How did Ash get into Go?<ul><li>Was it difficult?</li><li>How easy was it to pick up?</li></ul></li><li>Benthos's use case in the beginning</li><li>Developing an open source project alongside work</li><li>C++ vs Go and the issue of Memory Leaks in C++</li><li>Using Benthos for projections and transformations</li><li>How Ash deals with Pull Requests and the community driven nature of Benthos</li><li>Open Source contribution to Benthos</li><li>Go adoption</li><li>Benthos Graphic style</li></ul><p>Interested in joining Form3? - https://hubs.li/H0zlrGd0</p>
]]></content:encoded>
      <enclosure length="29856958" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/a29407a4-bda4-4dab-ae0e-8443db78acea/audio/9e4c1d19-616e-4798-af23-4ae98a2aaa37/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 2 .tech: Making an Open Source Go project a full time job with Ashley Jeffs</itunes:title>
      <itunes:author>Form3</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/451e198a-ef7e-4ef0-a252-aa03dc471081/65bb040c-d63b-4014-be5b-262e949fb49c/3000x3000/tech-cover.jpg?aid=rss_feed"/>
      <itunes:duration>00:31:06</itunes:duration>
      <itunes:summary>In this episode of the Form3 .tech series, Kevin Holditch is joined by Ashley Jeffs, creator of Benthos. Benthos is an Open Source stream aggregator written in Go, designed to bridge messages between different brokers. Ashley took the step to turn it into his full time work this year and discusses the advantages of using Golang to develop Benthos in. </itunes:summary>
      <itunes:subtitle>In this episode of the Form3 .tech series, Kevin Holditch is joined by Ashley Jeffs, creator of Benthos. Benthos is an Open Source stream aggregator written in Go, designed to bridge messages between different brokers. Ashley took the step to turn it into his full time work this year and discusses the advantages of using Golang to develop Benthos in. </itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>2</itunes:episode>
    </item>
    <item>
      <guid isPermaLink="false">eb125e83-f408-4b40-9916-99dad00ce773</guid>
      <title>Ep 1 .tech: How and why you should move to Go with Johan Brandhorst &amp; Andy Kuszyk</title>
      <description><![CDATA[<h2>Episode Notes</h2><p>In this episode, we invited <a href="https://www.linkedin.com/in/jbrandhorst/" target="_blank">Johan Brandhorst</a> from Buf & our very own <a href="https://www.linkedin.com/in/andy-kuszyk/" target="_blank">Andy Kuszyk</a> to dive into the wonderful world of Go, with a new host for our tech-focused series, <a href="https://www.linkedin.com/in/kevin-holditch-9142a74/" target="_blank">Kevin Holditch</a>.</p><p>Our new .tech series invites guests inside and outside of Form3, discussing what's going on in the engineering community, sheds light about how engineering works at Form3 and gives engineers advice.</p><p><strong>Topics/questions covered in this episode:</strong></p><ul><li>How did our guests get into Go?<ul><li>Was it difficult?</li><li>How easy was it to pick up?</li><li>What are the limitations of Go?</li></ul></li><li>Go vs Java<ul><li>What are the pros and cons?</li><li>How does  Go work for Form3?</li></ul></li><li>Ruby on Rails vs Go - What are the advantages and disadvantages?</li><li>Go vs Python<ul><li>What's great with Python?</li><li>How does it scale compared to Go?</li></ul></li><li>Tangible examples where Go should be used and why</li><li>What are the tools that can add value in Go?</li><li>The input you can have as an individual contributor on the Go community</li><li>How does error management work in Go?</li><li>What's coming next in Go and what would you like to see added to the language?</li><li>What's the best way to way learn  Go?</li></ul><p>Interested in joining Form3? - https://hubs.li/H0zlrGd0</p><p> </p>
]]></description>
      <pubDate>Mon, 23 Nov 2020 15:29:31 +0000</pubDate>
      <author>Johan Brandhorst, Kevin Holditch, Andy Kuszyk</author>
      <link>https://techpodcast.form3.tech/episodes/ep-1-tech-how-and-why-you-should-move-to-go-with-johan-brandhorst-andy-kuszyk-8oOoShUw</link>
      <content:encoded><![CDATA[<h2>Episode Notes</h2><p>In this episode, we invited <a href="https://www.linkedin.com/in/jbrandhorst/" target="_blank">Johan Brandhorst</a> from Buf & our very own <a href="https://www.linkedin.com/in/andy-kuszyk/" target="_blank">Andy Kuszyk</a> to dive into the wonderful world of Go, with a new host for our tech-focused series, <a href="https://www.linkedin.com/in/kevin-holditch-9142a74/" target="_blank">Kevin Holditch</a>.</p><p>Our new .tech series invites guests inside and outside of Form3, discussing what's going on in the engineering community, sheds light about how engineering works at Form3 and gives engineers advice.</p><p><strong>Topics/questions covered in this episode:</strong></p><ul><li>How did our guests get into Go?<ul><li>Was it difficult?</li><li>How easy was it to pick up?</li><li>What are the limitations of Go?</li></ul></li><li>Go vs Java<ul><li>What are the pros and cons?</li><li>How does  Go work for Form3?</li></ul></li><li>Ruby on Rails vs Go - What are the advantages and disadvantages?</li><li>Go vs Python<ul><li>What's great with Python?</li><li>How does it scale compared to Go?</li></ul></li><li>Tangible examples where Go should be used and why</li><li>What are the tools that can add value in Go?</li><li>The input you can have as an individual contributor on the Go community</li><li>How does error management work in Go?</li><li>What's coming next in Go and what would you like to see added to the language?</li><li>What's the best way to way learn  Go?</li></ul><p>Interested in joining Form3? - https://hubs.li/H0zlrGd0</p><p> </p>
]]></content:encoded>
      <enclosure length="38056481" type="audio/mpeg" url="https://cdn.simplecast.com/audio/8d919054-99fe-4c9f-a40c-bcaf2fa4b513/episodes/bc34bebd-96a1-4432-aada-387b55bee43c/audio/1bccedad-7af9-42a3-b5bd-bdb6be6a7c37/default_tc.mp3?aid=rss_feed&amp;feed=uOyioATs"/>
      <itunes:title>Ep 1 .tech: How and why you should move to Go with Johan Brandhorst &amp; Andy Kuszyk</itunes:title>
      <itunes:author>Johan Brandhorst, Kevin Holditch, Andy Kuszyk</itunes:author>
      <itunes:image href="https://image.simplecastcdn.com/images/451e198a-ef7e-4ef0-a252-aa03dc471081/d3d7f479-1b47-490e-9f90-365415bade16/3000x3000/album-tech.jpg?aid=rss_feed"/>
      <itunes:duration>00:39:38</itunes:duration>
      <itunes:summary>In this episode, we introduce our new .tech series led by our Head of Platform Engineering, Kevin Holditch. Kevin tackles how, why and when you should move to Go with the help of Johan Brandhorst &amp; Andy Kuszyk.</itunes:summary>
      <itunes:subtitle>In this episode, we introduce our new .tech series led by our Head of Platform Engineering, Kevin Holditch. Kevin tackles how, why and when you should move to Go with the help of Johan Brandhorst &amp; Andy Kuszyk.</itunes:subtitle>
      <itunes:explicit>false</itunes:explicit>
      <itunes:episodeType>full</itunes:episodeType>
      <itunes:episode>1</itunes:episode>
    </item>
  </channel>
</rss>