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

Buildbox - Lessons Learned

Keith Pitt
February 12, 2014

Buildbox - Lessons Learned

In this presentation, I share my experiences developing Buildbox, a semi-hosted continuous integration service. I also discuss how the product works, how I made it and some of the challenges I faced along the way.

Keith Pitt

February 12, 2014
Tweet

More Decks by Keith Pitt

Other Decks in Programming

Transcript

  1. “Continuous Integration is a software development practice where members of

    a team integrate their work frequently, usually each person integrates at least daily - leading to multiple integrations per day. Each integration is verified by an automated build (including test) to detect integration errors as quickly as possible.” - Martin Fowler (the smartest guy alive)
  2. Not Ugly No Java Easy to setup! GitHub Pull Request

    Status! Can do what ever I want on
 the server Safe and secure production
 deploys
  3. Do as little work as possible All the gems (73

    in Buildbox)! CSS framework (Twitter Bootstrap)! Deploy onto Heroku/Ninefold!
  4. Keep your vision strong Don’t forget the goals! Don’t go

    off on tangents! Why are you doing this again?! Build what you want to exist
  5. Keep the tech stack simple Don’t do SOA! Don’t scale

    to your 1 customer! Keep the code ghetto! Use what you know
  6. Avoid rewrites Ignore all the new shiny things! Just slows

    you down! Founder code is encouraged
  7. Don’t write invoicing stuff Invoices are a must for B2B!

    Generally receipts don’t cut it! It’s such a buzz kill! chargebee.com + Pin Payments
  8. Launch on the first day After your 10th commit, be

    in production! Tease out any issues! Get people looking at it! Users can come later! Continuous Delivery
  9. Regrets Didn’t blog enough! Not enough drip marketing! Didn’t make

    a video on public launch! Took stuff personally