# Welcome to vash --- ### You've found my interactive terminal portfolio. This isn't your typical resume. It's a fully functional (well, mostly) terminal environment running in your browser, built to give you a hands-on tour of my work and skills. I believe the best way to show what I can do is to, well, *show* you. So, feel free to look around, execute commands, open windows, and maybe even find a hidden surprise or two. ## So, Who Am I? I'm Vahid Aslani, a full-stack developer with over seven years of experience building scalable, secure, and impactful web applications. My passion is turning complex challenges into clean, maintainable code. You could say my system specs are: * **CPU:** Intellect Core i9 (Caffeine-Powered) * **RAM:** 32GB (16GB reserved for solving real-world problems) * **OS:** A finely-tuned blend of Agile methodologies and a drive to build things that matter. I built this portfolio from the ground up to showcase my skills in a way that’s a little more fun than a static PDF. For the full story, check out my "About Me" page by typing: `view /about/readme.md` ## Getting Started: Your First Commands Interacting is simple. Just type a command and press Enter. Here are the essentials to get you started: * **`whoami`**: The best place to start. Displays a quick summary of my professional identity. * **`help`**: Your most important command. It displays a full list of available commands and how to use them. * **`ls`**: Lists the files and directories in your current location. Try `ls projects` to see my work. * **`cat [FILE]`**: Prints the raw content of a file directly to the terminal. * **`clear`**: Wipes the screen clean for a fresh start. ## Key Features This terminal is more than just text on a screen. Here are some features I built to make it special: * **True TUI Experience**: Don't just `cat` files, `view` them! The `view` command opens content in a draggable, maximizable, and closable window, complete with Markdown rendering. * **CRT Mode**: Feeling nostalgic? Type `crt on` to enable a retro CRT monitor effect, complete with scanlines and phosphor glow. Type `crt off` to disable it. * **Full Command Suite**: From `grep` to `pwd`, I've implemented a variety of classic commands to make this feel like a real shell. Ready to dive in? --- **CONTACT:** - Email: [axieans@gmail.com](mailto:axieans@gmail.com) - GitHub: [Github.com/Axiean](https://github.com/Axiean) - LinkedIn: [Linkedin.com/in/vahidaslani](https://linkedin.com/in/vahidaslani)
Hint: Type help for a list of commands, or try about to get started.