From 277e3af581399894b1bbda1c0778ce157d66c4da Mon Sep 17 00:00:00 2001 From: Dave Smith-Hayes Date: Thu, 15 Aug 2024 11:05:28 -0400 Subject: [PATCH] Outline the blog post and think of some tests to conduct with JS modules. --- posts/handler-service-presentation.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/posts/handler-service-presentation.md b/posts/handler-service-presentation.md index df7ecc4..05013be 100644 --- a/posts/handler-service-presentation.md +++ b/posts/handler-service-presentation.md @@ -61,5 +61,22 @@ Now the connection pool is only created once and you can require this +Outline: + +* Explain what I know about JavaScript +* How does this differ to my experience with PHP +* Describe modules + * Describe how we can set up singletons thinking in modules + * Talk about avoiding classes +* Talk about big express applications + * And how I used to make MVC applications + + + + + + + +