Outline the blog post and think of some tests to conduct with JS modules.

This commit is contained in:
Dave Smith-Hayes 2024-08-15 11:05:28 -04:00
parent ce6bf28804
commit 277e3af581

View File

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