Skip to content

Commit 1b97f68

Browse files
committed
Enhance work page, add card view for each org
1 parent bf2c2f9 commit 1b97f68

File tree

6 files changed

+324
-114
lines changed

6 files changed

+324
-114
lines changed

content/work.md

Lines changed: 1 addition & 113 deletions
Original file line numberDiff line numberDiff line change
@@ -3,116 +3,4 @@ title: "Work"
33
description: "My professional work and experience"
44
---
55

6-
I have been fortunate to work with some amazing teams. I have worked with startups and enterprises across various domains. Here is a brief overview of my employment history.
7-
8-
## Sr. Backend Developer
9-
**Lumbini Elite Solutions & Services Pvt. Ltd.** | Bengaluru, Karnataka
10-
*August 2025 — Present*
11-
12-
Lumbini Elite Solutions & Services is a technology company focused on building scalable backend systems and enterprise solutions.
13-
14-
I am currently developing Java-based microservices for scalable backend systems processing 500k+ transactions daily. Using AWS (EC2, S3, RDS) for deployment and monitoring, I have achieved a 30% reduction in downtime. I collaborate on system architecture improvements, maintaining 99.9% system uptime across services.
15-
16-
**Technologies Used:**
17-
- Java, Spring Boot, Microservices
18-
- AWS (EC2, S3, RDS), Docker
19-
- MySQL, PostgreSQL, Redis
20-
- Kafka, RESTful APIs
21-
22-
**Detailed Contributions:**
23-
- Designed and implemented scalable microservices architecture handling 500k+ daily transactions
24-
- Optimized AWS infrastructure deployment and monitoring systems, achieving 30% downtime reduction
25-
- Collaborated on system architecture reviews and improvements, maintaining 99.9% service uptime
26-
- Implemented robust monitoring and alerting systems using AWS CloudWatch and custom dashboards
27-
- Led code review processes and mentored junior developers in microservices best practices
28-
- Optimized database queries and implemented caching strategies to improve system performance
29-
- Participated in on-call rotation and incident response procedures
30-
31-
---
32-
33-
## Software Developer
34-
**Mplify Tech Services Pvt. Ltd.** | Gandhinagar, Gujarat
35-
*January 2023 — July 2025*
36-
37-
Mplify Tech Services is a technology consulting company specializing in building robust software solutions for various industry domains.
38-
39-
I developed and maintained micro-services architecture for fault tolerance and seamless integration. I established high-performance REST APIs using Java Spring Boot with 90% code coverage and optimized database queries and cache, reducing API response time by 200 to 300 ms.
40-
41-
**Technologies Used:**
42-
- Java, Spring Boot, Microservices
43-
- MySQL, PostgreSQL, Redis
44-
- RESTful APIs, Docker
45-
- CI/CD, Git
46-
47-
**Detailed Contributions:**
48-
- Built and maintained microservices architecture supporting fault-tolerant and scalable systems
49-
- Developed high-performance REST APIs using Java Spring Boot framework with comprehensive testing
50-
- Achieved 90% code coverage through unit and integration testing strategies
51-
- Optimized database queries and implemented Redis caching, reducing API response times by 200-300ms
52-
- Implemented automated testing pipelines and continuous integration workflows
53-
- Collaborated with cross-functional teams to define API specifications and integration requirements
54-
- Conducted code reviews and contributed to coding standards and best practices documentation
55-
- Mentored junior developers and conducted technical training sessions
56-
57-
---
58-
59-
## Software Developer
60-
**Uaguria Software Pvt. Ltd.** | Contai, West Bengal
61-
*September 2020 — December 2022*
62-
63-
Uaguria Software is a web development company focused on creating innovative digital solutions for businesses and organizations.
64-
65-
I led development of 20+ web projects, improving page load speed by 40% on average. I provided end-to-end solutions, reducing issue resolution time by 35% and improving client retention by 25%. I delivered engaging project demos to 15+ clients, ensuring a 90% project approval rate.
66-
67-
**Technologies Used:**
68-
- JavaScript, HTML, CSS
69-
- Java, Spring Boot
70-
- MySQL, PostgreSQL
71-
- UI/UX Design, Responsive Web Design
72-
73-
**Detailed Contributions:**
74-
- Led development of 20+ web projects from conception to deployment, managing technical implementation
75-
- Improved average page load speed by 40% through performance optimization techniques
76-
- Provided comprehensive end-to-end solutions including requirement analysis, development, and deployment
77-
- Reduced average issue resolution time by 35% through systematic debugging and testing approaches
78-
- Improved client retention by 25% through consistent delivery and proactive communication
79-
- Delivered engaging project demonstrations to 15+ clients, achieving 90% project approval rate
80-
- Collaborated with design teams to implement user-centric interfaces and experiences
81-
- Managed project timelines and coordinated with multiple stakeholders for successful delivery
82-
- Implemented responsive design principles ensuring cross-device compatibility
83-
84-
---
85-
86-
## Jr. Associate XML - HTML
87-
**Patel G Tech LLP** | Kolkata, West Bengal
88-
*August 2019 — September 2020*
89-
90-
Patel G Tech LLP is a technology services company specializing in content management and digital transformation solutions.
91-
92-
I conducted quality checks and managed content reproduction, improving accuracy and workflow efficiency in the content production pipeline.
93-
94-
**Technologies Used:**
95-
- XML, HTML
96-
- Content Management Systems
97-
- Quality Assurance Tools
98-
- Workflow Management
99-
100-
**Detailed Contributions:**
101-
- Conducted comprehensive quality checks on XML and HTML content ensuring compliance with standards
102-
- Managed content reproduction workflows, improving overall accuracy and efficiency
103-
- Implemented systematic quality control processes to reduce content errors
104-
- Collaborated with technical teams to resolve content-related issues and inconsistencies
105-
- Maintained detailed documentation of content standards and quality metrics
106-
- Optimized content production processes through automation and best practice implementation
107-
- Provided training and support to team members on content quality standards
108-
109-
---
110-
111-
## Education
112-
113-
**Bachelor of Computer Application**
114-
MAKAUT, West Bengal | *July 2017 - August 2020*
115-
116-
---
117-
118-
*I'm always interested in discussing new opportunities, collaborating on interesting projects, or connecting with fellow developers. Feel free to reach out!*
6+
I have been fortunate to work with some amazing teams. I have worked with startups and enterprises across various domains. Here is a brief overview of my employment history.

data/work.json

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
[
2+
{
3+
"id": "lumbini",
4+
"title": "Sr. Backend Developer",
5+
"company": "Lumbini Elite Solutions & Services Pvt. Ltd.",
6+
"location": "Bengaluru, Karnataka",
7+
"period": "Aug 2025 — Present",
8+
"companyNote": "Technology company focused on scalable backend systems and enterprise solutions.",
9+
"description": "Developing Java-based microservices for scalable backend systems processing 500k+ transactions daily. Using AWS for deployment and monitoring, achieving 30% reduction in downtime. Collaborating on system architecture improvements with 99.9% system uptime.",
10+
"technologies": ["Java", "Spring Boot", "Microservices", "AWS", "Docker", "MySQL", "PostgreSQL", "Redis", "Kafka"],
11+
"detailedContributions": [
12+
"Designed and implemented scalable microservices architecture handling 500k+ daily transactions",
13+
"Optimized AWS infrastructure deployment and monitoring systems, achieving 30% downtime reduction",
14+
"Collaborated on system architecture reviews and improvements, maintaining 99.9% service uptime",
15+
"Implemented robust monitoring and alerting systems using AWS CloudWatch and custom dashboards",
16+
"Led code review processes and mentored junior developers in microservices best practices"
17+
]
18+
},
19+
{
20+
"id": "mplify",
21+
"title": "Software Developer",
22+
"company": "Mplify Tech Services Pvt. Ltd.",
23+
"location": "Gandhinagar, Gujarat",
24+
"period": "Jan 2023 — July 2025",
25+
"companyNote": "Technology consulting company specializing in building robust software solutions.",
26+
"description": "Developed and maintained micro-services architecture for fault tolerance and seamless integration. Established high-performance REST APIs using Java Spring Boot with 90% code coverage. Optimized database queries and cache, reducing API response time by 200 to 300 ms.",
27+
"technologies": ["Java", "Spring Boot", "Microservices", "MySQL", "PostgreSQL", "Redis", "RESTful APIs", "Docker"],
28+
"detailedContributions": [
29+
"Built and maintained microservices architecture supporting fault-tolerant and scalable systems",
30+
"Developed high-performance REST APIs using Java Spring Boot framework with comprehensive testing",
31+
"Achieved 90% code coverage through unit and integration testing strategies",
32+
"Optimized database queries and implemented Redis caching, reducing API response times by 200-300ms",
33+
"Implemented automated testing pipelines and continuous integration workflows"
34+
]
35+
},
36+
{
37+
"id": "uaguria",
38+
"title": "Software Developer",
39+
"company": "Uaguria Software Pvt. Ltd.",
40+
"location": "Contai, West Bengal",
41+
"period": "Sept 2020 — Dec 2022",
42+
"companyNote": "Web development company focused on creating innovative digital solutions.",
43+
"description": "Led development of 20+ web projects, improving page load speed by 40% on average. Provided end-to-end solutions, reducing issue resolution time by 35% and improving client retention by 25%. Delivered engaging project demos to 15+ clients, ensuring 90% project approval rate.",
44+
"technologies": ["JavaScript", "HTML", "CSS", "Java", "Spring Boot", "MySQL", "PostgreSQL", "UI/UX"],
45+
"detailedContributions": [
46+
"Led development of 20+ web projects from conception to deployment, managing technical implementation",
47+
"Improved average page load speed by 40% through performance optimization techniques",
48+
"Provided comprehensive end-to-end solutions including requirement analysis, development, and deployment",
49+
"Reduced average issue resolution time by 35% through systematic debugging and testing approaches",
50+
"Improved client retention by 25% through consistent delivery and proactive communication"
51+
]
52+
},
53+
{
54+
"id": "patel",
55+
"title": "Jr. Associate XML - HTML",
56+
"company": "Patel G Tech LLP",
57+
"location": "Kolkata, West Bengal",
58+
"period": "Aug 2019 — Sept 2020",
59+
"companyNote": "Technology services company specializing in content management and digital transformation.",
60+
"description": "Conducted quality checks and managed content reproduction, improving accuracy and workflow efficiency in the content production pipeline.",
61+
"technologies": ["XML", "HTML", "Content Management Systems", "Quality Assurance"],
62+
"detailedContributions": [
63+
"Conducted comprehensive quality checks on XML and HTML content ensuring compliance with standards",
64+
"Managed content reproduction workflows, improving overall accuracy and efficiency",
65+
"Implemented systematic quality control processes to reduce content errors",
66+
"Maintained detailed documentation of content standards and quality metrics"
67+
]
68+
},
69+
{
70+
"id": "education",
71+
"title": "Bachelor of Computer Application",
72+
"company": "MAKAUT, West Bengal",
73+
"location": "West Bengal, India",
74+
"period": "Jul 2017 — Aug 2020",
75+
"companyNote": "Maulana Abul Kalam Azad University of Technology - a premier technological university in West Bengal.",
76+
"description": "Completed Bachelor's degree in Computer Application with focus on software development, algorithms, and system design.",
77+
"technologies": ["Computer Science", "Programming", "Algorithms", "Database Management", "Software Engineering"],
78+
"detailedContributions": [
79+
"Completed comprehensive coursework in computer science fundamentals including programming, data structures, and algorithms",
80+
"Gained expertise in multiple programming languages and software development methodologies",
81+
"Developed strong foundation in database management systems and software engineering principles",
82+
"Participated in academic projects and competitions showcasing problem-solving skills",
83+
"Graduated with strong academic performance and practical software development experience"
84+
]
85+
}
86+
]

layouts/_default/single.html

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{{ define "main" }}
2+
<!-- Breadcrumb -->
3+
{{ partial "navigation/breadcrumb.html" . }}
4+
5+
<!-- Page Header -->
6+
<header class="mb-8">
7+
<h1 class="text-foreground mb-4 text-3xl font-bold md:text-4xl">
8+
{{ .Title }}
9+
</h1>
10+
{{ if .Content }}
11+
<div class="prose prose-neutral dark:prose-invert max-w-none">
12+
{{ .Content }}
13+
</div>
14+
{{ end }}
15+
</header>
16+
17+
<!-- Work Experience Cards (only for work page) -->
18+
{{ if and (eq .Section "") (eq .File.BaseFileName "work") }}
19+
20+
<!-- Work Experience Cards -->
21+
<div class="space-y-6">
22+
{{ if .Site.Data.work }}
23+
{{ range .Site.Data.work }}
24+
{{ partial "work-card.html" . }}
25+
{{ end }}
26+
{{ else }}
27+
<div class="p-6 bg-red-50 border border-red-200 rounded-lg">
28+
<h3 class="text-red-800 font-semibold mb-2">No work data found!</h3>
29+
<p class="text-red-600 text-sm">The work.json file might not be loading correctly.</p>
30+
</div>
31+
{{ end }}
32+
</div>
33+
34+
{{ else }}
35+
<!-- Default content for other pages -->
36+
<article class="prose prose-neutral dark:prose-invert max-w-none">
37+
{{ .Content }}
38+
</article>
39+
{{ end }}
40+
41+
{{ partial "features/comments.html" . }}
42+
{{ end }}

0 commit comments

Comments
 (0)