Showing posts with label Software Engineering. Show all posts
Showing posts with label Software Engineering. Show all posts

Wednesday, January 5, 2011

Software Developers Anonymous

I think I need to create this group.

I make my living as a Sr. Software Engineer and I love it. It's especially exciting because I work in Social Media. However, my brain does not stop thinking of ideas when I leave the office and must therefore be classified as an addiction. Ergo, SDA or Software Developers Anonymous.

Last night I was up creating an interface to the iCloud API and now I want to make a better iCloud app for Android.

Thursday, December 23, 2010

AOP, DI and TDD

No, I haven't lost my mind.

AOP is Aspect Oriented Programming,
DI is Dependency Injection and
TDD is Test-Driven Development.

I am a total geekette, my friends and readers know that. However, these three things are making my life really exciting.

I'm building new classes to support the new Architecture of my company's Applications. I am setting things up so the code our team creates is perfect and test driven. Moreover, with dependency injection we can push, compile, build and test in a state independent environment.

If you're not a Software Engineer you'll have no idea what I'm talking about, but if you are you will understand why I am so excited and having way too much fun at work.

This development, combined with Maven, will also make integration with our parent corp's Java code go that much smoother and seamless.

Cool beyond words.