2015 Hack Days at Ancestry

Posted by Ancestry Team on April 29, 2015 in Inside our Offices, Technical Management

Several years ago, we introduced FedEx Day at Ancestry: a 24-hour hackathon to build something fun & innovative, work with people other than your everyday team, and learn new technologies and skills. Participation is voluntary and we noticed that the number of people participating was starting to decline. We gathered feedback from the teams and made Read More

Scaling Node.js in the Enterprise

Posted by Ancestry Team on March 31, 2015 in Development, Web

Last year we began an effort internally at Ancestry to determine if we could scale out Node.js within the frontend applications teams. Node.js is a platform that we felt could solve a lot of our needs as a business to build modern, scalable, distributed applications using one of our favorite languages: JavaScript. I want to Read More

Lessons Learned from a Monster Artist

Posted by Ancestry Team on November 19, 2014 in Inside our Offices

Yes, we made monsters out of clay. If you happened to be in Midway, Utah at the very end of September you might have bumped into the Ancestry product team holding our annual product summit. About 80 of us gathered for an action packed two-day event filled with team building, strategic conversations, and a few Read More

Monitoring progress of SOA HPC jobs programmatically

Posted by Ancestry Team on October 17, 2014 in C#, Development, Distributed Computing

Here at Ancestry.com, we currently use Microsoft’s High Performance Computing (HPC) cluster to do a variety of things.  My team has multiple things we use an HPC cluster for.  Interestingly enough, we don’t communicate with HPC exactly the same for any distinct job type.  We’re using the Service Oriented Architecture (SOA) model for two of Read More

Ancestry Opens Its Doors for NewCo.SF

Posted by Ancestry Team on September 8, 2014 in Technology Conferences

Ancestry was selected as a 2014 NewCo.SF host company. Come join us at our San Francisco office on Thursday, Sept. 11 at 4:30pm PT to hear from Eric Shoup, EVP of Product at Ancestry.com. He will provide an inside look at the unique and meaningful business of family history and the tech, science, and product Read More

Stop using anchors as buttons!

Posted by Ancestry Team on September 2, 2014 in Accessibility, CSS/HTML/JavaScript, UX, Web

Semantic buttons and links are important for usability as well as accessibility. Hyperlinks indicate a URL change, whereas buttons are used to perform an action. I thought this post up in response to a question asked on Stack Overflow over 5 years ago. Which one should you use? <a href=”#” onclick=”doSomething()”>Do Something</a> <a href=”javascript:void(0);” onclick=”doSomething()”>Do Read More