LogoLogo
Enterprise GuideCommunity Edition GuideDeveloper Guide
  • Using The Polarity Developer Guide
  • Quick Start
    • What's New
    • Installing Integrations
    • Quick Start Guide
    • Learning Resources
  • Building an Integration
    • Directory Layout
    • package.json
    • Configuration File
    • Integration Main Module
      • startup
      • doLookup
        • Entity Objects
        • Result Objects
        • Error Objects
      • onDetails
      • onMessage
      • validateOptions
    • Customizing the Overlay Window
      • Templates
        • Conditionals
        • Displaying a List of Items
        • Display Object Properties
        • Built-in Helpers
        • Displaying Icons
      • Component File
        • Aliased Properties
        • Computed Properties
        • Event Hooks
      • CSS Styles
    • Vendor Javascript
      • Inserting Javascript into DOM
    • README Guide
    • Debugging Integrations
      • Web Inspector
      • Using Integration Logs
      • Testing Main Module
  • Recipes
    • Enabling User Actions
    • Throttling Lookups
    • Using Custom Entity Types
    • Custom Summary Tags
    • Creating a Tabbed Interface
    • Accessing Username of Requestor
Powered by GitBook
On this page
  • Javascript
  • Official MDN Javascipt Guide
  • Node.js
  • Ember Components & Templates
  • Less and CSS
  • Testing
  • Mocha Testing Framework
  1. Quick Start

Learning Resources

PreviousQuick Start GuideNextDirectory Layout

Last updated 5 years ago

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.

Note that the following links are all external.

Javascript

Official MDN Javascipt Guide

The Mozilla Developer Network provides an extensive javascript programming guide

Node.js

Nodeschool

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

StackOverflow Node.js

A community driven question and answer site for answering questions

Ember Components & Templates

Official Ember Components Guide

Official Ember Templates Guide

StackOverflow Ember.js

Less and CSS

MDN CSS Guides

Official {less} Website

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://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide
https://nodeschool.io/
http://stackoverflow.com/questions/tagged/node.js
https://guides.emberjs.com/v2.7.0/components/defining-a-component/
https://guides.emberjs.com/v2.7.0/templates/handlebars-basics/
http://stackoverflow.com/questions/tagged/ember.js
https://developer.mozilla.org/en-US/docs/Web/CSS
http://lesscss.org/
https://mochajs.org/