I am a full-stack and DevOps engineer who ships production systems that stay fast, secure, and easy to operate. I build with Python, Django, FastAPI, React, and Angular, and I run those services on AWS with Docker, Kubernetes, Terraform, and strong CI/CD. I have delivered secure REST APIs and responsive front ends for analytics, education, and startup products. I designed AWS foundations with Terraform, automated releases with GitHub Actions and GitLab CI, and hardened platforms with least-privilege IAM and image scanning. I improved reliability with EKS, ECS, and serverless patterns on API Gateway, Lambda, SQS, and EventBridge. I raised observability with Prometheus, Grafana, Fluentd, and Datadog so teams can find and fix issues quickly. Previously, I upgraded a large Django platform from Python 2 to Python 3 and containerized services on AWS EKS. I led the development of a fire reporting platform using Django, Redis, and PostgreSQL, which automated manual tasks and generated accurate reports. I built micro-frontend modules with Angular and Module Federation and shipped PrimeNG-based admin tooling that simplified operations. What sets me apart is the blend of platform ownership and product delivery. I manage roadmaps, mentor teammates, and keep pipelines lean. I document decisions, align stakeholders, and move features from idea to stable release. I hold certifications in CKAD, AWS, and SnowPro Core, and I continue to learn. If your stack leans on a tool I haven’t used, I pick it up quickly and deliver to your standards.

I am a full-stack and DevOps engineer who ships production systems that stay fast, secure, and easy to operate. I build with Python, Django, FastAPI, React, and Angular, and I run those services on AWS with Docker, Kubernetes, Terraform, and strong CI/CD. I have delivered secure REST APIs and responsive front ends for analytics, education, and startup products. I designed AWS foundations with Terraform, automated releases with GitHub Actions and GitLab CI, and hardened platforms with least-privilege IAM and image scanning. I improved reliability with EKS, ECS, and serverless patterns on API Gateway, Lambda, SQS, and EventBridge. I raised observability with Prometheus, Grafana, Fluentd, and Datadog so teams can find and fix issues quickly. Previously, I upgraded a large Django platform from Python 2 to Python 3 and containerized services on AWS EKS. I led the development of a fire reporting platform using Django, Redis, and PostgreSQL, which automated manual tasks and generated accurate reports. I built micro-frontend modules with Angular and Module Federation and shipped PrimeNG-based admin tooling that simplified operations. What sets me apart is the blend of platform ownership and product delivery. I manage roadmaps, mentor teammates, and keep pipelines lean. I document decisions, align stakeholders, and move features from idea to stable release. I hold certifications in CKAD, AWS, and SnowPro Core, and I continue to learn. If your stack leans on a tool I haven’t used, I pick it up quickly and deliver to your standards.

Available to hire

I am a full-stack and DevOps engineer who ships production systems that stay fast, secure, and easy to operate. I build with Python, Django, FastAPI, React, and Angular, and I run those services on AWS with Docker, Kubernetes, Terraform, and strong CI/CD.

I have delivered secure REST APIs and responsive front ends for analytics, education, and startup products. I designed AWS foundations with Terraform, automated releases with GitHub Actions and GitLab CI, and hardened platforms with least-privilege IAM and image scanning. I improved reliability with EKS, ECS, and serverless patterns on API Gateway, Lambda, SQS, and EventBridge. I raised observability with Prometheus, Grafana, Fluentd, and Datadog so teams can find and fix issues quickly.

Previously, I upgraded a large Django platform from Python 2 to Python 3 and containerized services on AWS EKS. I led the development of a fire reporting platform using Django, Redis, and PostgreSQL, which automated manual tasks and generated accurate reports. I built micro-frontend modules with Angular and Module Federation and shipped PrimeNG-based admin tooling that simplified operations.

What sets me apart is the blend of platform ownership and product delivery. I manage roadmaps, mentor teammates, and keep pipelines lean. I document decisions, align stakeholders, and move features from idea to stable release. I hold certifications in CKAD, AWS, and SnowPro Core, and I continue to learn. If your stack leans on a tool I haven’t used, I pick it up quickly and deliver to your standards.

See more

Experience Level

Expert
Expert
Expert
Expert
Expert
Expert
Expert
Expert
Intermediate
Intermediate
Intermediate
Intermediate
Intermediate
Intermediate
Intermediate
Beginner
Beginner
Beginner
See more

Language

English
Fluent

Work Experience

Software Engineer at Cognizant Worldwide Limited
May 8, 2022 - September 4, 2025
1. Owned full lifecycle of backend features from design to production deployment, including bug fixes and performance optimization for platform serving thousands of users 2. Built and maintained RESTful APIs using Django REST Framework and Node.js, implementing microservices architecture patterns for scalability and maintainability 3. Provisioned and managed AWS infrastructure with Terraform, automating resource deployment and ensuring infrastructure consistency across environments 4. Engineered robust CI/CD pipelines using GitHub Actions and Docker, implementing automated testing and security scanning to maintain code quality and accelerate delivery 5. Developed Flask and Node.js services with React and Angular frontends, implementing microservices-based architecture and deploying on AWS ECS and Kubernetes 6. Designed database schemas in PostgreSQL, DynamoDB, and MongoDB, optimizing complex queries for performance and implementing effective data modelling strategies 7. Implemented automated testing frameworks using Jest and Pytest, participating in code reviews and providing constructive feedback while maintaining high code quality standards 8. Optimized Node.js and React applications, reducing load times and improving system performance through efficient bundling and asset management
Web Developer at Twig Education
November 1, 2021 - April 28, 2022
1. Maintained Django-based backend systems and debugged complex issues across full stack, navigating unfamiliar codebases while maintaining both speed and quality 2. Optimized CI/CD pipelines using Jenkins to automate builds and deployments, reducing release cycles and improving developer efficiency 3. Containerized Python applications with Docker and deployed on AWS EKS, implementing autoscaling strategies to handle variable load patterns 4. Resolved complex technical issues in Node.js applications, enhancing system reliability and performance for educational platform
Software Engineer with DevOps Expertise at Vemco Consulting Limited
January 25, 2021 - October 22, 2021
1. Led development of Fire Reporting Platform using Python and Django REST Framework, owning the full technical implementation from architecture to production 2. Automated deployment workflows using Terraform and GitHub Actions, implementing infrastructure as code practices to ensure reproducible environments 3. Containerized applications with Docker for consistent environments across development and production, reducing deployment friction and improving reliability 4. Worked with stakeholders using Agile methodologies to translate business requirements into scalable technical solutions, demonstrating features and gathering feedback

Education

Add your educational history here.

Qualifications

Add your qualifications or awards here.

Industry Experience

Software & Internet, Computers & Electronics, Other
    paper Developer Networking Platform

    A full-stack social networking platform built for developers to connect, share their work, and showcase their skills. The application allows users to create detailed profiles with professional experience, education history, technical skills, and social media links. Developers can share posts, comment on discussions, and interact through likes and nested comment threads.

    The backend runs on Node.js and Express.js with a RESTful API architecture. I implemented comprehensive input validation, structured error handling, and MongoDB integration using Mongoose ODM for efficient data modelling. Authentication uses JWT tokens with Passport.js strategy, including secure password hashing with bcryptjs and automatic token expiration handling for session management.

    The frontend is built with React.js using Context API for global state management across authentication, profiles, posts, and GitHub integration modules. I used React Router for navigation with protected routes that validate tokens before granting access. The UI is responsive using Bootstrap and Styled Components, ensuring a consistent experience across devices.

    One feature I enjoyed building was the GitHub API integration. Users connect their GitHub account and the platform automatically fetches and displays their repositories, giving visitors a real-time view of their active projects without manual updates.

    The validation layer uses Validator.js on both client and server sides to ensure data integrity for registration, login, profile creation, and post submissions. Axios handles HTTP requests with interceptors for centralized API communication and error handling.

    Technologies: MongoDB, Express.js, React.js, Node.js, JWT, Passport.js, Mongoose, Context API, React Router, Bootstrap, Styled Components, bcryptjs, Validator.js, GitHub API, Axios, ES6+ JavaScript

    Link to project: https://www.twine.net/signin

    paper Compliance Document Management System

    Developed an enterprise-grade platform for automating compliance document generation and workflow management. Built with Django using a modular monolith architecture with eight domain-driven applications. Implemented complex multi-step form workflows, template-based document generation, processing Word documents dynamically, and asynchronous task processing using Celery and RabbitMQ. Features include granular permission management with object-level access control, a real-time notification system, version control, approval workflows, and complete audit trails. Established a full DevOps pipeline using Terraform for infrastructure provisioning, GitHub Actions for CI/CD, and Docker containerization. Production deployment includes automated testing, security scanning, and SSL/TLS configuration.

    paper AI-Powered Invoice Processing Middleware

    Description:
    Built a production-ready API that automates invoice data extraction from unstructured documents (PDF, PNG, JPEG) without requiring templates. The system uses a hybrid approach combining regex pattern matching for simple fields and Large Language Models for complex semantic understanding. Integrated multiple AI providers (Ollama, OpenRouter, AWS Bedrock) with automatic fallback mechanisms for reliability. Implemented a comprehensive validation framework with confidence scoring to flag items requiring manual review. Designed asynchronous processing using Celery and RabbitMQ to handle high-volume uploads. The system transforms extracted data to match external API specifications while maintaining complete audit trails.