File tree 5 files changed +0
-25
lines changed
content/pages/04-web-development
5 files changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -100,11 +100,6 @@ world.
100
100
something obvious you can handle in a few minutes that will improve
101
101
your site's security, performance or usability.
102
102
103
- * [ Web application development is different and better] ( http://radar.oreilly.com/2014/01/web-application-development-is-different-and-better.html )
104
- provides some context for how web development has evolved from writing
105
- static HTML files into the complex JavaScript client-side applications
106
- produced today.
107
-
108
103
* [ The Browser Hacker's Guide to Instantly Loading Everything] ( https://www.youtube.com/watch?v=7vUs5yOuv-o )
109
104
is a spectacular technical talk given by Addy Osmani at JSConf EU 2017
110
105
that has great bits of developer knowledge for both beginner and
Original file line number Diff line number Diff line change @@ -149,10 +149,6 @@ web application's design.
149
149
* [ Google's Web Fundamentals class] ( https://developers.google.com/web/fundamentals/ )
150
150
shows how to create responsive designs and performant websites.
151
151
152
- * [ Tailoring CSS for performance] ( http://programming.oreilly.com/2014/04/tailoring-css-for-performance.html )
153
- is an interesting read since many developers do not consider the
154
- implications of CSS complexity in browser rendering time.
155
-
156
152
* [ Can I Use...] ( http://caniuse.com/ ) is a compatibility table that shows
157
153
which versions of browsers implement specific CSS features.
158
154
Original file line number Diff line number Diff line change @@ -76,10 +76,6 @@ to hosting services such as Amazon S3 and GitHub Pages.
76
76
take in new input markup formats, modify the generator process and
77
77
add handy features such as a custom table of contents.
78
78
79
- * [ Pelican Sitemap and Pagination] ( http://www.vcheng.org/2014/02/22/pelican-sitemap-pagination/ )
80
- explains how to generate a ` sitemap.xml ` file for your static site that
81
- includes all pages instead of just auto-included top-level pages.
82
-
83
79
* [ Getting started with Pelican and GitHub pages] ( http://www.mattmakai.com/introduction-to-pelican.html )
84
80
is a tutorial I wrote to use the Full Stack Python source code to create
85
81
and deploy your first static site.
Original file line number Diff line number Diff line change @@ -26,11 +26,6 @@ browser) and server (usually a [web server](/web-servers.html)).
26
26
dependencies. It allows 2 web browsers to exchange audio and video streams by
27
27
using the ` aiohttp ` and ` python-socketio ` modules.
28
28
29
- * [ A real world guide to WebRTC] ( https://deepstreamhub.com/tutorials/protocols/webrtc-intro/ )
30
- goes through WebRTC fundamentals such as data channels, audio and video,
31
- screen sharing and file transfers with the JavaScript code provided
32
- for each concept.
33
-
34
29
* The
35
30
[ Introduction to WebRTC video series] ( https://www.youtube.com/watch?v=ujpIAWmK2Vo )
36
31
([ part 2] ( https://www.youtube.com/watch?v=cw2iTgIW-uk ) and
Original file line number Diff line number Diff line change @@ -26,9 +26,6 @@ applications through machine-to-machine communication.
26
26
[ own GitHub organization] ( https://github.com/flask-restful/flask-restful )
27
27
so engineers from outside the company could be core contributors.
28
28
29
- * [ Flask API] ( http://www.flaskapi.org/ ) is another common library for
30
- exposing APIs from Flask web applications.
31
-
32
29
* [ Sandman] ( http://www.github.com/jeffknupp/sandman ) is a widely used tool to
33
30
automatically generate a RESTful API service from a legacy database without
34
31
writing a line of code (though it's easily extensible through code).
@@ -154,10 +151,6 @@ equivalent of browser testing in the web application world.
154
151
will use your API, as well as what the documentation for endpoints
155
152
and other important pieces should look like.
156
153
157
- * [ 1-to-1 Relationships and Subresources in REST APIs] ( http://developers.lyst.com/2015/02/20/1-to-1-relationships-and-subresources-in-rest-apis/ )
158
- tells the story of design decisions that were made during an API's creation
159
- and why those choices were made.
160
-
161
154
* [ How many status codes does your API need?] ( https://blogs.dropbox.com/developers/2015/04/how-many-http-status-codes-should-your-api-use/ )
162
155
gives an answer from a Dropbox API developer as to their decision making
163
156
process.
You can’t perform that action at this time.
0 commit comments