File tree Expand file tree Collapse file tree 5 files changed +0
-25
lines changed
content/pages/04-web-development Expand file tree Collapse file tree 5 files changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -100,11 +100,6 @@ world.
100100 something obvious you can handle in a few minutes that will improve
101101 your site's security, performance or usability.
102102
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-
108103* [ The Browser Hacker's Guide to Instantly Loading Everything] ( https://www.youtube.com/watch?v=7vUs5yOuv-o )
109104 is a spectacular technical talk given by Addy Osmani at JSConf EU 2017
110105 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.
149149* [ Google's Web Fundamentals class] ( https://developers.google.com/web/fundamentals/ )
150150 shows how to create responsive designs and performant websites.
151151
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-
156152* [ Can I Use...] ( http://caniuse.com/ ) is a compatibility table that shows
157153 which versions of browsers implement specific CSS features.
158154
Original file line number Diff line number Diff line change @@ -76,10 +76,6 @@ to hosting services such as Amazon S3 and GitHub Pages.
7676 take in new input markup formats, modify the generator process and
7777 add handy features such as a custom table of contents.
7878
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-
8379* [ Getting started with Pelican and GitHub pages] ( http://www.mattmakai.com/introduction-to-pelican.html )
8480 is a tutorial I wrote to use the Full Stack Python source code to create
8581 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)).
2626 dependencies. It allows 2 web browsers to exchange audio and video streams by
2727 using the ` aiohttp ` and ` python-socketio ` modules.
2828
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-
3429* The
3530 [ Introduction to WebRTC video series] ( https://www.youtube.com/watch?v=ujpIAWmK2Vo )
3631 ([ 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.
2626 [ own GitHub organization] ( https://github.com/flask-restful/flask-restful )
2727 so engineers from outside the company could be core contributors.
2828
29- * [ Flask API] ( http://www.flaskapi.org/ ) is another common library for
30- exposing APIs from Flask web applications.
31-
3229* [ Sandman] ( http://www.github.com/jeffknupp/sandman ) is a widely used tool to
3330 automatically generate a RESTful API service from a legacy database without
3431 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.
154151 will use your API, as well as what the documentation for endpoints
155152 and other important pieces should look like.
156153
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-
161154* [ How many status codes does your API need?] ( https://blogs.dropbox.com/developers/2015/04/how-many-http-status-codes-should-your-api-use/ )
162155 gives an answer from a Dropbox API developer as to their decision making
163156 process.
You can’t perform that action at this time.
0 commit comments