From 845bd9778aebebf07bfd7c84f9dfb25f24bef464 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 27 Dec 2024 00:10:48 +0000 Subject: [PATCH] Add daily email for 2024-12-25 Everyone's localhost is an environment --- source/_daily_emails/2024-12-25.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 source/_daily_emails/2024-12-25.md diff --git a/source/_daily_emails/2024-12-25.md b/source/_daily_emails/2024-12-25.md new file mode 100644 index 00000000..c2034b4c --- /dev/null +++ b/source/_daily_emails/2024-12-25.md @@ -0,0 +1,28 @@ +--- +title: Everyone's localhost is an environment +date: 2024-12-25 +permalink: daily/2024/12/25/localhost +tags: + - software-development +cta: ~ +snippet: | + Do you consider local development sites as pre-production environments? They need to be updated, too! +--- + + +A few days ago, I asked [how many pre-production environments][0] you have for your software application. + +But did you include each Developer's local environment? + +Each developer will have a development environment - either on their computer or a development server - to write and initially test their code before it's deployed to a test, staging or production environment. + +## Here's the thing + +Each Developer's local or development site is an environment too. + +They also [need to be easily updatable][1] and consistent with the other environments, but they are often overlooked or forgotten. + +When was the last time you or your Developers updated your local environment? + +[0]: {{site.url}}/daily/2024/12/23/how-many-environments-do-you-need +[1]: {{site.url}}/daily/2024/12/24/moving-changes