
Alex Nguyen
Lap trinh vien Full-Stack tuong lai
Xay dung cong khai. Ghi lai hanh trinh tu zero den full-stack engineer qua lo trinh hoc 12 tuan co cau truc. Viet code, ship du an, va chia se moi thu toi hoc duoc.
TypeScript & Architecture
Advanced TypeScript patterns, project architecture, and code organization.
8/12
24
18
4
7/12 tuan hoan thanh
Nhat ky gan day
Xem tat caTypeScript Generics Finally Click
Spent the morning working through generic constraints and conditional types. The moment it clicked was when I realized generics are just function parameters for types. Built a type-safe API client that infers response types from the endpoint string. Feeling powerful.
Clean Architecture in Frontend Apps
Read through several articles on clean architecture applied to React/Next.js projects. The core idea: separate your business logic from your framework code. Created a `/lib` layer for pure business functions and a `/hooks` layer that bridges React with business logic.
Utility Types Are a Superpower
Explored TypeScript utility types: Partial, Pick, Omit, Record, Extract, Exclude. These are incredibly useful for deriving types from existing ones without duplication. Used `Pick<User, 'name' | 'email'>` for a profile update form instead of creating a separate interface.
Du an da hoan thanh
Tat ca du an
Responsive Portfolio
A fully responsive portfolio layout built with pure HTML and CSS Grid.

TaskFlow
A vanilla JavaScript task manager with drag-and-drop and keyboard shortcuts.
Phien ban moi nhat
Lich su thay doiKnowledge Base & Search
Added the Notes section with full-text search, category filtering, and tag-based navigation.