S
SankalpRaiGambhir
Sankalp Rai GambhirFullstack & AI Engineer
HomeSelected WorkEngineering InsightsProduction-Ready PatternsSkillsContact
  1. Home
  2. Skills
  3. Cloud & DevOps Engineering

Cloud & DevOps Engineering

Reliable delivery and infrastructure: serverless, containers, CI/CD, cloud networking, and operational resource boundaries.

AWSAWS LambdaDockerKubernetesGitHub ActionsCloudFrontS3DynamoDBNginxTerraform

Cloud work is successful when shipping is routine, incidents are understandable, and the bill does not surprise anyone. I build delivery paths around repeatable deploys, clear ownership, sensible defaults, and enough visibility to answer what changed, what failed, and what it costs.

The failure modes are familiar: a container works locally but not in CI, a serverless function starts cold without its dependencies, a deployment succeeds while routing is broken, or one noisy workload starves everything else. I make those boundaries explicit with reproducible images, automated pipelines, health checks, logs, least-privilege access, and resource requests and limits. The aim is not elaborate infrastructure—it is a system the team can confidently change on a Friday.

Relevant Selected Work

Deployment platform dashboard showing live build logs and CloudFront distribution status

Automating Frontend Deployments from Git to a Global CDN with Event-Driven AWS

Hand-rolled deploys burn an engineer's afternoon and break on release day. Push to Git and the site is live worldwide in minutes, with logs showing exactly what shipped.

View Technical Details →

Relevant Production-Ready Patterns

Kubernetes Resource Limits

apiVersion: apps/v1
kind: Deployment
metadata:
  name: api-service
spec:
  containers:
  - name: app
    resources:
      requests:
        memory: "256Mi"
        cpu: "250m"
      limits:
        memory: "512Mi"
        cpu: "500m"

Key Learning: Preventing resource starvation in production clusters

Need Cloud & DevOps Engineering Work Done?

Grab a slot below for a 30-minute call.

About

Sankalp Rai Gambhir

Fullstack & AI engineer helping growing teams ship production AI, backend systems, and full-stack products.

Worked with startups & enterprises

Contact

career.sankalp21@gmail.com

Remote-first

UK / EU / US overlap

Start a conversation

Quick Links

  • Selected Work
  • Engineering Insights
  • Production-Ready Patterns
  • Skills
  • Contact

Ways I Work

Scoped Build

A defined feature or platform, delivered from architecture through deployment.

Workstream Ownership

Senior-level ownership inside an existing team and delivery process.

Technical Spike / MVP

Validate the architecture and de-risk hard decisions before scaling.

© 2026 Sankalp Rai Gambhir. All rights reserved.

Privacy Policy

This site uses analytics cookies to understand how visitors use it. See the Privacy Policy for details.