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

Build your cross-platform service in a week with App Engine

5f83ef806155b403c3393160ce51f955?s=47 Jose L
April 11, 2014

Build your cross-platform service in a week with App Engine

This presentation is built around two of the most important blocks of a cross platform app, client + api development, as well as how to reach, based on that foundation, the quickest MVP that allows to identify the main pitfalls, issues and use cases of your project. Main aspects about topics like quick iteration, service integration, feedback loop and living in a beta world are covered along the talk.

5f83ef806155b403c3393160ce51f955?s=128

Jose L

April 11, 2014
Tweet

Transcript

  1. Momenta JOSE

  2. WUNDERLIST MOMENTA WHO

  3. Long Day 4 Day 1 Day 3 Day 2 CODE

  4. INTERNAL BASE

  5. NOBODY

  6. 4 3 2 1 Measure: Identify quickly technical problems, challenges

    and barriers Visibility: Find supporters, co- workers, investors, mentors, etc Feedback loop: Check how the market reacts towards your product Find your beach head: Find a niche where to start growing FAST
  7. Training BUT

  8. BE

  9. LET’S

  10. GOOGLE

  11. 4 3 2 1 Scalability: Managed by the service when

    on Auto mode. Free tiers: There’s enough room as to get your project running. Simplicity: The instances, ELBs, CDNs are all configured. More: https://cloud.google.com/products/ GOOGLE
  12. Database: SQL or non-SQL (object based) Libraries: Jinja2 (python templates),

    webapp2 (app engine’s basic env), json, etc Binary Storage: Blob Store or Google Cloud Storage More services GET
  13. THE

  14. CHOOSE

  15. PYTHON GO PROJECT

  16. MAIN.PY,

  17. YOUR

  18. GET PRO-TIP:

  19. POST PRO-TIP:

  20. DEPLOY

  21. Structure: Fragment based, drawer pattern Threading: New threads and executors.

    Services and IntentServices are also valid Networking: OkHttp minSdkVersion 14 BASIC
  22. CALLS

  23. MADE

  24. YOU

  25. STACKSHARE

  26. KEEP

  27. THANKS