File tree Expand file tree Collapse file tree 6 files changed +29
-1
lines changed
source/content/pages/04-web-development Expand file tree Collapse file tree 6 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -2005,6 +2005,11 @@ <h2>JavaScript resources</h2>
20052005 is an opinion piece about favoring small, single-purpose JavaScript libraries
20062006 over larger frameworks due to churn in the ecosystem.</ p >
20072007</ li >
2008+ < li >
2009+ < p > < a href ="http://www.infoq.com/articles/modern-javascript-toolbox "> The Modern JavaScript Developer’s Toolbox </ a >
2010+ provides a high-level overview of tools frequently used on the client and
2011+ server side for developers using JavaScript in their web applications.</ p >
2012+ </ li >
20082013</ ul >
20092014< h2 > JavaScript learning checklist</ h2 >
20102015< p > < i class ="fa fa-check-square-o "> </ i >
@@ -2355,6 +2360,11 @@ <h2>General security resources</h2>
23552360 shows how important it is to secure your web servers, especially when they are
23562361 hosted in IP address ranges that are commonly scanned by malicious actors.</ p >
23572362</ li >
2363+ < li >
2364+ < p > < a href ="http://www.infoq.com/articles/cloud-security-auditing-challenges-and-emerging-approaches "> Cloud Security Auditing: Challenges and Emerging Approaches</ a >
2365+ is a high-level overview of some of security auditing problems that come
2366+ with cloud deployments.</ p >
2367+ </ li >
23582368</ ul >
23592369< h2 > Web security learning checklist</ h2 >
23602370< p > < i class ="fa fa-check-square-o "> </ i >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2015-03-14T12:44:48Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2015-03-15T11:18:19Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -101,6 +101,11 @@ <h2>JavaScript resources</h2>
101101 is an opinion piece about favoring small, single-purpose JavaScript libraries
102102 over larger frameworks due to churn in the ecosystem.</ p >
103103</ li >
104+ < li >
105+ < p > < a href ="http://www.infoq.com/articles/modern-javascript-toolbox "> The Modern JavaScript Developer’s Toolbox </ a >
106+ provides a high-level overview of tools frequently used on the client and
107+ server side for developers using JavaScript in their web applications.</ p >
108+ </ li >
104109</ ul >
105110< h2 > JavaScript learning checklist</ h2 >
106111< p > < i class ="fa fa-check-square-o "> </ i >
Original file line number Diff line number Diff line change @@ -78,6 +78,10 @@ which is defined by the
7878 is an opinion piece about favoring small, single-purpose JavaScript libraries
7979 over larger frameworks due to churn in the ecosystem.
8080
81+ * [ The Modern JavaScript Developer’s Toolbox ] ( http://www.infoq.com/articles/modern-javascript-toolbox )
82+ provides a high-level overview of tools frequently used on the client and
83+ server side for developers using JavaScript in their web applications.
84+
8185
8286## JavaScript learning checklist
8387<i class =" fa fa-check-square-o " ></i >
Original file line number Diff line number Diff line change @@ -106,6 +106,10 @@ securing Linux distributions.
106106 shows how important it is to secure your web servers, especially when they are
107107 hosted in IP address ranges that are commonly scanned by malicious actors.
108108
109+ * [ Cloud Security Auditing: Challenges and Emerging Approaches] ( http://www.infoq.com/articles/cloud-security-auditing-challenges-and-emerging-approaches )
110+ is a high-level overview of some of security auditing problems that come
111+ with cloud deployments.
112+
109113
110114## Web security learning checklist
111115<i class =" fa fa-check-square-o " ></i >
Original file line number Diff line number Diff line change @@ -150,6 +150,11 @@ <h2>General security resources</h2>
150150 shows how important it is to secure your web servers, especially when they are
151151 hosted in IP address ranges that are commonly scanned by malicious actors.</ p >
152152</ li >
153+ < li >
154+ < p > < a href ="http://www.infoq.com/articles/cloud-security-auditing-challenges-and-emerging-approaches "> Cloud Security Auditing: Challenges and Emerging Approaches</ a >
155+ is a high-level overview of some of security auditing problems that come
156+ with cloud deployments.</ p >
157+ </ li >
153158</ ul >
154159< h2 > Web security learning checklist</ h2 >
155160< p > < i class ="fa fa-check-square-o "> </ i >
You can’t perform that action at this time.
0 commit comments