Skip to content
View samarthgalhe89's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report samarthgalhe89

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
SamarthGalhe89/README.md

✦   Samarth Galhe   ✦

< Full-Stack Developer />  ·  { AI Enthusiast }

Typing SVG


Gmail LinkedIn GitHub

Profile Views Followers


const samarth = { ... }

const samarth = {
  name     : "Samarth Galhe",
  role     : "Full-Stack Developer & AI Enthusiast",
  location : "India 🇮🇳",
  email    : "samarthgalhe9@gmail.com",

  stack: {
    languages : ["JavaScript", "TypeScript", "Python", "C++", "C"],
    frontend  : ["React.js", "Next.js", "TailwindCSS", "HTML5", "CSS3"],
    backend   : ["Node.js", "Express.js", "REST APIs", "JWT", "bcrypt", "Prisma"],
    databases : ["MongoDB", "PostgreSQL", "MySQL"],
    tools     : ["Git", "Vercel", "Render", "Postman", "Cloudinary", "OpenCV"],
  },

  currently: {
    building : "Scalable full-stack apps with clean architecture",
    learning : ["Microservices", "Event-Driven Architecture", "MLOps", "Docker"],
    open_to  : ["Collaborations", "Internships"],
  },

  status    : "ONLINE ✅",
  uptime    : "since 2003",
  get motto() {
    return "Build things that scale, systems that last, products that matter.";
  },
};

import { skills } from './arsenal'

JavaScript TypeScript Python C++ C

React Next.js TailwindCSS HTML5

Node.js Express JWT Prisma

MongoDB PostgreSQL MySQL

Git Vercel Postman OpenCV Streamlit


projects.map(p => <Card key={p.id} {...p} />)

🔖 Project 💡 What it does ⚡ Stack 🔗
🎞️ cloudframe-studio AI media SaaS — auto-crops & compresses videos for social formats. 90% file size reduction via Cloudinary gravity detection. Next.js · TS · PostgreSQL Live Repo
🔑 nextjs-auth-system Complete auth — JWT + bcrypt, signup/login/reset, route-level protection. Plug into any SaaS or e-commerce app. Next.js · MongoDB · JWT Live Repo
📊 github-analytics-dashboard Visualises GitHub profile & repo stats — languages, commits, activity heatmap. React · GitHub API · Recharts Repo
🔐 encryption-system End-to-end encrypted file manager with PIN-locked document access — built for hospitals. MERN · JWT Repo
😶 autofaceblur Detects and blurs faces in video using OpenCV + Haar Cascade. Browser-based upload, adjustable blur. Python · OpenCV · Streamlit Repo
fastify High-performance REST API playground while learning the Fastify framework. JS · Node.js · Fastify Repo

samarth.skills.forEach(s => s.level++)

const skillDiagnostics = {
  "Full Stack Dev" : { level: 80, status: "ONLINE ✅"  },
  "ML / AI"        : { level: 60, status: "LOADING ⚡" },
  "System Design"  : { level: 75, status: "ACTIVE  🔥" },
  "Clean Arch"     : { level: 88, status: "NOMINAL ✅" },
  "Problem Solving": { level: 95, status: "PEAK    🚀" },
};

// Progress bars
// [Full Stack Dev]  ████████████████░░░░  80%   ONLINE ✅
// [ML / AI]         ████████████░░░░░░░░  60%   LOADING ⚡
// [System Design]   ███████████████░░░░░  75%   ACTIVE  🔥
// [Clean Arch]      █████████████████░░░  88%   NOMINAL ✅
// [Problem Solving] ███████████████████░  95%   PEAK    🚀

await Promise.all([ stats(), streak(), graph() ])



GitHub Streak

throw new Error('not_connecting? fix_that')

const contact = {
  email    : "samarthgalhe9@gmail.com",
  linkedin : "linkedin.com/in/samarth-galhe",
  github   : "github.com/SamarthGalhe89",
  phone    : "+91-9075921797",
  status   : "open to collabs & internships 🟢",
};

Email LinkedIn GitHub


Build things that scale, systems that last, products that matter.

Pinned Loading

  1. cloudframe-studio cloudframe-studio Public

    A creator-friendly media hub that turns heavy files into optimized, share-ready assets. CloudFrame Studio auto-previews, auto-compresses, and organizes your media smoothly. Perfect for portfolios, …

    TypeScript 2

  2. autofaceblur autofaceblur Public

    AutoFaceBlur – An AI-powered tool to detect and blur faces in videos for privacy protection, built with OpenCV + Streamlit.

    Python

  3. nextjs-auth-system nextjs-auth-system Public

    Full stack authentication system with signup, login, forgot password, reset password, and protected routes using Next.js

    TypeScript 1

  4. ai-resume-analyzer ai-resume-analyzer Public

    An AI-powered resume scanner using React Router 7 and Puter.js to provide instant ATS scores and expert feedback for job seekers.

    JavaScript

  5. devtrace devtrace Public

    You write the code. We run the forensics. A ruthless analytics dashboard for your GitHub legacy.

    TypeScript

  6. encryption-system encryption-system Public

    A privacy-driven file management system featuring end-to-end encryption and PIN-locked document access. Built for hospitals that require safe, compliant handling of confidential records.

    JavaScript