现在的位置: 首页 > 综合 > 正文

一些技术的参考网站

2013年06月04日 ⁄ 综合 ⁄ 共 916字 ⁄ 字号 评论关闭

Required Reading

Skip to end of metadata

Go to start of metadata

This is an annotated reading list for technical background on technologies and principles used at Project Victors.


The Eight Fallacies of Distributed Computing

Architecture

  • Hypermedia - REST API design 

    • HATEOAS - wikipedia article on how to design REST APIs that implement application state server-side.
    • FoxyCart - a well-documented example of a hypermedia REST API.

Development Tools & Technologies

Javascript Development

  • Middleman - command line tool for developing static web sites. Used in the PMSMobile project.
  • jQuery - core technology for building web applications in javascript.
  • HAML - light-weight markup language processed into HTML. See also the source site haml.info.
  • Mustache - template expansion language

抱歉!评论已关闭.