From f82d259e7bda843fb63ac1a0f6ff1d6bfb187099 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 9 Dec 2015 20:40:42 -0500 Subject: Remove HTML from the project. (We're no longer using Dokku.) --- .html/dev/webapps.html | 91 -------------------------------------------------- 1 file changed, 91 deletions(-) delete mode 100644 .html/dev/webapps.html (limited to '.html/dev/webapps.html') diff --git a/.html/dev/webapps.html b/.html/dev/webapps.html deleted file mode 100644 index aada593..0000000 --- a/.html/dev/webapps.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - 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