rahul@github:~$ whoami
Rahul Mohandas
Software Engineer
Cloud • DevOps • Security • Open Sourcerahul@github:~$ uname -a
Linux | AWS | Docker | CDK | Terraform | TypeScript | Python | Javarahul@github:~$ cat about.md
Hi 👋
I'm Rahul, a software engineer passionate about building reliable systems,
automating repetitive work, and learning how things work under the hood.
Most of my time is spent somewhere between cloud infrastructure,
backend engineering, Linux, networking, security, and homelab projects.
I enjoy solving problems with simple, maintainable solutions and firmly
believe that the best automation is the one you never have to think about again.rahul@github:~$ tree ~/projects
.
├── 🌐 personal-website/
│ ├── Astro
│ ├── Blog
│ └── Portfolio
│
├── ☁ infrastructure/
│ ├── Terraform
│ ├── CDK
│ ├── Ansible
│ └── Docker
│
├── 🔧 automation/
│ ├── GitHub Actions
│ ├── CI/CD
│ └── Scripts
│
├── 🏠 homelab/
│ ├── Networking
│ ├── Self Hosting
│ └── Monitoring
│
└── 📚 learning/
├── Go
└── Rustrahul@github:~$ ps aux | grep current
✓ Building my portfolio with Astro
✓ Writing technical articles
✓ Learning Go & Rust
✓ Improving my homelab
✓ Contributing to Open Source
✓ Drinking Gorilla Mindrahul@github:~$ git log --oneline --author=rahul --max-count=5
feat: migrate portfolio to Astro
feat: build reusable components
feat: add blog collections
feat: automate infrastructure
feat: improve CI/CD
fix: another DNS issue...rahul@github:~$ tree ~/toolbox
toolbox
├── Languages
│ ├── TypeScript
│ ├── Python
│ ├── Java
│ └── Bash
│
├── Cloud & DevOps
│ ├── AWS
│ ├── Docker
│ ├── CDK
│ ├── Terraform
│ ├── Ansible
│ ├── GitHub Actions
│ └── Linux
│
└── Frameworks
├── Astro
├── React
├── Next.js
└── Node.jsrahul@github:~$ neofetch
.--.
|o_o |
|:_/ |
// \ \
(| | )
/'\_ _/`\
\___)=(___/
Name: Rahul Mohandas
Role: Software Engineer
Location: ~/Atlanta
Shell: zsh
Editor: Vim • VS Code
Focus: Cloud Engineering
Stack: TypeScript • Python • Java
Platform: AWS
Interests: Linux • DevOps • Security • Networkingrahul@github:~$ alias panic
git reflog
rahul@github:~$ alias automate
write_a_script
rahul@github:~$ which editor
vim
/usr/bin/vim
rahul@github:~$ pwd
/home/rahul
rahul@github:~$ echo $MOTTO
rm'ing one drive at a time.rahul@github:~$ cat ~/.config/links
🌐 Portfolio
https://www.rahulmohandas.com
📝 Blog
https://www.rahulmohandas.com/blog
💼 LinkedIn
https://linkedin.com/in/rahul0705
🐙 GitHub
https://github.com/rahul0705
📧 rahul@rahulmohandas.comrahul@github:~$ uptime
System Status
─────────────
✔ Gorilla Mind ........ Online
✔ GitHub .............. Green
✔ CI/CD ............... Passing
✔ Homelab ............. Operational
⚠ DNS ................. Still suspicious
Uptime:
Learning continuously since 2013.rahul@github:~$ echo "$MOTTO"
rm'ing one drive at a time.rahul@github:~$ logout
Connection to github closed.