Home
Categories
EXPLORE
True Crime
Comedy
Business
Society & Culture
History
Sports
Health & Fitness
About Us
Contact Us
Copyright
© 2024 PodJoint
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts112/v4/6f/4f/a5/6f4fa5e9-4d9c-6a74-a5d6-b13f67b65271/mza_8159261977961554693.jpg/600x600bb.jpg
.tech podcast by Form3
Kevin Holditch
57 episodes
4 months ago
Our new .tech series invites guests inside and outside of Form3, discussing developing trends in the development community and shedding light on Form3's own engineering practices.
Show more...
Technology
Business,
Careers,
News,
Tech News
RSS
All content for .tech podcast by Form3 is the property of Kevin Holditch and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Our new .tech series invites guests inside and outside of Form3, discussing developing trends in the development community and shedding light on Form3's own engineering practices.
Show more...
Technology
Business,
Careers,
News,
Tech News
Episodes (20/57)
.tech podcast by Form3
EP 57 .tech - Running containers on GCP
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.
Show more...
9 months ago
24 minutes 38 seconds

.tech podcast by Form3
EP 56 .tech - Pact contract testing
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.
Show more...
10 months ago
32 minutes 6 seconds

.tech podcast by Form3
EP55 .tech - Automated Cloud Failure Testing at Form3
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.
Show more...
12 months ago
27 minutes

.tech podcast by Form3
EP 54 .tech - Learn to be a tech leader
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?
Show more...
1 year ago
29 minutes 36 seconds

.tech podcast by Form3
EP 53 .tech - Spacelift
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.
Show more...
1 year ago
27 minutes 40 seconds

.tech podcast by Form3
EP 52 .tech - The landscape of hacking
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?
Show more...
1 year ago
24 minutes 53 seconds

.tech podcast by Form3
Ep 51 .tech - World of mobile development
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.
Show more...
1 year ago
32 minutes 27 seconds

.tech podcast by Form3
Ep 50 .tech - Reducing friction with terramate
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.
Show more...
1 year ago
28 minutes 49 seconds

.tech podcast by Form3
Ep 49 .tech - SRE Engineering at Form3
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.
Show more...
1 year ago
30 minutes 42 seconds

.tech podcast by Form3
Ep 48 .tech - Serverless patterns and pitfalls
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.
Show more...
1 year ago
32 minutes 38 seconds

.tech podcast by Form3
Ep 47 .tech - Leveraging AI for technical interviews
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.
Show more...
2 years ago
31 minutes 7 seconds

.tech podcast by Form3
Ep 46 .tech - An introduction to Rust for Gophers
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.
Show more...
2 years ago
40 minutes 15 seconds

.tech podcast by Form3
Ep 45 .tech - All about conference speaking
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.
Show more...
2 years ago
36 minutes 17 seconds

.tech podcast by Form3
Ep 44 .tech - What's new in NATS?
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.
Show more...
2 years ago
40 minutes 9 seconds

.tech podcast by Form3
Ep 43 .tech - The core components of container systems
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.
Show more...
2 years ago
31 minutes 43 seconds

.tech podcast by Form3
Ep 42 .tech - Building and maintaining External Secrets Operator
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.
Show more...
2 years ago
50 minutes 11 seconds

.tech podcast by Form3
Ep 41 .tech - Internal Developer Platform
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're building your own. Finally, he provides an overview of Humanitec's platform, which provides open-source tools you can use when you're building your own IDP.
Show more...
2 years ago
28 minutes 51 seconds

.tech podcast by Form3
Ep 40 .tech - Landing your next remote job
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's approach to the interview process
Show more...
2 years ago
21 minutes 51 seconds

.tech podcast by Form3
Ep 39 .tech - Alternatives to async code reviews
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.
Show more...
2 years ago
35 minutes 33 seconds

.tech podcast by Form3
Ep 38 .tech - Building multi-cloud at Form3
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.
Show more...
2 years ago
29 minutes 5 seconds

.tech podcast by Form3
Our new .tech series invites guests inside and outside of Form3, discussing developing trends in the development community and shedding light on Form3's own engineering practices.