Book review: Being Geek

28 Dez 2011

I've finished reading this book, Being Geek, by Michael Lopp, an experienced engineering manager from Silicon Valley. And recommend it...

Continue lendo

Command line interface to FMS Admin

25 Dez 2011

I've been working with Flash Media Server for the last 8 months now, and
one tool that really annoys me is the Administration Console. I miss a
command line interface to accomplish tasks like see all live streams, reload
an app, etc.

Continue lendo

Change object after saving all inlines in Django Admin

12 Fev 2011

Admin is an awesome Django builtin app to create nice CRUDs for your models, and offers a lot of customizations hooks. You can personalize the templates, perform custom filters, modify newly created objects and if that's not enough, you can always create your own view to do something it doesn't by default.

Continue lendo

Adding methods dynamically in Python

06 Fev 2011

Given the dynamic nature of Python you can do many things in runtime, like add methods dynamically to an object or class. This is particularly useful when writing unit tests.

Continue lendo

Mocks, Stubs, Fakes and Spies

15 Dez 2010

Reading the Continous Delivery book I found a good definition of mocks, fakes, stubs and spies

Continue lendo