Mahaprasad Dehury
📧 mprasadme@gmail.com
🌐 github.com/snwzd • linkedin.com/in/mprasadme
Skills
- Cloud: OpenStack, AWS
- Languages: Go, Python, Bash, YAML
- Database: MongoDB, PostgreSQL, Redis
- Message Broker: NATS, ZeroMQ
- Tools: Kubernetes, IaC, Nginx, Envoy, Jenkins, GitLab, ArgoCD, Prometheus, Grafana, ELK, Linux
- Social Skills: Collaborative team member, engaged in team-building activities
Work Experience
Cloud-DevOps Engineer I
AceCloud (January 2025 – Present)
Contributing to the design and maintenance of Internal Development Platforms and Scalable and Reliable Cloud Infrastructure.
Projects
Random Video Chat
- Developed a Go-based web application split into two microservices.
- Used Redis for both message brokering and database functionality.
- Scaled WebSockets using Redis PubSub, and implemented P2P video chat with WebRTC.
- Integrated Prometheus for custom metrics collection.
- Utilized Traefik for layer 7 load balancing and path-based routing.
- Implemented GitHub Actions for CI with Docker builds and vulnerability scanning (Trivy).
- Deployed using Docker Compose for multi-container management.
Download Accelerator
- Built a Golang CLI program to accelerate downloads via concurrent connections.
- Utilized
zerolog
for structured logging andCobra
for CLI framework. - Developed unit tests covering 81.2% of the core download logic.