Skip to content
View parthvekariya73's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report parthvekariya73

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
parthvekariya73/README.md
 ██████╗  █████╗ ██████╗ ████████╗██╗  ██╗
 ██╔══██╗██╔══██╗██╔══██╗╚══██╔══╝██║  ██║
 ██████╔╝███████║██████╔╝   ██║   ███████║
 ██╔═══╝ ██╔══██║██╔══██╗   ██║   ██╔══██║
 ██║     ██║  ██║██║  ██║   ██║   ██║  ██║
 ╚═╝     ╚═╝  ╚═╝╚═╝  ╚═╝   ╚═╝   ╚═╝  ╚═╝
    ✦  V  E  K  A  R  I  Y  A  ✦

Typing SVG



$ whoami

public class ParthVekariya {

    private final String name     = "Parth Vekariya";
    private final String role     = "Java Backend Developer — Spring Boot";
    private final String company  = "Topia Life Science, Vadodara 🇮🇳";
    private final String email    = "parthpvekariya@gmail.com";

    private final String[] passions = {
        "Clean Architecture",
        "Microservices Design",
        "DSA & Problem Solving",
        "Building for Scale"
    };

    private final String achievement =
        "🏆 Launch Excellence Team of 2025 — Topia Life Science";

    public String getCurrentFocus() {
        return "Mastering System Design + DSA while shipping production-grade backends";
    }
}

$ cat experience.log

[2025-08 → Present]  Java Backend Developer @ Topia Life Science
                     ├─ 3 production systems live in healthcare domain
                     ├─ 10,000+ active users served
                     ├─ 35% response time reduction via Redis caching
                     ├─ 40% faster deployments with Docker + Maven CI/CD
                     └─ 🏆 "Launch Excellence Team of 2025" recipient

$ ls -la skills/

⚡ Core Stack

Java Spring Boot Spring Security Microservices

🗄️ Databases & Messaging

PostgreSQL MySQL Redis Apache Kafka

🐳 DevOps & Tools

Docker Git Maven Linux Postman

🌐 Frontend (When Needed)

React Next.js JavaScript HTML5

🧠 Also Know

Python C++


$ git log --projects --oneline

🔴 LIVE  SafePhv-RI ──────── AI-Driven Pharmacovigilance Platform
         ├─ Stack : Spring Boot · AI/ML · PostgreSQL · Docker · Kafka
         ├─ Impact: 50% reduction in manual QA review time
         └─ Led backend for safety case analysis automation w/ AI pipelines

🔴 LIVE  Market-Access ───── UK Healthcare Intelligence Platform
         ├─ Stack : Spring Boot · PostgreSQL · Kafka · Redis · React/Next.js
         ├─ Users : 5,000+ NHS professionals across UK ICBs & healthboards
         └─ Report generation: 12s → 3s  (75% faster 🚀)

🔴 LIVE  PMS ─────────────── Project Management System
         ├─ Stack : Spring Boot · MySQL · Docker · Kafka · Redis
         ├─ Users : 5,000+ internal users
         └─ DB query time reduced 45% via JPA/Hibernate optimization

📂 OSS   E-Learning Platform ── Spring Boot · REST APIs · MySQL · Hibernate
         └─ Scalable student playlist & course access backend

📂 OSS   Smart Contact Manager ─ Spring Boot · Spring Security · Thymeleaf
         └─ Secure full-stack contact system with RBAC

$ top — github stats

GitHub Streak

$ cat architecture.md

MY SYSTEM DESIGN PHILOSOPHY
│
├── 🌐 Client Layer
│   └── REST / HTTP Requests
│
├── 🔐 API Gateway
│   ├── JWT / OAuth2 Authentication
│   └── Role-Based Access Control
│
├── ⚙️  Microservices  (Spring Boot)
│   ├── Service A  →  Business Logic
│   ├── Service B  →  Notification / Mail
│   └── Service C  →  Reporting / Analytics
│
├── 📨 Event Bus
│   └── Apache Kafka  →  Async Messaging
│
├── 🗄️  Data Layer
│   ├── PostgreSQL / MySQL  →  Persistence
│   └── Redis              →  Caching
│
└── 🐳 Infrastructure
    ├── Docker             →  Containerization
    ├── Maven CI/CD        →  Build Pipeline
    └── Zero-Downtime Deploy

$ cat achievements.txt

╔══════════════════════════════════════════════════════╗
║  🏆  Launch Excellence Team of 2025                  ║
║      Topia Life Science                              ║
║      "Outstanding performance & high-impact          ║
║       contributions in production systems"           ║
╠══════════════════════════════════════════════════════╣
║  ✅  Data Structures & Algorithms — HackerRank       ║
║  🎓  BCA Graduate — CGPA 8.5/10                      ║
║  📦  3 Production Apps Shipped (6 months)            ║
║  👥  10,000+ Users Served in Production              ║
╚══════════════════════════════════════════════════════╝

$ ping parth

Platform Handle
📧 Email parthpvekariya@gmail.com
💼 LinkedIn parth-vekariya7
💻 LeetCode parthvekariya4
🟢 HackerRank @parthvekariya781
📘 GeeksForGeeks parthvekagiia
📄 Resume Download PDF

> Currently shipping production code by day,
> solving DSA problems by night.
> Let's build something great together. 🚀

⭐ If you found my work useful, consider starring a repo!

Pinned Loading

  1. Cpp-Projects Cpp-Projects Public

    C++ Projects

    C++ 4 2

  2. DSA-all-Concept-Code DSA-all-Concept-Code Public

    DSA all Concept Code and Solving LeetCode Question

    C++

  3. Finacial_Management_System Finacial_Management_System Public

    it is Finacial Management System which using Java programming language related to Finacial department.

    Java 1

  4. Tech_Blog Tech_Blog Public

    Excited to share my latest project: TechBlog, a dynamic website built for tech enthusiasts to read, share, and engage with technical blogs. Here’s an in-depth look at the technologies and componen…

    Java 1

  5. Smart-Contact-Manager Smart-Contact-Manager Public

    Smart Contact Manager is a Spring Boot application that allows users to manage their contacts efficiently. It supports basic CRUD (Create, Read, Update, Delete) operations for contacts.

    HTML 1

  6. Expense_Tracker Expense_Tracker Public

    it is Expense Tracker System which using Java programming language related to manage and calculate Expense in Finacial Department.

    Java