This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"work": [ | |
{ | |
"name": "Pelion IoT Limited", | |
"position": "Head of Product Delivery", | |
"summary": "Following company-wide role standardization, transitioned to Head of Product Delivery, retaining core engineering leadership while broadening scope to include infrastructure strategy and SRE collaboration. Spearheaded a major platform migration to Kubernetes and led the strategic repatriation of workloads from public clouds (Azure, AWS) to data centers. These initiatives, alongside wider tooling standardization, significantly reduced operational costs (approx. £100k p.a.), simplified infrastructure management, and improved developer experience by consolidating tools and environments previously inherited from Arm.", | |
"highlights": [ | |
"Directed the migration of key systems from Azure/AWS to internal data centers, achieving annual cost savings of ~£100k and simplifying the operational landscape.", | |
"Led the cross-functional migration of the core platform stack to Kubernetes, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* Calls the WaniKani API and generates a custom log compatible with gource. | |
*/ | |
function curlcon($url) | |
{ | |
$key = ""; | |
$url = "https://www.wanikani.com/api/v1.2/user/$key/$url"; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* Calls the WaniKani API and generates a custom log compatible with gource. | |
*/ | |
function curlcon($url) | |
{ | |
$key = ""; | |
$url = "https://www.wanikani.com/api/v1.2/user/$key/$url"; | |