User Interfaces

by Sebastien Mirolo on Sun, 7 Oct 2012

UPDATED read more...

Migrating from cvs to git

by Sebastien Mirolo on Sun, 6 May 2012

I have been involved with a project that has been using cvs for the longest time. Over the years, a great deal of experience has been acquired in source control management, processes and tools have evolved to reflect that knowledge. A lot of third-party tools like wikis, bug trackers, etc. actively maintain git plug-ins. Cvs is increasingly an afterthought, for very good reasons. So despite everything running smoothly with cvs for now, it won't be long before sticking with cvs becomes a huge technical debt. read more...

Great Talks on C++11

by Sebastien Mirolo on Sat, 25 Feb 2012

If you are interested in C++ and the new C++11 standard, you definitely want to see this panel discussion and this talk by Stroustrup himself. Paul Krill also conducted a very insightful interview of Stroustrup for infoworld. read more...

Stubbing Java Classes

by Sebastien Mirolo on Wed, 7 Sep 2011

Many times while validating a software product, you have to substitute a few parts in order to enable automated testing. This was again the case recently when I was confronted with a java application built as a jar file. The application relied on a complex subsystem of components that needed to be stubbed out in the test runner. read more...

Two days and a night with Actionscript

by Sebastien Mirolo on Sun, 20 Feb 2011

Lot of buzz is going on in the flash vs. html5 debate. Nothing is better than a hands-on experience so I figured I will develop a simple app to find out for myself. I have experience building user interfaces in Java and different C++ frameworks, I also have done my fair share of html and server-side cgi coding but it the first time I looked at any flash related source code. read more...