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…

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…

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…

How to Think Like a Mathematician

by 

|

|  

in

During our work on the hardware-based, motion-tracking side of EliteForm, we started out in a heavy R&D mode. We went through a number of possible solutions and the process was prototype, prototype, prototype. Once our current technology passed our smoke tests, we needed to put it through several rigorous testing and validation cycles to see…

Read more…

Developing Reports for SQL Server Reporting Services

by 

|

|  

in

A common thread that I’ve noticed in several projects I’ve been on throughout my career is that reports usually come into play at the 11th hour and the engineering team has to draw straws to see who will go “into the unknown” of reporting. I think part of this is just the nature of an…

Read more…

Running a Service as an Application

by 

|

|  

in

Windows services are really cool, but they can be a little bit of a pain to work with. To debug a windows service, the typical model requires you to attach to the services process. This is incredibly annoying after you do it for the 10th time, but the good news is there’s an easy alternative….

Read more…

Load Testing in Visual Studio 2010

by 

|

|  

in , ,

Have you ever wondered if your custom data access code is any more efficient than simply loading a DataTable? Not that I’d recommend using DataTables except for certain situations, but Visual Studio 2010 Ultimate makes it easy to load test your data access classes to determine performance. In order to test this out I created…

Read more…