1 / 18

Don’t Reinvent the Wheel

Don’t Reinvent the Wheel. Zach Boerger February 2012. Leverage What Already Exists. What’s out there?. APIs jQuery Libraries Frameworks Templates. AP-what?. API = Application Programming Interface Give developers access to the feature set of an existing product. Top APIs.

vaughn
Download Presentation

Don’t Reinvent the Wheel

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Don’t Reinvent the Wheel • Zach Boerger • February 2012

  2. Leverage What Already Exists

  3. What’s out there? • APIs • jQuery Libraries • Frameworks • Templates

  4. AP-what? • API = Application Programming Interface • Give developers access to the feature set of an existing product

  5. Top APIs • Facebook + Twitter • Google Maps • Foursquare • Twilio

  6. Before you build a “cool” feature, Google it

  7. Open-source is your friend

  8. So is Github

  9. jQuery Scrollable

  10. Other Examples • Auto-save user input on your forms • Create bar graphs on the fly (client-side) • Anything else you can build!

  11. Frameworks

  12. Popular Ones • Ruby on Rails • Django + Python • PHP + CodeIgniter

  13. Reasoning • Logical, consistent layout for projects • Eliminates up-front “setup” time • Take advantage of what’s already included

  14. Templates & Boilerplates

  15. Twitter Bootstrap

  16. HTML5 + Mobile Boilerplate

  17. Conclusion • To quickly test an idea, leverage what’s already out there • Go back and re-design later if needed • Don’t waste time on stuff that’s already been done

More Related