Author Archives: Hugo Monteiro

My trip to NY

In the beginning of November I made a trip to the city that never sleeps, New York. I decided to share  my thoughts about the differences between my country and this big city. In NY, there is a culture of “image selling”. They always try to negotiate something, for instance, I found an homeless guy who negotiated with me, [...]

Posted in Entrepreneurship, Travel | Tagged , , | Leave a comment

Week 1: Testing personal Kanban

The personal Kanban experience is enforcing the way I define goals each week. When I write on the post-it, that goal is possible because I imagine it how it should be finished. At my first week with this tool, I noticed that with my board always insight I have a global view of the tasks [...]

Posted in Personal Development, Productivity | Tagged , , , , | Leave a comment

Testing Personal Kanban

“Personal Kanban is a productivity and effectiveness tool for individuals or small groups” - wikipedia. I decided to test the Kanban tool to see if it is really powerful. This tool has two core rules: Visualize your work (imagine what you need to do to accomplish that goal) Limit your work in progress (this is very important, [...]

Posted in Personal Development, Uncategorized | Tagged , , , | Leave a comment

The power of a peer group

How many times, we listen to our friends saying that “it was so good, if I could win the euro millions“, “it was so good if I had 6 months of vacation each year“, “it was so good if I had my own company“… It was so good if my future could depend only on [...]

Posted in Personal Development | Tagged , , , , , , | Leave a comment

Client Certificates and Play!

Sometimes we need the authentication of the client. That means, for instance, if you want to limit the access to your web application, from the people who has the right certificate. This is possible, using client certificates, which are installed inside the browser, and the user without this certificate cannot access the web application. To [...]

Posted in Internet, play, Software Development | Tagged , , , , , , | 5 Comments

Keeping the motivation HIGH!

Our life and work, specially the second, are very focused in goals and deadlines. Many of us had terrible experiences putting together these two words: goals and deadlines. Many companies think that if you have goals and deadlines, and money at the end, without motivation effort inside work environment, you are going to achieve your [...]

Posted in Entrepreneurship | Tagged , , , , , , , | 2 Comments

Access DB manager from the PlayFramework

With the new 1.2 version of play, now it’s possible to see all the tables in the database without needing an external database manager program. I have been developing in play, and I always feel the need of having a database in memory with test data being loaded each time I run the server. With [...]

Posted in play, Software Development | Tagged , , , , | 2 Comments

I have a networking-based company! A WHAT?

Yes, a networking-based company. The well-known method to offer services using the knowledge of our friends. Seems strange, but we hear often that we don’t have the expertise to do something, or we don’t know how to make a pie. You don’t need to know any of that. You just need to know a good [...]

Posted in Entrepreneurship | Tagged , , , , , | 1 Comment

Schools kill creativity

Ken Robinson talks about how the educational system is killing student creativity.

Posted in Entrepreneurship | Tagged , | 1 Comment

Deploying PlayFramework Apps in JBoss

After you created your web application you need to create the WAR file that will insert the framework and other dependent libs inside the folder that you specify: play war myapp -o myapp.war Now to deploy on JBoss, you need to do some changes on your WAR file: Create a file called jboss-web.xml in the [...]

Posted in Internet, play, Software Development | Tagged , , , | Leave a comment