Personal CV website showcasing my work as a Senior Software Engineer with 10+ years of experience in backend development, payments systems, and AI-powered workflows.
- Next.js 14 (App Router, Static Export)
- Material-UI v5
- TypeScript
npm install
npm run devnpm run buildCreates a static export in the out/ directory, ready for deployment.
├── app/ # Next.js App Router (layout, page, styles)
├── components/ # React components (Hero, About, Experience, etc.)
├── data/ # Content as TypeScript exports
├── theme/ # MUI theme configuration
└── public/ # Static assets
All content is data-driven. Edit files in data/ to update:
profile.ts– Personal info, summaryexperience.ts– Work historyskills.ts– Technical skillseducation.ts– Academic backgroundprojects.ts– Personal projectsservices.ts– Consulting offerings
Deploy to Vercel for free:
- Push to GitHub
- Import repository on Vercel
- Deploy
MIT
- Email: dorjan.dika@gmail.com
- LinkedIn: linkedin.com/in/dorjandika
- GitHub: github.com/dordika