Skip to content

Commit bad497a

Browse files
committed
portfoli profile
1 parent 6d24120 commit bad497a

13 files changed

Lines changed: 2028 additions & 474 deletions

.DS_Store

6 KB
Binary file not shown.

css/orbit.css

Lines changed: 564 additions & 0 deletions
Large diffs are not rendered by default.

data/contact.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"label": "Email",
4+
"href": "mailto:devashishgupta@zohomail.in",
5+
"variant": "primary"
6+
},
7+
{
8+
"label": "LinkedIn",
9+
"href": "https://www.linkedin.com/in/devashish-gupta-b3a473100/",
10+
"variant": "ghost"
11+
},
12+
{
13+
"label": "Resume",
14+
"href": "media/devashish_gupta.pdf",
15+
"variant": "ghost"
16+
}
17+
]

data/experience.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"role": "Senior Software Engineer · M-League(Mobile Premier League)",
4+
"org": "Bengaluru, India · 09/2022 – Present",
5+
"meta": "Tournaments · Leaderboards · Built games like Rummy, CallBreak, WPS · Socket.IO · 50K+ CCU · 1.3M PDAU · TypeScript · Node.js · Kafka · Redis · Kubernetes"
6+
},
7+
{
8+
"role": "Software Engineer · EPAM Systems",
9+
"org": "Hyderabad, India · 09/2019 – 09/2021",
10+
"meta": "Full-stack delivery · Express.js · MongoDB · Angular · REST APIs · Transactions · E2E automation"
11+
},
12+
{
13+
"role": "Software Engineer · ZS Associates",
14+
"org": "Pune, India · 02/2019 – 09/2019",
15+
"meta": "ETL · AWS Redshift/RDS · Pipeline QA · Test strategy & execution"
16+
}
17+
]

data/projects.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
[
2+
{
3+
"tag": "Deployment Reliability",
4+
"title": "Zero-Downtime Lobby Movement",
5+
"summary": "Delivered live traffic shift capability to roll forward game servers without user disruption, enabling safer deployments and quicker recovery.",
6+
"stack": "Node.js · Java · Blue/Green · CI/CD"
7+
},
8+
{
9+
"tag": "Tournaments",
10+
"title": "WPS Tournaments",
11+
"summary": "Designed and implemented tournament formats that reliably host 100K+ concurrent participants with predictable latencies and stable payouts.",
12+
"stack": "Java · Node.js · Kafka · Redis · PostgreSQL · Kubernetes"
13+
},
14+
{
15+
"tag": "Leaderboard",
16+
"title": "Casual Games Multi Attempts Leaderboard",
17+
"summary": "Delivered a leaderboard system capable of handling 10M entries with efficient writes and ranked retrieval, tuned for low-latency reads at peak load.",
18+
"stack": "Java · Redis · PostgreSQL · CQRS · Kubernetes"
19+
},
20+
{
21+
"tag": "Platform Libraries",
22+
"title": "Matchmaking & Kafka SDK",
23+
"summary": "Engineered reusable matchmaking and Kafka wrapper libraries adopted across MPL’s games to standardize queueing, telemetry, and retries.",
24+
"stack": "TypeScript · Node.js · Kafka · OpenTelemetry"
25+
}
26+
]

data/skills.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[
2+
{
3+
"group": "Languages & Frameworks",
4+
"items": ["Java", "TypeScript", "Node.js", "Angular", "Express.js"]
5+
},
6+
{
7+
"group": "Distributed Systems",
8+
"items": ["Kafka", "Socket.io", "gRPC", "REST", "RabbitMQ"]
9+
},
10+
{
11+
"group": "Data & Storage",
12+
"items": ["Postgres", "MongoDB", "Redis", "ScyllaDB"]
13+
},
14+
{
15+
"group": "Reliability & Infra",
16+
"items": ["AWS", "GCP", "Kubernetes", "Docker", "Facets", "Jenkins", "Grafana"]
17+
}
18+
]

0 commit comments

Comments
 (0)