Skip to content
View Vishrut99's full-sized avatar
  • Motadata
  • Ahemdabad

Highlights

  • Pro

Block or report Vishrut99

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
Vishrut99/README.md

Typing SVG


Profile Views Followers


> whoami

package main

import "fmt"

type Developer struct {
    Name      string
    Location  string
    Education string
    Current   string
    Building  string
    Languages []string
    Goal      string
}

func main() {
    me := Developer{
        Name:      "Vishrut Lathiya",
        Location:  "Ahmedabad / Surat, Gujarat, India 🇮🇳",
        Education: "B.E. Computer Engineering — Final Year",
        Current:   "SDE Intern @ Motadata",
        Building:  "360 Feedback Platform (Full Stack, Production)",
        Languages: []string{"Java", "Go", "JavaScript", "TypeScript", "C"},
        Goal:      "Land a great full-time SDE role & keep building cool things",
    }
    fmt.Println("Hello, World! I'm", me.Name)
}

> cat current_mission.txt

╔══════════════════════════════════════════════════════════════╗
║  🏢  SDE Intern @ Motadata, Ahmedabad                       ║
║                                                              ║
║  🔨  Building: 360-Degree Employee Feedback Platform         ║
║      A production-grade HR tool for 300-400 employees        ║
║                                                              ║
║  ⚡  Stack:  Node.js · Express · React 18 · TypeScript       ║
║              PostgreSQL · Supabase · better-auth             ║
║                                                              ║
║  🎯  Features I own:                                         ║
║      → Role-Based Access Control (IC / TM / HOD / CXO)      ║
║      → Score Calculation Engine                              ║
║      → Anonymous Peer Feedback System                        ║
║      → Survey Assignment Pipeline                            ║
║      → PDF & CSV Report Generation                           ║
╚══════════════════════════════════════════════════════════════╝

> ls -la skills/

💻 Languages

Java Go JavaScript TypeScript C HTML5 CSS3

⚛️ Frontend

React TailwindCSS shadcn/ui Vite

🔧 Backend

Node.js Express.js

🗄️ Database & Cloud

PostgreSQL Supabase

🛠️ Tools

Git GitHub VS Code Postman


> git log --all --oneline

# 🚀 Project 📝 What it does 🔧 Stack 🔗
1 360 Feedback Platform Production HR tool — RBAC, score engine, anonymous peer reviews, PDF/CSV reports Node.js · React · TS · PostgreSQL 🔒 Private @ Motadata
2 Pawn Prime Gold Loan Management System — complete digital pawn shop & lending operations Full Stack
3 DS_GOLANG Data Structures implemented from scratch in Go Go
4 goLang Go language learning, experiments & programs Go
5 Seren Meditation Calming meditation web app with ambient UI HTML · CSS · JS
6 Resume Maker Dynamic resume builder — fill in details, get a polished PDF JavaScript
7 Pharmacy Management Full inventory + user management with admin controls & low-stock alerts Java
8 ACPC Admission System College admission portal system Java
9 Task Manager Clean to-do list app with task tracking & prioritization Java
10 Tic Tac Toe Two-player game with win detection on a 3×3 grid Java
11 Prim's Algorithm Minimum Spanning Tree via Prim's algorithm Java
12 OpenSource w/ ACM Hacktoberfest 2025 — open source contributions with ACM C
13 ResumeBuildATS ATS-optimized resume builder (open source contribution) JavaScript
14 Lisbook Collection of favourite books — open source contribution HTML

> cat github_stats.json

GitHub Streak


> tail -f activity.log

GitHub Activity Graph


> cat achievements.log

[✓] Pull Shark Achievement Unlocked — GitHub
[✓] GitHub Pro — Active
[✓] Hacktoberfest 2025 — Contributed to ACM Open Source
[✓] Built & shipped production software @ Motadata
[✓] Built a Gold Loan Management System (Pawn Prime)
[✓] Learning Go — implementing DS from scratch
[✓] Contributed to 3+ open source repositories
[~] Actively seeking full-time SDE role (2025)...

> ping vishrut --connect

LinkedIn GitHub Email


💼  Open to full-time SDE roles — 2025 graduate
📍  Ahmedabad · Surat · Remote · Hybrid — flexible!
⚡  Response time: usually within 24 hours
🤝  Let's build something great together

 ________________________________________________
< "First, solve the problem. Then, write code."  >
 ------------------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

⭐ If any of my projects helped or inspired you — a star means the world! ⭐

Pinned Loading

  1. Seren_Meditation Seren_Meditation Public

    HTML 1

  2. Task_Manager Task_Manager Public

    Todo list

    Java

  3. Tic-Toc-Toe-game-in-java Tic-Toc-Toe-game-in-java Public

    The Tic Tac Toe game allows two players to compete against each other on a 3x3 grid. Players take turns placing their respective symbols (X or O) on the board. The game continues until one player g…

    Java

  4. Resume_Maker Resume_Maker Public

    JavaScript 1

  5. Pharmacy-Management-System-java Pharmacy-Management-System-java Public

    User Management: Admins can create and manage user accounts for staff. Inventory Management: Users can add, update, and remove medicines, with alerts for low stock.