Build and Deployment automation, VCS Root and Labeling in TeamCity

As you might now from reading my blog I tend to automate as much as I can.

Why? Because I hate to do repetitive tasks. First because it is boring, at least for me, and as a developer we have more interesting things to do. Second because executing repetitive tasks tend to be error prone.

Continue reading

Using Gmail as TeamCity smtp server

Jun 1, 2010

Some time ago when I had to reinstall our Jobping Continuous Integration server, which is Team City I also decided not to reinstall any smtp server but to use Gmail server.

Here is the configuration that I used, which worked perfectly for me

Continue reading

Missing a little FileAccess.Read and it doesn’t work

May 22, 2010

What is the difference between this code

using (var fileStream = new FileStream(settingsFilename, FileMode.Open))
{
    return ReadSettings(fileStream);
}

Continue reading

f.lux Better lighting…for your computer

May 21, 2010

A couple of month ago I was introduced by a colleague to f.lux.

At first I thought, hum ok another software that will just eat some memory for nothing. But after 2 days, in fact 2 evening, yeah I work a lot in front of monitors, I was conquered and I recommend this tool to all like me that spend their days and nights in front of monitors!

Continue reading

Page 29 of 147