Suggestions
John Nunemaker
Software. I make things simple.
John Nunemaker is a seasoned programmer and entrepreneur with extensive experience in software development and product creation. He currently serves as a Partner and Programmer at Box Out Sports, a company that specializes in creating graphics for sports-related content.14
Professional Background
Current Roles:
- Partner and Programmer at Box Out Sports16
- Programmer/Owner at Fewer & Faster, creators of Flipper Cloud12
- Works at Very Good Software, owners of Fireside.fm1
Previous Experience:
- Worked at GitHub for seven years, focusing on performance optimization and analytics1
- Co-founder of Ordered List, which became GitHub's first acquisition13
- Lead developer for the University of Notre Dame's website redesign and management system1
Notable Projects and Contributions
John has been involved in numerous significant projects throughout his career:
- Open Source: Active contributor on GitHub1
- Harmony: Built an innovative content management system1
- Words With Friends: Consulted on backend scaling for Zynga1
- Gauges: Developed a real-time web analytics system1
- SpeakerDeck: Worked on product development and performance1
- GitHub Analytics: Led development of data collection and processing systems1
- Atom.io Performance: Improved performance for GitHub's text editor1
- Flipper: Created a feature flag management system, now known as Flipper Cloud17
Personal Interests
When not working, John enjoys:
John Nunemaker is known for his expertise in Ruby and Rails development, and he frequently writes and speaks about these topics.25 His diverse experience and entrepreneurial spirit have made him a respected figure in the software development community.
Highlights
Last night we got Redis upgraded on @firesidefm from 3.x to 7.x.
Hated to upgrade it because the process had not been restarted in like 3+ years!
I learned it was outdated by updating sidekiq from 5.x to 6.x and watching it break in prod. Whoops.
I was running 7 on my Mac and 3 in CI, but CI didn't invoke the check that Sidekiq's CLI does.
The only hairy part was our config file had some stuff that was outdated and causing repeated crashes.
Once we got a new config file in with our tweaks on top she purred like a kitten.
Last night we got Redis upgraded on @firesidefm from 3.x to 7.x.
Hated to upgrade it because the process had not been restarted in like 3+ years!
I learned it was outdated by updating sidekiq from 5.x to 6.x and watching it break in prod. Whoops.
I was running 7 on my Mac and 3 in CI, but CI didn't invoke the check that Sidekiq's CLI does.
The only hairy part was our config file had some stuff that was outdated and causing repeated crashes.
Once we got a new config file in with our tweaks on top she purred like a kitten.