Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Hoodie at Glasgow JS

Hoodie at Glasgow JS

Site: http://hood.ie
Video: http://www.youtube.com/watch?v=ySfgrcQegGU
Notes: http://decadecity.net/blog/2013/08/06/jan-lehnardt-very-fast-development-hoodie (by @decadecity)

Thanks to Glasgow JS for hosting me.

They are always looking for speakers, you should get in touch!

Jan Lehnardt

August 06, 2013
Tweet

More Decks by Jan Lehnardt

Other Decks in Technology

Transcript

  1. 1. Build the backend yourself 2. Get someone else to

    do it 3. Give up Wednesday, August 7, 13
  2. 1. Sign up users 2. Be able to admin them

    easily 3. Let them save and load data 4. Let them share it or make it public 5. Maybe send an email or two 6. Let them pay me for the service. Wednesday, August 7, 13
  3. 1. Sign up users 2. Be able to admin them

    easily 3. Let them save and load data 4. Let them share it or make it public 5. Maybe send an email or two 6. Let them pay me for the service. Wednesday, August 7, 13
  4. 1. Sign up users 2. Be able to admin them

    easily 3. Let them save and load data 4. Let them share it or make it public 5. Maybe send an email or two 6. Let them pay me for the service. Wednesday, August 7, 13
  5. 1. Build a data-driven web app over a weekend 2.

    With a library that's as simple to use as jQuery 3. Start charging on Monday 4. Don't worry about the backend Wednesday, August 7, 13
  6. hoodie.sendEmail({ subject: "Your current to do list", text: currentTodoListToText(), html:

    currentTodoListToHTML(), to: "[email protected]", attachments: [ hoodie.convert( $ ("ul.todoList") ).to("invoice.pdf") ] }) Wednesday, August 7, 13
  7. Frontend Backend localStorage hoodie.store App .add() .find() .on() Sync CouchDB

    Plugins Users Shares Emails Payments … REST Wednesday, August 7, 13
  8. Frontend Backend localStorage hoodie.store App .add() .find() .on() Sync CouchDB

    Plugins Users Shares Emails Payments … REST Wednesday, August 7, 13
  9. Frontend Backend localStorage hoodie.store App .add() .find() .on() Sync CouchDB

    Plugins Users Shares Emails Payments … REST Wednesday, August 7, 13
  10. Frontend Backend localStorage hoodie.store App .add() .find() .on() Sync CouchDB

    Plugins Users Shares Emails Payments … REST Wednesday, August 7, 13
  11. Frontend Backend localStorage hoodie.store App .add() .find() .on() Sync CouchDB

    Plugins Users Shares Emails Payments … REST Wednesday, August 7, 13
  12. Frontend Backend localStorage hoodie.store App .add() .find() .on() Sync CouchDB

    Plugins Users Shares Emails Payments … REST Wednesday, August 7, 13
  13. Frontend Backend localStorage hoodie.store App .add() .find() .on() Sync CouchDB

    Plugins Users Shares Emails Payments … REST Wednesday, August 7, 13
  14. Frontend Backend localStorage hoodie.store App .add() .find() .on() Sync CouchDB

    Plugins Users Shares Emails Payments … REST Wednesday, August 7, 13
  15. Frontend Backend localStorage hoodie.store App .add() .find() .on() Sync CouchDB

    Plugins Users Shares Emails Payments … REST Wednesday, August 7, 13
  16. Frontend Backend localStorage hoodie.store App .add() .find() .on() Sync CouchDB

    Plugins Users Shares Emails Payments … REST Wednesday, August 7, 13
  17. Frontend Backend localStorage hoodie.store App .add() .find() .on() Sync CouchDB

    Plugins Users Shares Emails Payments … REST Wednesday, August 7, 13
  18. Frontend Backend localStorage hoodie.store App .add() .find() .on() Sync CouchDB

    Plugins Users Shares Emails Payments … REST Wednesday, August 7, 13
  19. Frontend Backend localStorage hoodie.store App .add() .find() .on() Sync CouchDB

    Plugins Users Shares Emails Payments … REST Wednesday, August 7, 13
  20. Frontend Backend localStorage hoodie.store App .add() .find() .on() Sync CouchDB

    Plugins Users Shares Emails Payments … REST Wednesday, August 7, 13
  21. Frontend Backend localStorage hoodie.store App .add() .find() .on() Sync CouchDB

    Plugins Users Shares Emails Payments … REST Wednesday, August 7, 13
  22. Frontend Backend localStorage hoodie.store App .add() .find() .on() Sync CouchDB

    Plugins Users Shares Emails Payments … REST Wednesday, August 7, 13