Skip to content
View TheRealMilesLee's full-sized avatar
:electron:
Busy with my full time job
:electron:
Busy with my full time job

Block or report TheRealMilesLee

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
TheRealMilesLee/README.md

whoami --profile miles.li

identity:
  name: Miles Li (Hengyi Li)
  role: Platform Engineer / Cloud-Native Architect
  motto: "The system is the core; I am its architect."
  logic: [Structural Rationalism, Complexity Reduction, Determinism]

"Self-consistency, explicit boundaries, and controllable complexity are, in themselves, a higher tier of correctness."


πŸͺ System Specification

{ config, pkgs, ... }: {
  # Core Runtime Environment
  environment.systemPackages = with pkgs; [ linux macOS ghostty nix-flakes neovim ];

  # Architectural Directives
  orchestration.core = {
    engine = "Kubernetes (EKS / ACK)";
    state = "Declarative GitOps via Helm & Automated Pipelines";
    boundary = "Immutable compute layers with strict multi-tenant resource isolation";
  };

  infrastructure.provisioning = {
    provider = [ "AWS (PH/ID/MY)" "Aliyun" ];
    toolchain = "Terraform IaC with continuous state tracking";
    governance = "Cross-account S3 data migration and regional lifecycle compliance";
  };

  middleware.topology = {
    engines = [ "Kafka" "Zookeeper" "RabbitMQ" ];
    hardening = "Industrial-scale cluster governance, chaos injection, and zero-downtime live migrations";
  };

  observability.telemetry = {
    stack = [ "Prometheus" "Grafana" "ELK" "Splunk" ];
    objective = "Data-driven systemic insight, sub-millisecond alert vectors, and deterministic state capturing";
  };
}

πŸš€ Production Manifests & Repositories

πŸ“‚ K8s-Grafana

Runtime Observability & Enterprise Telemetry Hardening This repository serves as a definitive blueprint for large-scale Kubernetes observability, translating chaotic cluster runtimes into deterministic, high-density visualization dashboards. It optimizes custom Prometheus vector queries to eliminate monitoring blind spots, ensuring total engineering control over stateful production environments.

Declarative UI & Automated Content Delivery Pipelines An exploration of engineering aesthetics mapped onto mobile platforms. The architecture utilizes a headless GitHub repository as an immutable asset database, deploying automated GitHub Actions workflows to handle asset validation, optimization, and edge distribution, serving high-density visual states via SwiftUI and Kingfisher to the client device.

Native Audio Engine & Structural Interaction Restraint A native macOS audio player engineered with minimalist constraints. It implements rigid memory allocations and tight lifecycle boundaries within the Swift audio core, internalizing raw sound waves into a predictable, highly performant system runtime while stripping away all non-essential UI friction.


🏭 Distributed System Milestones

Southeast Asia Middleware Reconstruction Architected and executed the zero-disruption live migration of mission-critical Kafka, Zookeeper, and RabbitMQ clusters across the PH, ID, and MY regions. Engineered the entire cutover matrix to handle complex cross-border network topologies, ensuring complete client-side transparency, strict message ordering, and zero data loss across multi-terabyte stateful layers.

IDC Cloud-Native Architecture Synthesis Reconstructed regional data center foundations into reproducible multi-tenant EKS clusters. Standardized internal environments via Terraform blueprints, effectively halting cross-region configuration drift, hardening IAM boundaries, and eliminating operational environmental entropy.


πŸ“Š Telemetry Stream


πŸ“‘ Network Handshake

Static Wiki // therealmileslee.github.io

Professional Graph // LinkedIn

Secure Gateway // trdli@ucdavis.edu


Pinned Loading

  1. MilesCorporate/The-Wallpaper-Collection MilesCorporate/The-Wallpaper-Collection Public

    A meticulously curated high-quality wallpaper repository since 2018, primarily sourced from Unsplash and WallpaperEngine. This collection serves as a comprehensive digital art archive spanning mult…

    18 1

  2. MilesCorporate/MusicPlayer-macOS MilesCorporate/MusicPlayer-macOS Public

    This is a music player application that running on macOS

    Swift 3 1

  3. MilesCorporate/iOS-WallpaperCollections MilesCorporate/iOS-WallpaperCollections Public

    The brand new iOS app for my The-Wallpaper-Collections repository

    Swift 1

  4. K8s-Grafana K8s-Grafana Public

    A experiment I did to migrate grafana to the github

    Shell