Versatile Senior Technical Consultant with 15+ years’ experience in hybrid cloud infrastructure and network architecture across the UK and international markets. Proven in designing and delivering scalable solutions for HPE, Cisco, AWS, Azure, Nokia, Huawei, and Zyxel—supporting £20M+ in annual pre-sales proposals. Strong background across IT distribution, telecom, and vendor ecosystems. Recently built and deployed a cloud-native portfolio site using Terraform, GitHub Actions, and AWS serverless architecture. Focused on enabling hybrid cloud transformation for UK enterprises.
I wanted to showcase my cloud architecture and DevOps skills by building an online resume that goes beyond a static page. The goal was to implement the Cloud Resume Challenge: deploy my personal resume site on the cloud with a live visitor counter, demonstrating proficiency in AWS services, serverless computing, and Infrastructure as Code.
The portfolio site was built as a fully serverless application on AWS. The resume frontend is a static website hosted on Amazon S3 and distributed worldwide via Amazon CloudFront CDN for low-latency access. For dynamic functionality, I created a backend API using AWS Lambda and DynamoDB. Each visit to the site triggers an API Gateway endpoint that invokes a Lambda function, which increments a visitor count stored in a DynamoDB table and returns the updated count to be displayed on the page. All infrastructure components (S3 bucket, CloudFront distribution, API Gateway, Lambda, DynamoDB) are defined and provisioned through Terraform scripts. A GitHub Actions CI/CD pipeline automates the deployment: on every code push, Terraform is run to apply any infrastructure changes and update the Lambda function code. This design ensures the entire solution is maintained as code and requires no servers to manage.
The result is a production-grade, cloud-native personal website (hybridmulti.cloud) that not only presents my resume but also demonstrates my cloud engineering capabilities. The homepage displays a real-time visit counter, which confirms that the serverless backend is working – every refresh shows the incremented tally of visits. Through this project, I gained hands-on experience in tying together cloud services with IaC and CI/CD, and I proved out a working solution that I can show to employers as evidence of my skills. The project solidified my knowledge of AWS serverless architectures and modern DevOps practices.
Technologies Used: AWS (Amazon S3, CloudFront, API Gateway, Lambda, DynamoDB), Terraform, GitHub (GitHub Actions CI/CD), Python (boto3 SDK for Lambda).
Email: kerem@hybridmulti.cloud
LinkedIn: linkedin.com/in/kerem-kirci
GitHub: github.com/hybridmulticloud
Location: Reading, UK