Skip to main content
vijeta@backend-sys:~
System initialized...
Loading profile...
Welcome to v1.0.0
Type "help" to see available commands.
>

:: SYSTEM_LOGS / EXPERIENCE

Kubernetes
[Jan 2026 - Present]Kubernetes (Open Source Contributor)
  • Core Kubernetes - Goroutine Leak Fix: Fixed a goroutine leak in TestNodeSyncResync by correctly handling the opChan lifecycle, preventing test hangs. [MR !135217]
  • CAPA (AWS Provider) - Test Stability: Resolved flakiness in TestROSANetworkReconciler by implementing Eventually assertions. [MR !5861]
  • Cluster API (CAPI) - Logic Fix: Updated controller to correctly remove finalizers during deletion if ownerRef was never set. [MR !13239]
  • Cluster API (CAPI) - Observability / Security: Added Kubernetes Events for automatic certificate rotation in KubeadmControlPlane. [PR #13242]
  • Cluster API (CAPI) - Feature Proposal: Proposed adding maxRetry to RemediationStrategy in MachineDeployments to align with KCP remediation. [Issue #12553]
  • Cluster API (CAPI) - Behavior Enhancement: Participated in discussion to improve MachineDrainRules WaitCompleted behavior for completed pods. [Issue #12920]
GitLab
[2024 - Present]GitLab (Open Source Contributor)
  • Redesigned core authentication: Return explicit error types to resolve race condition crash. Refactored expiry date function. Prevented pipeline crashes for time_rotating resources. [MR !2722]
  • Implemented gitlab_project_artifact data source: Enabled dynamic build artifact fetching in Terraform, bridging CI/CD and infrastructure. [MR !2721]
  • Resolved schema inconsistency: Fixed import failures for legacy tokens without expiry dates in gitlab_project_access_token. [MR !2719]
  • Add priority field support: Enabled priority field for project and group labels to improve categorization. [PR #2898]
  • Project Security Settings: Implemented gitlab_project_security_settings resource for automated security management. [PR #2897]
  • Wiki Subpage Drift Fix: Resolved title drift issues for wiki subpages and handled special characters in slugs. [PR #2896]
  • Centralized Token Rotation: Refactored token handling by centralizing rotation logic into a shared interface. [MR !2894]
  • Compliance Requirements: Added gitlab_compliance_requirement resource to enhance enterprise compliance workflows. [PR #2804]
  • Group Service Account Tokens: Implemented data source for group service account access tokens. [MR !2805]
  • Package Dependency Proxy: Added support for managing project package dependency proxy settings. [MR !2802]
  • GitPod References: Updated internal project references from GitPod to Ona for better workspace consistency. [MR !2806]
Jubilant Ingrevia
[Jun 2025 - Jul 2025]Jubilant Ingrevia Limited (GET Intern)
  • Process Optimization & Data Analysis: Enhanced distillation efficiency using Fenske-Underwood-Gilliland and McCabe-Thiele methods.
  • Pattern Recognition: Analyzed performance data using Matplotlib and applied pattern recognition techniques to identify critical optimization factors.
Ask Senior
[2023 - 2024]Ask Senior (Mentor)
  • OUTPUT: Created 50+ video editorials on Bit Manipulation/Interactive problems.
  • IMPACT: Mentored junior developers in competitive programming concepts.

:: RUNNING_PROCESSES / PROJECTS

GitLab Open Source cover
Featured Project

GitLab Open Source

Core contributions to GitLab Terraform Provider: auth redesign, new resources, and stability fixes.

GoTerraformCI/CD
RideSync cover
Featured Project

RideSync

Scalable microservices architecture with observability, resilient payment flow, and fault-tolerant eventing.

gRPCK8sMongoDBStripeOpenTelemetry
2ms
Featured Project

Trading Low Latency System

C++ event engine designed for ultra-fast execution with lock-free queues and shared-memory IPC.

C++IPCLock-free

:: BLOG / MEDIUM_POSTS

Day One of Debugging AWS containers

Day One of Debugging AWS containers

5/6/2026

In the beginning of March, I joined a startup as a backend/DevOps intern. My mentor handed me AWS credentials and a .pem key and said: "SSH into the E...

Read on Medium
Blinkit Interview: SDE Intern

Blinkit Interview: SDE Intern

3/2/2026

So, picture this: it’s mid-January. I decided to fill out a Google Form for a Data Analyst position at Blinkit. The catch? I applied with my hardcore ...

Read on Medium
I was just gonna unistall Pop 0S — My system and I just got a Heart Attack

I was just gonna unistall Pop 0S — My system and I just got a Heart Attack

3/1/2026

I was just about to unistall POP OS and switch to Ubuntu. I am a regular user of Kali, Ubuntu, Pop OS and Windows too, for different different purpose...

Read on Medium
REST vs. gRPC: When to Choose Efficiency over Simplicity.

REST vs. gRPC: When to Choose Efficiency over Simplicity.

1/14/2026

So I was learning GO. And as I was working on a microservices in my intial years of Development. I read abou gRPC, GraphQL, SOAP.

Read on Medium
Dagger: Goodbye YAML, Hello Developer-Friendly CI/CD

Dagger: Goodbye YAML, Hello Developer-Friendly CI/CD

8/20/2025

For years, YAML has been the default language of CI/CD pipelines. GitHub Actions, GitLab CI, Jenkins, CircleCI — all of them rely on large, sprawling ...

Read on Medium
Automating Documentation Sync Between GitHub Repos Using GitHub Actions

Automating Documentation Sync Between GitHub Repos Using GitHub Actions

8/18/2025

If you’ve ever managed multiple GitHub repositories, you’ve probably faced this problem:

Read on Medium