LeetCode 128 - Longest Consecutive Sequence
From O(n log n) sorting to an O(n) hash set solution — finding the longest consecutive sequence by identifying sequence heads.
AWS · GCP · Terraform (IaC) · GitHub Actions (CI/CD)
DevOps Engineer | GCP & AWS Solutions Architect | Full-Stack Developer
With years of experience in full-stack and mobile development, I am now focused on DevOps and cloud-native architecture.

Led the build of a cloud-native system ingesting high-frequency data from iOS, Android, and Edge Devices. Pure Serverless for scale, full CI/CD for delivery.
Compliant data collection, BeautifulSoup + RegEx parsing, and deploying a PyTorch Lite model on iOS via Objective-C — full pipeline from raw data to on-device inference.
Terraform manages AWS + GCP together. CI/CD decoupled for Keyless Auth. Workload Identity Federation solves cross-cloud image pulls from ECR to GKE.
From O(n log n) sorting to an O(n) hash set solution — finding the longest consecutive sequence by identifying sequence heads.
Validate a 9×9 Sudoku board by checking rows, columns, and 3×3 sub-boxes — from brute-force to a clean one-pass hash set solution.
Learning Vietnamese through Frieren Beyond Journey's End Chapter 82 — Sino-Vietnamese vocabulary, colloquial phrases, and grammar notes.
Calculate the product of all elements except self without division — using prefix and suffix products to achieve O(n) time.
Cloud and Infrastructure
CI/CD and Automation
Backend and Frameworks
Databases and Storage
AI and Frontend
Mobile Development