Boy, found the following blog where the author explained in very simple steps on how to set up the environment to transpile ES6 to ES5 using Node.js, Gulp, Babel and Traceur. A must read!
http://exploringjs.com/es6/index.html#toc_ch_modules
http://weblogs.asp.net/dwahlin/getting-started-with-es6-%E2%80%93-transpiling-es6-to-es5
https://weblogs.asp.net/dwahlin/getting-started-with-es6-%E2%80%93-the-next-version-of-javascript
http://blog.teamtreehouse.com/get-started-ecmascript-6
http://www.es6fiddle.net/
http://mikelambert.me/es6/#iterators
Sunday, July 31, 2016
Thursday, July 28, 2016
Content Security Policy
What is Content Security Policy?
CSP defines the Content-Security-Policy HTTP header that allows you to create a whitelist of sources of trusted content, and instructs the browser to only execute or render resources from those sources. Even if an attacker can find a hole through which to inject script, the script won’t match the whitelist, and therefore won’t be executed.
Read more: http://www.html5rocks.com/en/tutorials/security/content-security-policy/
CSP defines the Content-Security-Policy HTTP header that allows you to create a whitelist of sources of trusted content, and instructs the browser to only execute or render resources from those sources. Even if an attacker can find a hole through which to inject script, the script won’t match the whitelist, and therefore won’t be executed.
Read more: http://www.html5rocks.com/en/tutorials/security/content-security-policy/
Tuesday, July 26, 2016
What is an Aggregator?
Aggregator refers to a web site or computer software that aggregates a specific type of information from multiple online sources.
Read more:
https://en.wikipedia.org/wiki/Aggregator
http://stackoverflow.com/questions/4607141/how-does-a-site-like-kayak-com-aggregate-content
https://www.quora.com/How-do-website-aggregators-like-Kayak-work
Read more:
https://en.wikipedia.org/wiki/Aggregator
http://stackoverflow.com/questions/4607141/how-does-a-site-like-kayak-com-aggregate-content
https://www.quora.com/How-do-website-aggregators-like-Kayak-work
Subscribe to:
Posts (Atom)