Encore

Stay in touch

Product updates and engineering deep-dives.

DiscordGitHubYouTube

© 2026 Encore

Product
Encore PlatformEncore Platform
Encore.tsEncore.ts
Encore.goEncore.go
InstallInstall
PricingPricing
Customers
Case StudiesCase Studies
ShowcaseShowcase
Book a DemoBook a Demo
Resources
DocsDocs
Example AppsExample Apps
Demo videoDemo video
ArticlesArticles
GitHub ReleasesGitHub Releases
Systems Operational
Company
AboutAbout
Swag ShopSwag Shop
ContactContact
JobsJobs
PressPress
SecuritySecurity
Legal
TermsTerms
Privacy PolicyPrivacy Policy
Data Processing AgreementData Processing Agreement
Enterprise SLAEnterprise SLA
← All articles

Backend Developers deserve a Sous-Chef

Imagine the frustration of a master chef, shackled by the constant need to peel potatoes.

Apr 17, 2023
3 Min Read
Marcus Kohlberg
← All articles
Apr 17, 2023

Backend Developers deserve a Sous-Chef

Imagine the frustration of a master chef, shackled by the constant need to peel potatoes.

Marcus Kohlberg
3 Min Read

Developing software is like the workings of a bustling kitchen, where elaborate dishes are crafted using exotic ingredients, skillfully handled by chefs wielding their tools with precision. Imagine, however, that amidst all the activity there's a big problem: the talented master chefs are spending most of their time on mundane tasks like peeling potatoes and chopping onions. Shackled by these repetitive chores, the chefs are unable to showcase their culinary artistry and their frustrations run hot.

Backend developers regularly face a similar predicament. In reality, development time is mostly spent on basic repetitive tasks like microservices boilerplate and YAML, mocking services for local development, handling secrets, and dozens of other activities unrelated to the actual product being created. These activities offer little room for creativity and provide no unique benefit to the end product. Yet, developers are stuck in this endless slog of repetitive work, making it impossible to focus on what truly matters – creating exceptional software to benefit end-users.

Frustratingly, these tasks can often account for 80% of the entire development process, leaving a mere morsel of time and energy for creative and truly differentiating work that contributes to setting a product apart in the market.

But wait, it gets worse! As teams scale they eventually reach a breaking point in productivity. Conflicting development work highlights the need for separate development environments, and growing systems complexity exposes the need for improved observability. This pushes many teams to take on an even bigger distraction: investing in building a developer platform. This often consists of patching together various products and services, with many months and quarters being stolen away from focused product development, and an end-result requiring developers to learn new tools and processes.

In this reality, the opportunity is clear: how do we free the potential of developers and help them focus on creative work that delivers differentiated product value?

Enter Encore Cloud, the sous-chef of the backend development world – here to liberate developers from peeling potatoes! Encore Cloud is an end-to-end development platform, allowing teams to immediately shift focus from repetitive undifferentiated tasks, to instead focus on creative work that drives innovation and product value.

It's powered by Encore's open source Backend Framework that lets you avoid microservices boilerplate and lets you declare infrastructure requirements directly in application code. When using these, Encore automates infrastructure provisioning in local, preview, and cloud environments, instruments the application with distributed tracing and logging, provides metrics and generates API documentation and frontend clients.

Embracing Encore is more than just adopting a new tool, it's an invitation to join a journey towards transforming software development. Together, we can champion creativity, efficiency, and ultimately, the success of our development teams.

Teams using Encore report transformational benefits:

  • 93% Reduction in DevOps and platform work
  • 2.37x Increase in delivery speed
  • 10x Return on investment compared to additional hiring

Learn more from customer stories or book a 1:1 demo.

Encore

Automated infrastructure for humans and agents

Let agents build and validate features with real infrastructure in the dev loop. Encore automatically provisions infrastructure, from local dev to production in your cloud on AWS/GCP.

Get started
Encore

This blog is presented by Encore, automated infrastructure for humans and agents. Let agents build and validate features with real infrastructure in the dev loop, from local dev to production in your cloud on AWS/GCP.

Like this article? Get future ones straight to your mailbox.

You can unsubscribe at any time.

Related Articles

Development
07/28/26 / 5 Min Read
Development
07/28/26 / 5 Min Read
Your SQS consumer can hang forever by default
The AWS Rust SDK ships no request timeout by default, so one SQS receive on a dead connection can hang a whole consumer with nothing in the logs.
Ivan Cernja
Development
07/21/26 / 8 Min Read
Development
07/21/26 / 8 Min Read
Sandboxing an agent's code isn't the same as trusting it
A sandbox keeps an agent's code contained. It can't tell you the code is correct, which for backend code is the harder problem.
Ivan Cernja
Development
07/15/26 / 7 Min Read
Development
07/15/26 / 7 Min Read
We compiled our TypeScript parser to WASM
How we compiled the Rust parser that reads infrastructure out of Encore code so it runs in the browser, and how we use it to reproduce the parser errors people report.
Ivan Cernja