grantcarthew / notes-javascript

My notes and references for JavaScript

Home Page:http://js.carthew.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript Notes

My notes and references for JavaScript to help me remember sources and other details.

Learning Resources

This list is in order of skill level:

News

Specifications and Standards

  • CloudEvents - A specification for describing event data in a common way.
  • CORS - Cross-Origin Resource Sharing enables truly open access across domain-boundaries.
  • HTML - Hypertext Markup Language is a big part of the Web platform.
  • HTTP - Hypertext Transfer Protocol.
  • JSON - JavaScript Object Notation is a lightweight data-interchange format.
  • JSON Schema - Vocabulary that allows you to annotate and validate JSON documents.
  • JSON Schema Store - Schemas for all commonly known JSON file formats.
  • JSON API - A specification for building APIs in JSON.
  • OAuth - Authorization framework.
  • OpenAPI - Defines a standard, programming language-agnostic interface description for REST APIs.
  • OpenTracing - Vendor-neutral APIs and instrumentation for distributed tracing.
  • PartiQL - SQL-compatible access to relational, semi-structured, and nested data.
  • REST - Representational State Transfer is an architectural style for distributed hypermedia systems.
  • Schema.org - Schemas for structured data on the Internet.
  • Web Components - Custom components and widgets build on the Web Component standards.
  • YAML: YAML Ain't Markup Language - Human friendly data serialization standard for all programming languages.

Ecma International, Technical Committee 39 - ECMAScript

About

My notes and references for JavaScript

http://js.carthew.net/

License:MIT License


Languages

Language:HTML 100.0%