Careers 2.0 by Stack Overflow
Gravatar
profile updated
on Mar 4

Joseph Bulger

Alpharetta, GA, United States

www.josephbulger.com

Currently Solution Delivery Manager at Pyramid Consulting, Inc.

I started programming using my TI calculator in high school and quickly moved on to Java development on my dad's IBM. By the time I was in college I already had a passion for software engineering. I went to college and received my computer engineering degree. Once I got out I decided to pursue efforts in the software industry. I spend most of my time working in the .NET ecosystem, but I've recently been venturing off into other areas in my personal time.

Technologies

Experience (6)

Solution Delivery Manager

Pyramid Consulting, Inc

2010 - Current

I'm currently leading projects for Turner Broadcasting. We're working on the ASP.NET MVC stack, utilizing .NET 4.0, and we're building on top of a legacy ASP.NET 1.1 app. We're also working with some win forms applications.

Our team operates under an Agile life cycle, in which I'm responsible for carrying out the stand ups and coordinate stories with team members, handle the estimation meeting, as well as reflections and client meetings to handle business priority.

President

RockDigital Consulting, LLC

2007 - 2010

I started this company to do consulting work and engineer just about any software system that comes my way. Typically this has been web based, but I've also had clients come to me in need of other more complicated endeavors, which I thoroughly enjoy doing.

Our company operates under an Agile life cycle, where we coordinate stories with team members, estimate features as a team, meet with clients to handle prioritizing feature sets, and at the end of every iteration we have reflections to improve ourselves.

Technical Lead

General Dynamics

2008 - 2009

Develop web application systems in the DoD space. Responsible for providing technical guidance to team, managing project life cycles, release management, as well as other team oriented tasks. Guidance of team included gathering estimations of effort from team, calculating team velocity and gauging release planning based on actual metrics of team work effort performed on a historical basis. We followed an agile planning approach that was customized to fit our specific needs as a remote team. Additionally, I coached team members on advancing their knowledge of programming concepts. These concepts included various architectural principles including MVC and MVP, as well as design patterns. I spent a significant amount of time coaching the team on the benefits of the S.O.L.I.D. Principles with a focus on Dependency Injection and Inversion of Control. I also coached the team on the benefits of unit testing and red green refactoring techniques.

Senior Software Engineer

A.D.A.M. Inc

2006 - 2008

Develop middleware application systems in the healthcare industry space. Responsible for conversions of client data from their system to our middleware system. Develop under client – server architecture, as well as other paradigms and patterns. Development team is managed under an agile development cycle. The client server relationship was implemented using ASMX web services in tandem with Remoting Services utilizing CSLA.NET. Reports were rendered utilizing Crystal Reports technology, along with other third party tooling.

Software Engineer

Applied Research Associates

2005 - 2006

I was the lead developer for a project that won Department of Defense Annual Modeling and Simulation Award in 2005. WEAPS won the award for making a critical contribution to theater-level models such as the Combat Forces Assessment Model and is a key tool in the annual Non-Nuclear Consumables Annual Analysis process.

Developed weapon effectiveness applications (WEAPS) under the AAC/ENA division at Eglin Air Force Base. The application was built using C++ MFC and heavily utilized MVC techniques to segregate responsibilities of code across layers.

Developed Abstract Weapon Effects System (AWES) for the Army at ARA’s Orlando satellite office. Application was built using Java and C# and had a heavy focus on unit testing, with a mandatory 100% success rate on our unit tests for each build.

.NET Ambassador

Microsoft

2003 - 2005

Liaison between Microsoft Corporation and university students. Advocate .net architectures and use of Microsoft programming languages and tools. Assist with various projects/applications. Taught .NET 1.1 technology and language concepts to students and staff.

This experience was what gave me my first insight into the .NET platform and it's capabilities. After college I was lucky enough to get a job working with .NET technologies again, which furthered my experience in the area, but this was the launching platform.

display 4 more...

Education

BS of Computer Engineering

University of South Alabama

2001 - 2005

I passed the FE exam, certifying me as EIT. Also, during my education I was privileged enough to work as a student ambassador for Microsoft teaching other students the .NET platform. The experience taught me a lot in the way of being able to show people new technologies and teach them how to constantly strive to better themselves.

Stack Exchange Last seen yesterday

Open Source

ThemeSwitcher

A theme switcher that you can use on any site to change your jQuery UI theme

Apr 2011; followed by 3 people; forked 3 times

Owner


Learning

Trying out new things that I'm learning about and possibly blogging.

Feb 2011 - Current

Owner


Interviewing

Project for interviewees to work on while I'm interviewing them!

Jul 2011 - Current; followed by 2 people; forked 2 times

Owner


Writing

Team Maturity: Self-Organizing

Joseph Bulger IV

Your team has been in the Learning stage and it’s heading into the Self-Organizing stage. Team members have learned the skills necessary to become self-organizing now, and everything gets done whether you’re there or not. This is where a lot of people get scared. What good am I as a lead if I’m not needed anymore? Couldn’t my higher ups just fire me and let the team do it’s thing?


Team Maturity: Learning

Joseph Bulger IV

So you’re team now has time to learn, and some of them (if not all), are taking advantage of that. How do you get them to be self-organizing? That’s where you start pushing responsibilities onto your team.


Team Maturity: Chaos

Joseph Bulger IV

So how do you know if your team is in choas? Actually, most teams are in the chaos stage. Learning to identify when a team has gotten into chaos isn’t really that hard if you follow some simple guidelines, though.


Team Maturity

Joseph Bulger IV

This isn’t an original idea of mine. It actually comes straight from 5whys.com. I spend a lot of time as a leader researching how others lead their teams, and @RoyOsherove‘s writings are worth your time.


Interviewing: Done Easy

Joseph Bulger IV

When I develop applications, any time I can forgo repeating myself I usually take the opportunity to save myself the time. The same applies to a lot of my daily routine at work. If there’s a way I can do things better, I’m all about it. So when I started conducting interviews, the first thing I started thinking about was how I can make this as stream lined as possible.


Creating an PagedList<T> that uses AJAX

Joseph Bulger IV

I’ve been using this PagedList functionality that i found from a blog article Rob Conery put up, and a control I found by Robert Muehsig which I’ve really enjoyed using so far.


How to use a complex type in a conditional

Joseph Bulger IV

I am building a basic authorization framework, and I have really liked the use of it so far.

It basically looks something like this...


How to resolve a complex type as a string implicitly

Joseph Bulger IV

Along the same lines as resolving a complex type in a conditional, I also want to be able to take the same Authorization Result, and use it to broadcast a message to the system (or user), and tell them why couldn’t they be authorized.


Reading

StackOverflow.Models.CVBook

Clean Code

A Handbook of Agile Software Craftsmanship

Robert C. Martin

This really should be required reading. The principles that Uncle Bob outlines in this book are truly vital to anyone wanting to understand the craft of developing.


StackOverflow.Models.CVBook

The Art of Unit Testing

With Examples in .Net

Roy Osherove

I already had quite a bit of experience with unit testing before picking this book up, but there is so much good content in this book that I still saw a lot of patterns that I wasn't really taking advantage of until I saw it in the book.


StackOverflow.Models.CVBook

The Clean Coder

A Code of Conduct for Professional Programmers

Robert C. Martin

Reading now...


StackOverflow.Models.CVBook

C# in Depth, Second Edition

Jon Skeet

Jon Skeet is an excellent writer and I really liked reading his perspective on C# and how to use it. It helped me take a different programmer's perspective on a language and actually start to think about how I can use different people's perspectives on language to code in different ways.


StackOverflow.Models.CVBook

Professional F# 2.0

Ted Neward, Aaron Erickson, Talbott Crowell, Rick Minerich

Not done with this book yet, but I really want to learn a functional language to broaden my language skillset.


StackOverflow.Models.CVBook

NHibernate in Action

Pierre Henri Kuaté, Christian Bauer, Gavin King, Tobin Harris

This is a great reference for me when I need to go back and figure out how NHibernate does certain things, and also to remind myself at a high level how data access concerns should really be thought about.


StackOverflow.Models.CVBook

Pro ASP.NET MVC 2 Framework

Steven Sanderson

This was my intro book into MVC and gave me the first look into what MVC really was and why it was going to fundamentally change the way ASP.NET development was done. I already had a large amount of architectural experience with MVC, but it was always very difficult to apply to the MS web stack until this framework came along and this book really shows this well.


StackOverflow.Models.CVBook

Pro WPF in C# 2010

Windows Presentation Foundation in .NET 4

Matthew MacDonald

I really wanted to learn XAML, and this book definitely did the job for me. Also a good intro into the MVVM pattern if you're new to it.


StackOverflow.Models.CVBook

Programming Windows with MFC, Second Edition

Jeff Prosise

This book and I spent many hours together. I basically started my career with this book.


display 6 more…

Tools

Generic 486 PC

Visual Studio

Background

I'm a computer engineer that went the software route. I have a pretty deep knowledge of how the hardware side of things works as well, which also helps me when engineering software solutions.

My first real introduction into development was in high school when I would program on my TI calculator.

I think what really makes me so passionate about software engineering is not so much the programming side of things, although I do enjoy it, but rather the problem solving / engineering aspect of it. I really like to look at a problem and engineer solutions. I don't think there's a problem that exists that can't be solve, save maybe P = NP lol