Work
đź’Ľ Recruiters: direct resume link here: JP-Resume-2025.pdf
I've worked on a variety of programs and projects over my career.
 
 
Selected items (reverse chronological order):
TPM Infrastructure @ ChainSafe (2023-2025)
- Program Launch
- Risk management
- Talent development  
Technical Program Manager @ TextNow (2020-2023)
- SwiftUI iOS app rewrite
- Jira Analysis Tool  
Professor of Agile/Scrum/Kanban (2020)
Blockchain Projects (2018-2019)
- AIWA
- Enzyme
- Universal Wallet  
Infrastructure (2014-2018) 
- Telecom POP Single-Step Deployment
- kdnb (Key Deploy NetBox)
- nbssh (NetBox SSH)
- kui - KR User Info Tool 
- statsd2prtg (NetBox SSH)
- krld (KnowRoaming Long Distance)
- Dedicated Hardware to Cloud Migration)
- knowshipping 
TPM Infrastructure @ ChainSafe (2023-2025)
Program launch
- Launched official Infrastructure program, based around revenue generation via staking and providing internal and community infrastructure/DevOps services.
- CS Infra went from ~US$500MM → ~US$1B AUM within the first year (🙏 ETH/USD price) and the program grew from 2 to 6 FTEs.
Risk management
- 
Decentralization initiatives related to two problems. 
 â‘ single provider outage (causing financial + reputational damage)
 ② Geth (execution layer client) supermajority bug (slashing risk)
- 
Post-mitigation results: multi-provider multi-location validators connected to multiple EL client types (Nethermind/Besu/Geth), with the ability to quickly migrate validators, and enough capacity to absorb additional load in case of outages. 
- Related initiatives decreased incident time-to-resolve (TTR) by 31%, reduced incidents requiring intervention by 10%.
Talent development
- Empowered team members to grow while making as much of my own role redundant as possible (reducing bus factor).
- I ensured that initiatives had a DRI/Driver: a single person who clearly owns and is accountable for it, with support from myself and anyone else who can help them achieve the initiative.
- Resulted in the promotion of two team members (from IC → EM, and IC → Lead).
- Resulted in numerous successful IC-led initiatives (such as Ethereum Ephemery testnet nodes, L2 Rollup IaC), tied to company goals (via program objectives) which directly increased revenue and/or improved ChainSafe’s reputation.
 
  
(Photo from Infra team offsite near Split đź‡đꇷ)
Technical Program Manager @ TextNow (2020-2023)
SwiftUI iOS app rewrite
- The usual TPM workload, but most interesting part was setting expectations based on previous data points and updated forecasts (probabilistic: Monte Carlo).
- Direct result: forecasts became more accurate resulting in a more realistic timeline (delaying by 1 year backed by the forecasted data). In Beta, the result of the new app was 50-75%+ less lines of code, easier and faster for developers to add features, and reduced crashes and bugs.
 
  
Jira Analysis Tool
- Wrote a custom Python-based tool to perform analyses via Jira API. It can calculate and visualize time in progress, estimation accuracy analysis (days per point), generate network graphs of tickets, output per-developer throughput charts, etc.
- Result has been greater understanding of the relationships between tickets in Jira and using per-developer workload and throughput in forecasting for greater accuracy.
Professor of Agile/Scrum/Kanban (2020)
I taught the Agile/Scrum/Kanban portion of the Software Development Methodologies course part of the Blockchain Development Program at George Brown College.
 
  
Visual instruction and hands-on activities resulted in strong participation and high levels of satisfaction from students.
Example slides
 
  
Blockchain Projects
At BlockX Labs, I helped build more than a few different blockchain projects. These are the public-facing ones that I can share.
For all of these projects, I:
- translated client requirements and feature requests to user stories 
- facilitated product roadmap creation, release planning, and sprint planning, as well as inter-sprint ceremonies: daily scrums, demos, sprint review, and retrospectives
- improved products by gathering and implementing feedback from development and user communities
- built product websites, FAQ, and documentation
- designed and built interactive product wireframes (for Enzyme and Universal Wallet) so that development teams would get a clear picture of how products should work.
As a de-facto Release Manager on these wallets and without budget for QA, I took it on myself. But I hate doing manual repeated work, so I wrote macros in Keyboard Maestro to fully automate end-to-end testing.

AIWA (2018)
The first wallet we built. It's a browser-based wallet for Aion Network. Available at getaiwa.com
We incorporated a lot of user feedback from the Aion community during the public beta period.

Enzyme (2019)
Browser-based wallet for Polkadot Network. With the experience of building AIWA, we were able to build Enzyme much faster. Available at getenzyme.dev
I designed the UI based on standard Material Design to keep it consistent with other Google designs, as well as allow for speedier development.
 

Universal Wallet (2019)
The third and final wallet I worked on. Refined the vision of what a multi-cryptocurrency wallet should look and feel like, as well as support more complicated use cases.
 

Genesis Mobile (2018)
iOS and Android mobile front-end for Radar Relay decentralized exchange. Announced at Futurist Conference in August, 2018. genesisexchange.io

Infrastructure
Telecom Point-of-Presence Single-Step Deployment (2017)
Telecom infrastructure is complicated, multilayered, and can be difficult to manage. But nowadays, legacy protocols can be encapsulated on top of IP and hardware can be virtualized.
For roaming customers, having a local point-of-presence (PoP) near where they are traveling is crucial for low latency internet access. I created a system to dynamically spin up an entire virtualized PoP with a single command. Because it was based on Hashicorp's Terraform, it was easy to integrate with both AWS and Azure, easy to upgrade nodes, easy to create the separate subnets, and isolate the types of traffic.
The most important thing was that the development environment could match staging and production. It's hard enough integrating with telecom applications without having mismatched environments.

kdnb (Key Deploy NetBox) (2017)
Developed Python-based SSH key management and deployment system, integrated with Netbox (our IPAM), to simplify tracking of developers’ SSH keys.
Developers were assigned a Netbox profile with their SSH keys uploaded, and access privileges controlled within a custom Netbox setting.
When SSH keys needed to be redeployed, a single command would trigger deployment to all systems with the authorized developers automatically added to the correct servers. And multithreaded/multiprocessed execution sped up deployment by 20x, from minutes to just 20 seconds to deploy to 500 VMs.


nbssh (NetBox SSH) (2017)
Developed a tool to speed up SSHing into servers. Rather than looking up a server in the Netbox interface or guessing the name using DNS, developers could search for a substring of the server they wanted to connect to. The matches would be displayed and the developer could then connect directly. Saved dozens of seconds every time developers needed to SSH into something. Github link.

kui - KR User Info Tool (2016)
Detailed description pending.
statsd2prtg (2016)
In order to feed metrics from a proprietary telecom software package into our PRTG monitoring system, I needed to write a collector. That software output its stats using StatsD, so I wrote a listener that collects the data and periodically POSTed it to our PRTG HTTP API. Github.

krld (KnowRoaming Long Distance) Python Rewrite (2017)
Python rewrite of older PHP-based long distance calling server to support our new telecom network infrastructure and APIs, as well as improve performance and ease of maintenance.

Dedicated Hardware to Cloud Migration (2015)
Implemented redundant, load-balanced web infrastructure. Allowed for website to be deployed to a UAT environment as well as trickling production users onto it with zero downtime.
knowshipping (2015)
Developed a custom web-based shipping portal for preparing CSV files for our shipping partners, sending out confirmation emails, and allowing support agents to reference shipping information.
