Skip to content

Instantly share code, notes, and snippets.

@ruzz311
Created January 15, 2014 19:11
Show Gist options
  • Save ruzz311/8442366 to your computer and use it in GitHub Desktop.
Save ruzz311/8442366 to your computer and use it in GitHub Desktop.
Some ideas I'd like to see discussed at upfrontkc

Monthly Meetup Topics

  • Flex-box (CSS)
  • ShadowDOM (CSS)
  • Event Emitters (JS)
  • Socket APIs (JS, server-side?)
  • Web-workers (JS)

Workshop Topics / Projects

Workshops should have some seed-code to reduce the time spent figuring out "where/how do I start this?"

Workshops should have a defined idea with goals or user stories to help attendees get to the important stuff (coding, duh!).

Simple backbonejs App

  • "todo-like" simplicity
  • calendar / agenda app

Authenticated app

  • basic auth
  • oAuth
  • Hawk
  • Roll your own token/secret

"No Database" App

  • use localStorage, webSQL, etc to build apps
@joelongstreet
Copy link

or "Database" app using parse.com or iriscouch

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