$ cat about.txt
Hello! I'm a DevOps Cloud Engineer passionate about automation, infrastructure as code, and building scalable cloud solutions.
With expertise in cloud platforms and CI/CD pipelines, I help organizations optimize their development workflows and infrastructure reliability.
DevOps Philosophy: Automate everything, monitor everything, improve continuously.
Current Focus: Cloud-native architectures, Kubernetes orchestration, and Infrastructure as Code.
$ cat contact.txt
Email: stefanalbu@hotmail.com
GitHub: github.com/StefanAlbu99
LinkedIn: linkedin.com/in/bogdanstef
Location: Zurich, Switzerland
Status: Open to opportunities
$ help
Available commands:
| help |
Display this help message |
| about |
Show information about me |
| skills |
List technical skills |
| experience |
Display work experience |
| education |
Show educational background |
| certs |
List certifications |
| contact |
Show contact information |
| clear |
Clear the terminal |
| close |
Close terminal (also: exit, quit) |
| cat [file] |
View file contents (e.g., cat about.txt) |
| ls |
List available files and directories |
| su [user] |
Switch user (try: bogdan, admin, guest, devops) |
| sudo |
Run command as superuser (just for fun!) |
| all |
Display all sections at once |
| theme |
Toggle between dark and light mode |
| cd [dir] |
Change directory (all items are files here!) |
| pwd |
Print working directory |
| history |
Show command history |
| grep [pattern] |
Search CV content for keywords |
| find [pattern] |
Find files matching pattern |
| man [command] |
Show manual page for command |
🚀 DevOps Easter Eggs: Try typing: kubectl, docker, terraform, git, vim
⌨️ Tab - Auto-complete commands and filenames (try: "cat a[Tab]" or "su b[Tab]")
⬆️ ⬇️ Up/Down - Navigate command history
🔴 Close - Click red button or type 'close', 'exit', or 'quit'