Skip to content

Instantly share code, notes, and snippets.

@listochkin
Last active April 22, 2017 20:11
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save listochkin/1a9fa846832e6f6fb268 to your computer and use it in GitHub Desktop.
Save listochkin/1a9fa846832e6f6fb268 to your computer and use it in GitHub Desktop.

HTML, CSS, JS

  1. Intro: https://www.youtube.com/playlist?list=PL697D36B35F92E9E4 (1)
  2. JS:
  3. CSS:
  4. jQuery:
  5. HTML/CSS/JS APIs:
  6. Tools:

Server-side

  1. Web 1.0 - Pages, Forms, SQL db
  2. HTTP JSON API, REST
  3. Single-page applications (load static page, then do API calls with the server)

Architecture

  1. Server-side MVC: https://www.youtube.com/watch?v=3mQjtk2YDkM
  2. Server-side patterns: http://martinfowler.com/eaaCatalog/
  3. A tale of two MVCs by Yehuda Katz https://www.youtube.com/watch?v=U9x-EaeJDuE
  4. JS patterns: http://addyosmani.com/resources/essentialjsdesignpatterns/book/
  5. MV* frameworks: backbone, angular, ember http://vimeo.com/68390483
  6. Архитектура фронтенда (Kottans.org) https://www.youtube.com/watch?v=HFmkSYFUCZQ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment