File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
content/pages/04-web-development Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -134,10 +134,11 @@ frameworks, templating engines and
134134
135135* Another great series that digs behind the web framework magic is
136136 "Web Application from Scratch". The four parts are:
137- * [ part 1: handling HTTP requests and responses] ( https://defn.io/2018/02/25/web-app-from-scratch-01/ )
138- * [ part 2: abstracting Requests, Responses and Servers] ( https://defn.io/2018/03/04/web-app-from-scratch-02/ )
139- * [ part 3: request handlers and middleware] ( https://defn.io/2018/03/20/web-app-from-scratch-03/ )
140- * [ part 4: abstracting applications] ( https://defn.io/2018/05/12/web-app-from-scratch-04/ )
137+
138+ * [ Part 1: handling HTTP requests and responses] ( https://defn.io/2018/02/25/web-app-from-scratch-01/ )
139+ * [ Part 2: abstracting Requests, Responses and Servers] ( https://defn.io/2018/03/04/web-app-from-scratch-02/ )
140+ * [ Part 3: request handlers and middleware] ( https://defn.io/2018/03/20/web-app-from-scratch-03/ )
141+ * [ Part 4: abstracting applications] ( https://defn.io/2018/05/12/web-app-from-scratch-04/ )
141142
142143* [ Frameworks] ( http://youtu.be/W6KCPXl6Zuc ) is a really well done short video
143144 that explains how to choose between web frameworks. The author has some
You can’t perform that action at this time.
0 commit comments