Cloud & DevOps Engineer · Open to opportunities
I build applicationsand the infrastructurethat keeps them running.
I'm Guna R, an entry-level Cloud & DevOps engineer. I ship real backend products, then containerize, deploy, and operate them myself.
$ whoami
guna-r
$ systemctl status portfolio
portfolio.service— active (running)
docker— healthy
nginx— active
deployment successful
I'm early in my career and I'd rather show that honestly through working systems than dress it up.
What I do have is four projects that go past a tutorial. An application with real users and payments, an internal tool that automates deployments, a log pipeline running on AWS, and this site, which I'm turning into its own infrastructure build as I learn. I care as much about what happens after git push as what happens before it.
Selected Projects
Currently Building
Portfolio Infrastructure Platform
This portfolio is the workload for an ongoing infrastructure build taking it from a Git repository to a containerized, monitored, CI/CD-deployed service on real cloud infrastructure.
This isn't finished, The tracker on the right is the honest, current state of the build, not a claim that it's done.
- In progress
Application
Next.js portfolio, in progress
Docker
Containerize the build
AWS
Provision the host on EC2
Nginx
Reverse proxy in front of the container
HTTPS
TLS and a real domain
GitHub Actions
Automate build and deploy on push
Monitoring
Know when something breaks
Terraform
Infrastructure as code
Skills
Cloud & Infrastructure
- Linux
- AWS
- EC2
- S3
- IAM
- VPC / Networking
- CloudWatch
- Nginx
DevOps & Automation
- Docker
- Docker Compose
- GitHub Actions
- CI/CD
- Bash
- Terraform
- Kubernetes
Backend
- Python
- FastAPI
- REST APIs
- PostgreSQL
- SQL
- SQLAlchemy
- Alembic
Tools
- Git
- GitHub
- AWS CLI
- Docker CLI
- Postman
How I Build
Understand the problem and define the system.
Before writing code, I map out what the system actually needs to do the data, the users, the failure modes so the architecture isn't a guess.