Observations from the Beehive Mobile Intern Team

by 

|

|  

in

At the end of the summer, we asked each intern team write to about what they worked on, what they learned, and how this experience will affect the remainder of their formal education. This post is from the Mobile Beehive team embedded with Beehive Industries. Mobile Beehive team members are Avery Quandt and Tim Hoffman….

Read more…

Observations from the Coach Tablet Intern Team

by 

|

|  

in

As the summer begins to wind down for our intern teams, we asked that each one write about what their team worked on, what they learned, and how this experience will affect the remainder of their formal education. This post is from the Coach Tablet team embedded with EliteForm. Team members are Jed Dumire, Dalton…

Read more…

Observations from the Strength as a Service Intern Team

by 

|

|  

in

As the summer begins to wind down for our intern teams, we asked that each one write about what their team worked on, what they learned, and how this experience will affect the remainder of their formal education. This post is from the Strength as a Service (SaaS) team embedded with EliteForm. SaaS team members…

Read more…

Upgrading Projects to SQL 2012: The Good, The Bad, and The Ugly

by 

|

|  

in

Experience is always a great teacher. And if I can learn something through experience I like to share it, especially if I can save others any amount of hassle. Case in point: our recent experience with upgrading to Microsoft SQL 2012 and how it affected our projects and nightly builds. Install This process is pretty…

Read more…

Exclude Those Unit Tests!

by 

|

|  

in

Do you have a unit test that you don’t want to run in the nightly build? No problem. Just add the TestCategory attribute to your test and give it a “DontRunWithBuild” name or something else memorable. In Visual Studio, go to the Team Explorer, right-click on the build you want to exclude and click Edit…

Read more…

Standup? What’s a Standup?

by 

|

|  

in ,

People will sometimes ask us how we get value from our daily standups. This got us thinking about why we do standups in the first place, what we want to get out of the standups, and why we think our standups work. For those not familiar with standups, they are brief meetings (usually about 10…

Read more…

Using Lucene.NET for Searching PDFs

by 

|

|  

in

Note: This post was co-authored by Emily Douglas. For one of our recent projects, we developed a public-facing website that needed the ability to search through a large number of archived PDFs. This may sound trivial, but we had some unique needs and situations we had to work around (isn’t that always how it is):…

Read more…

The Upside of Being Thrown Into the Fire

by 

|

|  

in

During a recent one-on-one session, I had a discussion with one of our engineers about her role as “build master” for one of our companies. In this role, she was responsible for building the initial project architecture, and setting up and managing most of the TFS build definitions. But as various project components changed, she…

Read more…

Bauerwulf: The Unit Test Accelerator

by 

|

|  

in

The EliteForm team recently faced a tough problem, and perhaps you’ve experienced something similar. We’re currently amassing loads of athlete workout video for further refinement of our PowerTracker product. PowerTracker, in short, is a hardware/software solution that uses video to analyze an athlete’s form in real time at the rack. This provides never-before-seen athletic analysis….

Read more…

The Voodoo We Do

by 

|

|  

in ,

“Make everything as simple as possible, but not simpler.” Albert Einstein In the world of software development, there are always religious arguments being made as to which method is best. Most people agree that Agile-based methods are the most appropriate for software development, but we stop short of saying this is always true. I have…

Read more…