diff --git a/presentation/facepalm.jpg b/presentation/facepalm.jpg new file mode 100644 index 0000000..f048c17 Binary files /dev/null and b/presentation/facepalm.jpg differ diff --git a/presentation/slides-just a webapp.html b/presentation/slides-just a webapp.html new file mode 100644 index 0000000..c0aa032 --- /dev/null +++ b/presentation/slides-just a webapp.html @@ -0,0 +1,167 @@ + + + + + + + just a web app: Slides + + + + + + + +
+
+
+

Look Ma!

+ +

No Framework!

+
+

Look Ma! No Framework!

+
+
+

https://github.com/verekia/js-stack-from-scratch

+
+
+
+

do we REALLY need all this stuff?

+
+

Look Ma! No Framework!

+
+
+

let's try to keep dependencies to a minimum

+
+
+
    +
  • Accurately select what we REALLY need
  • +
  • Keep the tech a new team member needs to learn as low as possible
  • +
  • Make it as simple as possible
  • +
  • The javascript landscape moves fast: embrace changes!
  • +
  • What will happen in a year? in two? in ten?
  • +
+
+

Look Ma! No Framework!

+
+
+

What we will do in the next 15 minutes

+
+
+
    +
  • Build a Task list
  • +
  • Use vanilla JS when possible
  • +
  • Select a library to do some job for us when needed
  • +
  • Keep the app simple. Add complexity only when needed.
  • +
  • Test our app
  • +
  • Deploy our app
  • +
+
+

Look Ma! No Framework!

+
+
+

Questions?

+
+
+
+
+ + + + + + + + + + + + + + diff --git a/presentation/tools.png b/presentation/tools.png new file mode 100644 index 0000000..5208929 Binary files /dev/null and b/presentation/tools.png differ