Skip to content

Instantly share code, notes, and snippets.

{
"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,
@PeteFromGlasgow
PeteFromGlasgow / WaniGource.php
Created March 12, 2014 09:35
WaniKani Gource Log Generation Script
<?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";
@PeteFromGlasgow
PeteFromGlasgow / gist:9503632
Last active November 10, 2016 03:30
WaniKani Gource Log Generation Script
<?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";