DEV Community

Autumn
Autumn

Posted on

What was your first 'big' programming project?

Whether its personal projects, or something you did at work 😁

Top comments (4)

Collapse
 
jhuebel profile image
Jason Huebel

I was the lead dev for the Gentoo/amd64 team in 2005 - 2006. Lots of Python and C/C++. I was also the release engineer for that architecture, which also used Python but was less about programming and more about compilation.

Collapse
 
avalander profile image
Avalander

I think the first big side project I did was a dependency injection framework back in the days of Java 1.6. I never published it anywhere, but I used it in a few other projects later on. I think I might still have the code laying somewhere.

Collapse
 
jmcp profile image
James McPherson

Hmm. Thirteen years ago I was part of a small team (4) bootstrapping multipath support for SAS devices on a new platform. Distributed between Beijing, Melbourne and Brisbane we had a very interesting time discovering some foibles between our default platform and the new one.

My task was to ensure that we could boot with the new drivers. Our boot architecture at the time was ... intricate, and I had to figure out some rather gnarly ways to go from single-path to multi-path and back again without losing device path configuration info.