Guest User

FB Warsaw Hackathon Resources

a guest
Oct 25th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. Version Control:
  2. Git: http://git-scm.com/doc
  3. Mercurial: http://mercurial.selenic.com/learn
  4.  
  5. Hosting:
  6. Parse: https://parse.com/docs
  7. Heroku: https://devcenter.heroku.com/start
  8. Github (for hosting your code): https://github.com/
  9. Node.js (easy JS webserver): http://nodejs.org/
  10. Apache (harder webserver): http://httpd.apache.org/docs/trunk/getting-started.html
  11.  
  12. Web Development:
  13. React (responsive JS UI): http://facebook.github.io/react/docs/getting-started.html
  14. Bootstrap (responsive JS UI): http://getbootstrap.com/getting-started/
  15. Django (Python web framework): https://docs.djangoproject.com/en/1.7/intro/tutorial01/
  16. Ruby on Rails (Ruby web framework): http://guides.rubyonrails.org/getting_started.html
  17. Hack + XHP (how FB does web dev in PHP): http://docs.hhvm.com/manual/en/getting-started.php
  18. Javascript SDK: https://developers.facebook.com/docs/javascript
  19. PHP SDK: https://developers.facebook.com/docs/php/gettingstarted/4.0.0
  20.  
  21. iOS Development:
  22. Apple iOS Tutorial: https://developer.apple.com/library/ios/referencelibrary/GettingStarted/RoadMapiOS/
  23. Facebook iOS SDK: https://developers.facebook.com/docs/ios/getting-started
  24. Facebook iOS Sample Apps: https://developers.facebook.com/docs/ios/sample-apps
  25. Parse Sample Apps: https://parse.com/tutorials
  26.  
  27. Android Development:
  28. Google Android Tutorial: https://developer.android.com/training/index.html
  29. Facebook Android SDK: https://developers.facebook.com/docs/android/getting-started
  30. Facebook Android Sample Apps: https://developers.facebook.com/docs/android/sample-apps
  31. Parse Sample Apps: https://parse.com/tutorials
  32.  
  33. Misc:
  34. FB Open Source: https://code.facebook.com/projects/
  35. More Facebook SDKs: https://developers.facebook.com/docs/other-sdks
Add Comment
Please, Sign In to add comment