Thursday, 25 February 2016
Interesting Snippets from 2016-02-25
-
Get Started with JSON Web Tokens - Auth0
JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. This information can be verified and trusted because it is digitally signed. JWTs can be signed using a secret (with HMAC algorithm) or a public/private key pair using RSA.
Interesting Snippets from 2016-02-08
-
viewerjs/README.md at v0.3.1 · fengyuanchen/viewerjs · GitHub
JavaScript image viewer.
-
Why build Data Visualizations with D3.js | DashingD3js.com
D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS. D3’s emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components and a data-driven approach to DOM manipulation.