I'm Viki, a Front-end Engineer passionate about building modern web applications and contributing to open source.
- 🔭 Working on full-stack TypeScript applications and developer tools
- 🌱 Constantly exploring JavaScript ecosystem and web applications
- 💼 Currently at SHEIN enhancing developer experience
- ⚡ Focused on: React, Node.js, TypeScript, and modern build tooling
- 📝 Also check my Notion & xLog
type SkillType = 'languages' | 'frontend' | 'backend' | 'tools' | (string & {})
const skills = {
languages: ['JavaScript', 'TypeScript', 'HTML', 'CSS'],
frontend: ['React', 'Electron', 'React Native', 'Vite', 'Webpack'],
backend: ['Node.js', 'Prisma', 'NestJS', 'Express'],
tools: ['Git', 'Docker', 'Bun', 'Deno', 'GitHub Actions', 'Vitest']
} satisfies Record<SkillType, string[]>
I mostly work on developer tooling and infrastructure projects. Check my repositories for more details.