Chapter 10. To Production
Anything that can go wrong will go wrong.
Murphy’s law
When you’re starting your career as a programmer, production can feel both intimidating and exciting. Production is where your code moves from development into a live environment used by real people. This is the culmination of all the planning, problem-solving, and late nights.
Production represents one of the final stages in the SDLC. It’s where your application will face its true test: serving real end users, handling real data, and operating under extensive workloads.
You’re leaving the safety net of your local development environment where it’s just you and your code and entering a space where actual people are depending on your work. When issues arise, they are visible to everyone. You might think of your codebase as just another application, but in the hands of users, it becomes a tool that drives business value and creates meaningful change in the world.
In this chapter, you’ll gain a better understanding and appreciation for production. You will begin to start thinking about building production-ready code earlier on in the SDLC. A key component of this is understanding the fundamental differences between development and production environments and how to bridge that gap effectively.
The Complexities of Production Environments
“Houston, we have a problem.” These famous words from the near-disastrous Apollo 13 mission remind us that things can go wrong even in controlled environments. While ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access