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

PyClab.__init__(self)

 PyClab.__init__(self)

How I run (as) a software team in a hardware-oriented startup.

Tzu-ping Chung

November 21, 2013
Tweet

More Decks by Tzu-ping Chung

Other Decks in Technology

Transcript

  1. My (Paid) Job • Environment monitoring and control • Agricultural

    applications • Kind of like industrial control • Embedded Systems and microprocessors • ATOM CPUs, anyone?
  2. The One Man Team • All my codes are on

    source control • All my deployments depend on the CI server • Even if it’s just my desktop • All my issues go through the issue tracker
  3. I Like BitBucket • Better issue tracker (IMO) • Free

    private repositories • Don’t need to convince my boss
  4. Why? • They were already considering • I don’t know

    why • C is tedious • And they don’t know much more • Batteries included • Or can be easily obtained
  5. Still Lots to Do • Automated deployment • Some preliminary

    tools already • With fabric and git submodule • Automated verification (needs manual input now) • Teach people PEP8 and coding conventions • Problem: I suck