Matt Wang

Welcome to My Digital Home

Welcome to huachenwang.net — my personal technical workspace and knowledge archive. This site is where I document system design notes, DevOps practice

Administrator Administrator Published on 2025-01-28

LeetCode Study Note | Problem 355: Design Twitter

Core Goal Implement a simplified Twitter with: postTweet(userId, tweetId) follow(followerId, followeeId) unfollow(followerId, followeeId) getNewsFeed(

Administrator Administrator Published on 2026-02-28

DevOps Practice Note | Full Production Migration: EC2 → ECS + ALB

0. Migration Overview This migration was not a simple frontend switch. It was a full production architecture upgrade, including: Data Layer EC2 local

Administrator Administrator Published on 2026-02-14

DevOps Study Note|Understanding ECS Fargate, Auto Scaling, and Load Balancing in Practice

1. Background In this study note, I documented a complete hands-on learning journey of Amazon ECS with Fargate, focusing on: How ECS actually runs wor

Administrator Administrator Published on 2026-01-19

DevOps Study Note | Jenkins: A Practical Approach to CI in Real-World Systems

As I gradually moved from “following deployment steps” to actually understanding why modern delivery pipelines are designed the way they are, CI/CD st

Administrator Administrator Published on 2026-01-12

Wisdom Chatroom

Over the past ten days, I’ve been building something that started as a small experiment but ended up becoming one of my favorite side projects: Wisdom

Administrator Administrator Published on 2025-10-29

Architecture and Design of a Banking AI Assistant

This note summarizes the system design and technical insights from building a banking customer service assistant powered by retrieval-augmented genera

Administrator Administrator Published on 2025-07-13

Designing a Proximity Service (Yelp, Google Places)

📌 1️⃣ Introduction Proximity Service is a key component in many modern applications: Yelp: Find nearby restaurants and shops Google Places: Return ne

Administrator Administrator Published on 2025-05-31

LeetCode Study Note | Problem 743: Network Delay Time

📘 Problem Overview You are given a directed, weighted graph with n nodes (1-indexed), and a list of travel times times, where each element is [u, v,

Administrator Administrator Published on 2025-05-20
Previous Next