Skip to content

Instantly share code, notes, and snippets.

@MayaLekova
Last active October 5, 2015 15:55
Show Gist options
  • Save MayaLekova/b8820e2a9ff59c5520f1 to your computer and use it in GitHub Desktop.
Save MayaLekova/b8820e2a9ff59c5520f1 to your computer and use it in GitHub Desktop.
Advanced JS Course Annotation

The target of the Advanced JavaScript course is to introduce students to JavaScript concepts beyond writing simple browser scripts. What's more - the course focuses on typical JS approaches independent of the environment. The topics included in the course concern different aspects of JS development like: event programming, concurrent programming, reactive programming, functional programming applications and lambda calculus, multi-process applications, hyperoperators and set operations. We cover modern topics in the field in the field including:

  • server programming with Node.js;
  • ES2015 and Babel
  • JS in the browser with jQuery and websockets;
  • improtant tools - environments for app development
  • general introduction to Angular, ThreeJS, D3, etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment