From 15c405da6e448faffbdfa30fa4fc643119207020 Mon Sep 17 00:00:00 2001 From: Dave Smith-Hayes Date: Mon, 30 Sep 2024 22:15:25 -0400 Subject: [PATCH] add some notes to the readme about how the talk will be structured --- notes.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/notes.md b/notes.md index 83f2295..7fa1f99 100644 --- a/notes.md +++ b/notes.md @@ -13,15 +13,23 @@ Deploy the talk on the blog as well ## The Dumb Idea -Simple application that does something, like a guess the number or tik-tak-toe -Something with a frontend and backend to talk about deploying multiple applications. -Or build it with React +A simple Chat application built with Hono and Mithril.js -A simple twitte clone -Mesages on a timeline, living in memory. +## Talk About the History -Chat +What was my first deployment? +Using the file manager in cPanel. +Then using SVN on the server. +Upgrading to Git, on the server. +A lot WHM + +Developing with Vagrant and virtual machines + +Moving to AWS, EC2 +Using VPS providers like DigitalOcean + +Building Container images ## What is Deployment