Skip to main content

Being Productive

The aim of this post is to organize my ideas and also share 3 aspect of my day that I believe helps me to became more productive.


Pomodoro Technique
Since I first listen about the pomodoro technique I got  really interested in it. I always had the feeling that I could produce more if I work less. Since I started using it I came studying the physiological side of the technique and the more I use more I feel that I'm productive working less.


Organize the goals
But there's another point that I keep in mind, is that I have to produce a certain amount of work per day, and not necessary I have to work 8 hours per day to produce it. This is another rule that I try to follow, normally in the very begging of my day I ask myself: What do I have to do today? Normally I write the goals down in a piece of paper, then that becomes my goals for the day. I try to be fair to myself in the definition, I don't have to show it to any boss or manager, so if I put more work in the list than I can complete in one day I'm lying only to myself. When I started doing this, I had to do some extra-hours until get the felling of the right amount of work that I can achieve in one day.


Left the fun to the fun time.
I like to see videos during my day. I like to follow some updates in facebook. I also like to read my news feed. But I also have to work, so I normally do it in the pomodoro intervals or before/after work hours. It is just a matter of organizing your time. 


Work-life balance
I have to be feeling good to be productive. And it start way before the working hours. In my case it start with a good night of sleep. Unless I have an appointment in the early hours, I don't mind to run late in order to complete my sleep cycle.
Also the time with my friends/family has to be in order. Since I came back to São Paulo I manage to work from home 1 day per week, some weeks I can't do this, but this has shown very useful. Even more living in São Paulo, where you can easily expend 2 hours to drive from home to work. So normally I ask to do a home-office during the Fridays. And during the home-office time I keep following the others rules with Goals, Pomodoro. 


Passion for what I do
That, for sure, is the most important point, if you don't have, go! Seek your path.

Comments

Popular posts from this blog

Como é trabalhar na ThoughtWorks

Uma pergunta recorrente que me fazem é: - E ai, como é trabalhar na ThoughtWorks? Bom, vou tentar responder isso... Pra começar é muito diferente de tudo que já vi aqui no Brasil. Nenhuma das empresas pelas quais passei, ou empresas que ouvi amigos próximos falando sobre o dia-a-dia se aproximam do que eu vejo aqui na ThoughtWorks. Isso tanto para bom, quanto para "não tão bom". A ThoughtWorks te contrata para a Thoughtworks não para um projeto Isso pra mim é algo muito bom, a maioria das empresas de consultoria no Brasil quando querem te contratar falam algo do tipo: "Temos um projeto em Alphaville com duração de 6 meses e possibilidade de prorrogação..." Nesse cenário se tem projeto essas empresas contratam como loucas, e quando chega final do ano e os clientes tem um freezee elas demitem! Para em fevereiro do outro ano começarem a contratar de novo. Isso nunca fez sentido para mim. Na ThoughtWorks, quando você é contratado você vira um ThoughtWorker....

Thunderbird with Microsoft OWA in Ubuntu 11.10

So, you as I are tired of Evolution's problems in Ubuntu 11.10 ? Move on to Thunderbird... To have it working with Microsoft OWA following the these steps: Install DavMail Download and install  DavMail . It will act as a proxy between Thunderbird and your Microsoft webmail. Configure DavMail Some tips:  Exchange 2003: https://mail.company.com/exchange/ Exchange 2007 Webdav mode: https://mail.company.com/owa/ Exchange 2007 EWS mode: https://mail.company.com/owa/ Exchange 2010 EWS mode: https://mail.company.com/owa/ Exchange 2010 EWS mode with unsupported authentication form e.g. Windows Live login:https://mail.company.com/ews/exchange.asmx In my case as I'm behind a proxy I had to mark the option "Use system proxy settings" in the Proxy tab: Click save then you should see a message in your system tray, saying that DavMail is correctly configured. Configuring Thunderbird In Thunderbird main window click menu Fil...

Pairing techniques

This week my colleague Guilherme Motta  and I did a presentation about Pair Programming, that were really fun, we learned a lot. During our research I noticed that there are few posts, wikis or sites about Pairing Practices, so I'm sharing with you some practices that we found. Ping Pong In this technique the first programmer writes a minimal failing unit test, the second programmer modifies the code to pass the unit test(s) than the second programmer writes a new minimal failing unit test and gave the keyboard back to first programmer, and so on. This loop continues as long as any programmer is able to write failing unit tests. The technique can result in the driver role switching as often as a few minutes or less. Pros: CV  taught me this one and was really fun, because you don't have to discuss a lot, although you keep conflicting the programmer's ideas.   Cons: I don't know. Chess Clock Using a chess clock the pair define a time inter...