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 + + + + + + + +