Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View manish-shrivastava's full-sized avatar
🎯
Transforming Tech Ideas into Reality. Call me for your work.

Manish shrivastava manish-shrivastava

🎯
Transforming Tech Ideas into Reality. Call me for your work.
View GitHub Profile
@manish-shrivastava
manish-shrivastava / frontendDevlopmentBookmarks.md
Created November 5, 2016 19:27 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.

Core concepts

Model

  • An object that stores data (data persistance layer abstraction).
  • Templates transforms models into HTML.
  • Same thing as Rails model.

Template