Skip to content

Instantly share code, notes, and snippets.

@metaskills
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metaskills/9823036 to your computer and use it in GitHub Desktop.
Save metaskills/9823036 to your computer and use it in GitHub Desktop.
Lunch & Learn Notes

Finished HomeMarks v3

HomeMarks Retro

  • Simple tools:
    • What stayed simple and was easy? (Routing, )
    • What was hard and painful? (Routing, )
  • iOS/MVC View/Controller Patterns
    • Content vs Container Controllers
    • Talk about popover.
  • How do you reboot your app?
    • window.location.href = window.location
    • HomeMarks.Application.refresh()
  • Testing
    • Ruby (unit,functional,integration), JavaScript (unit,integration)
  • Writing promises based API on top of events was hard.

!!! Could go on and on. Will publish some blog articles. !!! HomeMarks Open-House Code Review.

Turned The Corner On Angular

Demo App: (Erik's team for Netflix) - This is pure ember with data bindings to SVG elements, a little bit of D3 for doing some computations for axises and whatnot.

Random Articles For Shadow DOM / Web Components

My Learning Action Items

Ember: (focus on the next release)

Build Tools:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment