From ee5d4798df179fe9ebfdf64dd3c94d4a875ca41f Mon Sep 17 00:00:00 2001 From: andie787 <4andie@gmail.com> Date: Fri, 23 Aug 2024 18:56:21 -0400 Subject: [PATCH] edits again --- happy-path/index.html.markerb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/happy-path/index.html.markerb b/happy-path/index.html.markerb index b8927a9f18..48decd3bd2 100644 --- a/happy-path/index.html.markerb +++ b/happy-path/index.html.markerb @@ -5,7 +5,7 @@ nav: demo toc: true --- -Welcome to our deep dive demo, where you can explore Fly.io more thoroughly, but in a time-boxed way. In one hour or less: get a fully-functioning app running in the first few minutes, and then have enough time left over to understand what you just did, explore how the pieces fit together, and even integrate in AI functionality that makes use of GPUs. +Welcome to our deep dive demo, where you can explore Fly.io more thoroughly, but in a time-boxed way. In one hour or less: get a fully-functioning app running in the first few minutes, and then have enough time left over to understand what you just did, explore how the pieces fit together, and even integrate AI functionality that makes use of GPUs. ## Goals of the deep dive @@ -13,7 +13,7 @@ It's really just one goal: **Help you find out if Fly.io is the right place for you.** -If you came from our [Speedrun](https://fly.io/speedrun) or [Getting started](https://fly.io/docs/getting-started/) pages, maybe you want to go beyond `hello world` and explore the platform so you can feel confident that you're choosing a platform that can support you now, and scale with you later on as you grow. +If you came from our [Speedrun](https://fly.io/speedrun) or [Getting started](https://fly.io/docs/getting-started/) pages, maybe you want to go beyond `hello world` and explore the platform so you can feel confident that you're choosing a provider that can support you now, and scale with you later on as you grow. Maybe you're concerned about lock in. You want to use services from other places and even eject entirely and go elsewhere if things don't work out. @@ -21,7 +21,7 @@ If you don't get a good feeling within an hour, you're out of here. If you do ge ## Beyond `hello fly` -Our deep dive assumes that you're not satisfied by a `hello fly`, or even a `hello fly` with a database application. You know that a real-world application has at a minimum the following components: +A real-world application has, at a minimum, the following components: * An HTML form and a database; typically a relational database. * The ability to handle media files or documents, generally using S3. @@ -44,8 +44,6 @@ You can play with a [live demo hosted on GitHub](https://mdn.github.io/dom-examp The basic Web Dictaphone is client side only, requiring a web server that can deploy static assets (HTML, CSS, JS, images), like nginx, Apache HTTPd, or Caddy. Storing the data in databases for our deep dive demo requires a server that can handle HTTP GET, POST, PUT, and DELETE requests. The choice of server varies depending on the language or framework. -### Other demo components - The demo includes the following components: * A [PostgreSQL](https://www.postgresql.org/+external) relational database to store the names of the audio clips