Technology Quick Reference
Purpose: This service is designed to assist developers when they need to get a working understanding of a technology in a short amount of time or want to refresh their knowledge on a technology quickly.
Management: The SPSC Knowledge Working Group is working on expanding the list of technologies available. If you would like to take part in the process please contact feedback@softwareprofessionals.ca or visit our Opportunities page.
Future Enhancements:
- To recommend a technology to be included here please email us at feedback@softwareprofessionals.ca
Notation Guide
All of the SPSC quick reference guides use the following notion to describe syntax.
| Markup | Example | |
|---|---|---|
| Non literal entity | some-entity | Replace this occurance with an instance of the described entity |
| One of Set | A OR B | Replace this occurance with eithor A or B |
| Optional | X 0,1 | 'X' may occure 0 or 1 times or in other words is optional |
| Repeats with Seperator | XSEP S 1+ | Repeat X one or more times using S as a seperator. |