Learning Resources

Polarity integrations are built on a suite of powerful technologies, frameworks and languages. As a result, it is beyond the scope of this guide to cover all the details of these technologies. The following is a collection of resources that can help you dive into more detail about specific subjects related to Polarity Integrations that you might be interested in.

circle-info

Note that the following links are all external.

Javascript

Official MDN Javascipt Guide

The Mozilla Developer Network provides an extensive javascript programming guide

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guidearrow-up-right

Node.js

Nodeschool

A collection of interactive command-line games you can work through to sharpen your Node.js programming skills.

https://nodeschool.io/arrow-up-right

StackOverflow Node.js

A community driven question and answer site for answering questions

http://stackoverflow.com/questions/tagged/node.jsarrow-up-right

Ember Components & Templates

Official Ember Components Guide

https://guides.emberjs.com/v2.7.0/components/defining-a-component/arrow-up-right

Official Ember Templates Guide

https://guides.emberjs.com/v2.7.0/templates/handlebars-basics/arrow-up-right

StackOverflow Ember.js

http://stackoverflow.com/questions/tagged/ember.jsarrow-up-right

Less and CSS

MDN CSS Guides

https://developer.mozilla.org/en-US/docs/Web/CSSarrow-up-right

Official {less} Website

http://lesscss.org/arrow-up-right

Testing

Mocha Testing Framework

Mocha is a feature-rich Javascript test framework that runs on Node.js and in the browser. It is specifically designed to make testing asynchronous code simple and fun.

https://mochajs.org/arrow-up-right

Last updated