Hello world!

Hi! This is my first attempt for a semi-pro blog, specifically about the profession I chose to do for the rest of my life. It’s strange ’cause a job is supposed to be boring and it’s said to be getting mechanical after a period. But, I believe, as other things in life, such as wine, sports, your child, reading a book, coding must be fun, not an exception . In a way it’s a reflection of life in tiny bits. You have struggles, failures, succeses, cycles. Another thing I believe is that every coder has some instinct and insight that tells, no matter how hard the problem seems there is always at least one way of solve it. This instinct gets the job done. But what makes coding fun is the other instinct; there is hundreds of ways to improve that solution. Every single line of code you write defines your character and how you look at things.

I have another blog and I write on more random topics. Its goal was to make me focus and contemplate on my thoughts. I hope it will be the same with this blog. Let’s pray it will still be fun years later on.

Oh! and by the way:

void main()
{

cout << “Hello World!” << endl;

}