Stay looped in
Links
-
Recent Comments
- Iterative Design | The Apprentice Path said [...] Behind the Screens: the Making of Campaign M...
- natlee75 said I’ve found that the easiest way to explain w...
- natlee75 said Actually we’d get a type error since the `fn...
- Samy Al Bahra said Hi Sam, Apologies for the late response. Our syste...
- Steph said Reading a lot of different explanations definitely...
Archives by Month
Categories
Monthly Archives: October 2012
Ad-ing Value: How to value tens of millions of ad opportunities per hour
[Editor's note: Be sure to catch Steve presenting "Rapid Iteration with Python: Scaling AppNexus" with Dave Himrod at PyData NYC on October 26, 2012] AppNexus serves nearly 10 billion ads per day. On average our ad servers serve over 100k … Continue reading
Testing in Python: using Django
As promised! Let’s dig in to how we run tests using Django. We run a web server using apache where the code is written using Django. We put information regarding the state of the optmization worker jobs, advertiser/publisher data upload … Continue reading
Testing in Python: using nose & mocks
Here on the AppNexus Optimization team, we write code to optimize algorithms for our customers. We want to write good great code, so of course we test our code. We write and unit test our code in Python and run … Continue reading
Surge 2012: Pete Emerson presents “Load Balancers at High Scale: A Disappearing Act”
Pete Emerson, our Director of Tech Operations, spoke at Surge Conference 2012. He discussed our scale engineering challenges and solutions to a crowd of 400 technologists and engineers. Pete’s presentation walks through the costs and benefits of using load balancers versus … Continue reading