// 01. who am I
const about = {}
ICT student at RSU building full-stack web apps TypeScript-first — React on the front, Node.js and MySQL on the back. I care about what happens at the seam: API contracts that make sense, components that stay readable, and code I'd be comfortable reviewing in a year.
developer.ts
1const developer = {
2 name: "Soe Wai Yan Aung",
3 education: "RSU, ICT",
4 approach: "full-stack, TypeScript-first",
5 values: ["clean code", "collaboration", "continuous learning"],
6};
// 02. what I work with
import { skills } from './stack'
// Frontend
- ▸React.jsmost exp.
- ▸Vue.js
- ▸TypeScript
- ▸Tailwind CSS
- ▸HTML / CSS
// Backend
- ▸Node.js
- ▸Express.js
- ▸REST APIs
- ▸MySQL
- ▸Python
// Tools
- ▸Git / GitHub
- ▸Zed
- ▸Postman
- ▸Docker
- ▸Linux / Bash
// 03. things I've built
ls ~/projects
~/projects — zsh




↗ view live
Kanban Task Manager
Vue.jsTypeScriptPiniaCSS
Drag-and-drop kanban board with nested subtasks, multi-column management, and light/dark theme. State managed with Pinia across a full TypeScript codebase.
// 04. let's connect
contact()
Looking for internship or junior full-stack roles where I can contribute from day one. If something on here caught your eye or you just want to talk shop, reach out — I respond quickly.
contact.sh