Want to create an interactive transcript for this episode?
Podcast: Software Engineering Daily
Episode: Building Go Apps Using Encore with André Eriksson
Description: Writing your application’s code is only half the battle. Getting it to run on your machine is a milestone, but it’s far from your code running in a production environment. There are an increasing set of options application designers have for helping to manage deployment, environments, and CI/CD.Encore is a backend engine for the Go language. One of its core features is the ability to turn any function into an API endpoint with just an annotation. André Eriksson is the founder of Encore. In this episode, we discuss his experience as a developer and expl...