From 76aed6ef732de38d82245b3d674f70bab30221e5 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 3 Jul 2015 22:31:49 -0400 Subject: Fuck it, serve the files directly. --- .html/dev/webapps.html | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 .html/dev/webapps.html (limited to '.html/dev/webapps.html') diff --git a/.html/dev/webapps.html b/.html/dev/webapps.html new file mode 100644 index 0000000..aada593 --- /dev/null +++ b/.html/dev/webapps.html @@ -0,0 +1,91 @@ + + + + + The Codex » + Webapps From The Ground Up + + + + + + + + +
+ + + + + +
+

Webapps From The Ground Up

+

What does a web application do? It sequences side effects and computation. (This should sound familiar: it's what every program does.)

+

Modern web frameworks do their level best to hide this from you, encouraging code to freely intermix computation, data access, event publishing, logging, responses, asynchronous responses, and the rest. This will damn you to an eternity of debugging.

+
+ + + +
+
+ + +comments powered by Disqus +
+ + + + + +
+ + \ No newline at end of file -- cgit v1.2.3