William Hammond
AeroLeads people directory · profile

William Hammond Email & Phone Number

Software Engineer at Rushdown Studios
Location: Philadelphia, Pennsylvania, United States 13 work roles 1 school
1 work email found @rit.edu 3 phones found area 888 and 646 LinkedIn matched
✓ Verified July 2026 4 data sources Profile completeness 100%

Contact Signals · 1 work email · 3 phones

Work email w****@rit.edu
Direct phone (888) ***-****
LinkedIn Profile matched
3 free lookups remaining · No credit card
Current company
Role
Software Engineer
Location
Philadelphia, Pennsylvania, United States

Who is William Hammond? Overview

A concise factual answer block for searchers comparing this professional profile.

Quick answer

William Hammond is listed as Software Engineer at Rushdown Studios, based in Philadelphia, Pennsylvania, United States. AeroLeads shows a work email signal at rit.edu, phone signal with area code 888, 646, and a matched LinkedIn profile for William Hammond.

William Hammond previously worked as Senior Software Engineer at Rushdown Studios and Software Engineer at One More Game. William Hammond holds Bs, Computer Science from Rochester Institute Of Technology.

Company email context

Email format at Rushdown Studios

This section adds company-level context without repeating William Hammond's masked contact details.

*@rit.edu
68% confidence

AeroLeads found 1 current-domain work email signal for William Hammond. Compare company email patterns before reaching out.

Profile bio

About William Hammond

https://github.com/williamhammond

Listed skills include Apache Kafka, Java, Linux, Python, and 11 others.

Current workplace

William Hammond's current company

Company context helps verify the profile and gives searchers a useful next step.

Rushdown Studios
Rushdown Studios
Software Engineer
AeroLeads page
13 roles

William Hammond work experience

A career timeline built from the work history available for this profile.

Senior Software Engineer

Current

Working on online services, game client integration, internal LiveOps tooling, and a smidge of console porting and netcode for Glowmade's title King of Meat

Jul 2023 - Present

Software Engineer

Seattle, Wa, Us

I worked on a competitive multiplayer game where I primarily contributed to systems that bridged the game client to the online services. Along with the technical work, I helped players through play tests, and contributed design feedback during weekly tests.All of the systems has been alpha tested by players, and mostly stressed tested in a controlled environment for up to 10,000 concurrent players.Primary Projects- Fixing a variety of issues that AOT compiled IL2CPP code has with serialization- Steam Rich Prescence features, like knowing if a friend as waiting in a queue- Player Inventory system to handle player stats, battlepasses, and unlocked content- Roslyn Analyzer to detect missing instantiated JSON serializers to prevent AOT issues- Forked Microsoft’s BitArray class to expose the underlying bit array for more performant serialization- Tooling to run unit tests against a full Unity build- Tests that integrated our game servers to our live service- Wrote the initial Orleans Hub to connect our game server to our live serviceI also worked on a lot of smaller fixes and improvements like - More graceful error handling for our ErrorBox UI- Improved error handling through more consistent use of CancellationTokens throughout our APIs- Fixed issues in the build pipeline- Fixed issues with our Auth client

Oct 2022 - May 2023

Professional Development

Career Break

I'm studying different computing problems, primarily game development, language design, and lower-level programming. You can take a look at my progress here https://www.williamhammond.me/portfolio and here https://github.com/williamhammond/

May 2022 - Nov 2022

Senior Software Engineer Ii

Cambridge, Massachusetts, Us

Embedded as an individual contributor on the Application Platform team. The App Platform team is responsible for the the core Users service, Portals service, supporting jobs and metadata for the those services, and some auth infrastructure including authorization filters and scopes.

Sep 2021 - Apr 2022

Tech Lead

Cambridge, Massachusetts, Us

I led a small (2-4) person team to enforce automated financial compliance using automation and tooling built on internal user feedbackBeam: A distributed financial logging tool that consolidated financially impactful logs from dozens of services to S3 to query using Athena. Beam ingests millions of logs per day while providing near real-time access. The architecture of Beam allows it to be easily queryable for HubSpot's billing team engineers and finance and compliance officers. It also provides for easy real-time export to other security tools. Finally, Beam can automatically detect what services need installed and automatically alert the team.Hawkeye: A discrepancy tracking tool that compares HubSpot's internal billing data to third-party systems like Zuora and Netsuite. Hawkeye allows analysts to investigate discrepancies and track the progress of remediations and acts as a source of data for automated tests. Review Bot: A set of https://semgrep.dev/ jobs that run at the time of a pull request to flag potentially financially impactful PRs for extra review. Billing System Registry: A simple service that tracks teams, endpoints, and services that should fall under the scope for compliance tooling. Multiple other compliance-related teams use this as a source of truth for what to be audited.FinAuth: An authorizer filter that allows System Analysts to get temporary access to sensitive endpoints using an approved Jira ticket.Hublets: Outside of regular team work, I led the FinTechs's group migrations to multiple datacenters. This was a smaller part of an engineering-wide effort. Some responsibilities included leading the discovery and design of architectural decisions the FinTech teams would have to make, giving updates on project status, pulling in non-engineering stakeholders, keeping the work focused and on schedule, and acting as a source of knowledge.

Jan 2020 - Sep 2021

Senior Software Engineer

Cambridge, Massachusetts, Us

Billing Security and Compliance

Oct 2019 - Jan 2020

Software Engineer - Site Reliability

New York, Ny, Us

Core Infrastructure:LDAP: I developed tooling to improve LDAP and aided in the architecture of LDAP.URL Shortener: Developed an internal URL shortener used throughout the company.DNS: Migrated environments off of Bind DNS to Power DNS.Security: I identified and solved a bug that caused internal credentials to be indexed in an Elasticsearch instance.Data Infrastructure:Kafka: Owned architecture decisions, developing tooling, and was the primary source of information for Apache Kafka.Kafka Cross DC Replication: Developed basic unidirectional cross datacenter replication for Apache Kafka.Monitoring: I deployed initial log ingestion and generic monitoring for Redis, RabbitMQ, Kafka, and Couchbase.Administration: I contributed to a 24/7 on-call schedule for every data system at Squarespace.Stewardship: Elicited feedback from product developers to improve infrastructure using surveys and by giving presentations in internal tech talks and round tables with product developers.Performance: I investigated and solved an issue where cache servers were deployed with a broken network interface. The root cause of this issue was unclear and would lead to frequent large response time spikes from Squarespace's origin servers.

Mar 2018 - May 2019

Teaching Assistant

Rochester, Ny, Us

Graded and tutored students in a Data Mining course that covered advanced statistics, agglomerative and hierarchical clustering, basic machine learning, data cleaning, data ethics, feature reduction and linear regression.

Jan 2016 - May 2017

Research Assistant

Rochester, Ny, Us

Computational Biomedicine LaboratoryApply statistical methods to better understand the electrophysiology of arrhythmic hearts. Wrote and maintain computational models of the heart. Primary Technologies: R, C++, Fortran, Matlab

Aug 2015 - Jun 2016

Software Engineer Co-Op

Cambridge, Massachusetts, Us

Worked on the Data Infrastructure team focusing primarily on Apache Kafka by writing tools to automate operational tasks, patching and developing in-house Kafka build, and doing ad-hoc operational tasks.KafkaTasks: A service that safely automated tasks like rolling restarts by using Monit to make API calls to instances while considering performance statistics and the state of the cluster.Point-in-time Indexer: Worked around a bug in Kafka 0.8 where a feature to reset a consumer to a particular point-in-time would use the log file mtime rather than the time the log segment was produced to reset the offset. This led to the Kafka API resetting the offset to an earlier offset than intended in sufficiently large Kafka deployment. Our system indexed Kafka message offsets in Hbase and their creation time.Cleaner Kafka Bootstrapping: Improved ansible provisioning of Kafka to make new instance provisioning lower touch.MySql Linter: A framework lint MySQL queries for common mistakes. I could only partially get started on this before my internship ended.

Jun 2016 - Jan 2017

Data Engineer Intern

Nashville, Tn, Us

Built data visualization of voter campaign finance data to help voter better understand where candidates funding comes from. I took data from its raw form, cleaned it, transformed it and then visualized it. Other duties include writing scripts that are used to ingest voter file data into databases.Primary Technologies: Javascript, D3.js, Angular.js, R, Python, MongoDB

Jun 2015 - Aug 2015

Rit Research Computing

Rochester, Ny, Us

Worked March 2014 - May 2014Maintained Linux systems used for researching the streaming of high resolution video in a research environment.Primary Technologies: Bash, Python

Dec 2014 - May 2015

Qa Automation Intern

Victor, Ny, Us

Designed and developed in-house framework used for automated web GUI and web service testing. Logged application bugs and solved framework bugsPrimary Technologies: C#, .NET

Jun 2014 - Dec 2014
1 education record

William Hammond education

  • Rochester Institute Of Technology
    Rochester Institute Of Technology
    Computer Science
FAQ

Frequently asked questions about William Hammond

Quick answers generated from the profile data available on this page.

What company does William Hammond work for?

William Hammond works for Rushdown Studios.

What is William Hammond's role at Rushdown Studios?

William Hammond is listed as Software Engineer at Rushdown Studios.

What is William Hammond's email address?

AeroLeads has found 1 work email signal at @rit.edu for William Hammond at Rushdown Studios.

What is William Hammond's phone number?

AeroLeads has found 3 phone signal(s) with area code 888, 646 for William Hammond at Rushdown Studios.

Where is William Hammond based?

William Hammond is based in Philadelphia, Pennsylvania, United States while working with Rushdown Studios.

What companies has William Hammond worked for?

William Hammond has worked for Rushdown Studios, One More Game, Career Break, Hubspot, and Squarespace.

How can I contact William Hammond?

You can use AeroLeads to view verified contact signals for William Hammond at Rushdown Studios, including work email, phone, and LinkedIn data when available.

What schools did William Hammond attend?

William Hammond holds Bs, Computer Science from Rochester Institute Of Technology.

What skills is William Hammond known for?

William Hammond is listed with skills including Apache Kafka, Java, Linux, Python, R, Data Analysis, Git, and C.

Find 750M verified contacts

Search by job title, company, industry, location, and seniority. Export verified B2B contact data when you need it.