sergey-hovakimyan / hovakimyan.dev
A personal site shaped like an IDE. You navigate by clicking files in the explorer (left), tabs (top), or by typing into the integrated terminal (bottom).
How to navigate
index.tsx— home, written as a TypeScript declaration. Click array items to jump into related case studies.work.md— four selected case studies, each with metrics + a snippet of architectural decisions as a git-log.ventures.md— personal projects. The URLs are real links.about.md— story, leadership philosophy, AI engineering, career git log.contact.sh— runnable lines:$ schedule_call,$ send_email,$ open_linkedin.portrait.jpg— image preview.
Terminal
Toggle the bottom terminal with the backtick key (`). Useful commands:
# Navigation
cd /work
open about
cat ventures.md
# Actions
schedule # opens Calendly
email # opens mailto
linkedin # opens profile
# Knowledge
whoami
stack
ai
help # full command listKeyboard shortcuts
⌘K— focus the terminal input`— toggle the terminal↑/↓— cycle terminal command history⌘L— clear terminalEsc— close modals
Built with
Next.js 16 (App Router) · React 19 · Tailwind v4 · Three.js · OpenNext for Cloudflare Workers · react-calendly · hand-rolled syntax highlighter.