currently pursuing BE, Computer Engineering
     _                     _
    | | __ _ _   _ _ __ __ _(_)
 _  | |/ _` | | | | '__/ _` | |
| |_| | (_| | |_| | | | (_| | |
 \___/ \__,_|\__, |_|  \__,_|_|
             |___/

Krupa Patel

I build across the stack — from systems languages like Rust and Go to mobile & web with Flutter and React — and I ship it the way production expects: containerized and orchestrated.

Krupa@dev:~/projects$ git push origin main Enumerating objects: 12, done. Writing objects: 100% (12/12), 4.2 KiB [CI] lint ........ PASS [CI] tests ....... PASS [CI] docker build DONE [K8S] rolling deploy LIVE _
01 / about

I'm a Computer Engineering undergraduate who's comfortable moving between low-level and high-level work — writing memory-safe systems code in Rust one day, and shipping a cross-platform Flutter app the next.

What ties it together is an interest in how software actually runs once it leaves a laptop: containers, clusters, and the orchestration layer that keeps them healthy. I like understanding a system end to end — from the language it's written in, to the framework it runs on, to the cluster that keeps it alive.

02 / languages

Working languages

C80%
Turbo C++82%
Rust70%
Go78%
Java75%
Python85%
JavaScript80%
Kotlin65%
Swift60%
Dart72%
Perl55%
03 / frameworks

Frameworks & runtimes

Flutter
Single codebase UI toolkit for mobile, web, and desktop targets.
web · desktop · mobile
React.js
Component-driven UI for the web, paired with Electron-style shells for desktop.
web · desktop
Go + Gin
Lightweight, fast HTTP framework for building backend services and APIs.
web · server
04 / devops

Containers & orchestration

I package applications with Docker and manage them at scale with Kubernetes — writing manifests, reasoning about pods and services, and thinking through how a cluster should scale, recover, and roll out updates without downtime.

Docker Kubernetes Pod scheduling Service scaling Rolling deploys
control-plane node-1 node-2 node-3 pod set pod set pod set
06 / workflow

Dev workflow

From a local commit to a live cluster — every step is automated, reproducible, and observable.

/--\
|GIT|
\--/
git push feature branch
[CI]
|##|
[OK]
CI pipeline lint · test · build
.--.
|::|
`--'
docker build image · tag · push
*--*
|K8|
*--*
k8s deploy rolling update
[\o/]
LIVE
[OK!]
live health checks pass
GitHub Actions Docker Hub kubectl Helm Liveness probes Zero-downtime rollout