Skip to content
View parteek1907's full-sized avatar

Highlights

  • Pro

Block or report parteek1907

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
parteek1907/README.md
Profile Banner

Hi, I'm Parteek Garg πŸ‘‹

CS & Data Science Student Β· Problem Solver

Typing SVG


πŸ§‘β€πŸ’» About Me

I'm a first-year B.Tech CSE (Data Science) student at NMIMS Chandigarh who builds production-grade full-stack applications β€” not just tutorials or CRUD apps.

I focus on systems that solve real problems: credibility verification platforms, DNA data storage simulators, and academic tracking tools. Each project I ship uses a modern, typed stack with proper architecture, security, and deployment.

My approach is simple β€” pick a real problem, design the right system for it, and build it properly from day one.

  • πŸ—οΈ Currently building full-stack TypeScript applications with Node.js, React, and Supabase
  • 🧠 Deepening knowledge in RAG pipelines, deterministic scoring systems, and AI/ML fundamentals
  • πŸ“ Focused on clean architecture, type safety, and reproducible systems
  • πŸ“ Based in Chandigarh, India

πŸš€ Featured Projects

πŸ” Veralon

Credibility Intelligence Platform

RAG-based claim verification system that evaluates any input β€” text, URL, PDF, or image β€” against up to 30 deduplicated sources using a deterministic 8-component, 100-point scoring engine.

  • 13-step V3 institutional pipeline (max 2 LLM calls)
  • GDELT + Google News RSS + 40+ government domains
  • SHA-256 audit hash on every report
  • Auth0 Β· Supabase RLS Β· Groq Β· Drizzle ORM

TypeScript React Node.js Express Supabase Groq

🧬 DNA Encoding

DNA Data Storage Simulator

Interactive full-stack simulator for DNA-based digital data storage. Encode text into A/T/C/G sequences with configurable base mappings and visualize the animated double helix in real time.

  • Custom binary β†’ DNA encoding algorithm
  • Framer Motion animated SVG helix
  • Save & load simulation presets
  • In-memory fallback (zero-setup)

TypeScript React Node.js Vite Tailwind Framer Motion

πŸ“˜ CampusCare

Academic Tracking Platform

Student-focused academic management platform built with pure Vanilla TypeScript β€” no framework, no backend, no cloud database. Tracks attendance, calculates CGPA, and simulates what-if scenarios.

  • Custom calendar (built from scratch, no library)
  • What-If attendance simulation (non-destructive)
  • jsPDF academic report export
  • Multi-semester support with data migration

TypeScript Vite Auth0 localStorage jsPDF Playwright

πŸ”§ More Coming Soon

Always Building

Currently focused on deepening expertise in:

  • Machine learning fundamentals & model training
  • Data pipelines and structured retrieval systems
  • System design patterns for scalable backends
  • Contributing to open-source projects

Watch this space β†’ ⭐


πŸ› οΈ Tech Stack

Languages

TypeScriptΒ  JavaScriptΒ  PythonΒ  JavaΒ  C

Frontend

ReactΒ  ViteΒ  Tailwind CSSΒ  HTML5Β  CSS3

Backend & Database

Node.jsΒ  ExpressΒ  SupabaseΒ  PostgreSQLΒ  Drizzle

Tools & Platforms

Auth0Β  GroqΒ  GitΒ  NetlifyΒ  VercelΒ  Playwright


🌐 Connect

GitHubΒ  LinkedInΒ  Twitter / XΒ  InstagramΒ  LeetCodeΒ  Email


"Code is like humor. When you have to explain it, it's bad." β€” Cory House

Profile Views

Popular repositories Loading

  1. parteek1907 parteek1907 Public

    GitHub profile of Parteek Garg β€” CS & Data Science student at NMIMS Chandigarh building production-grade full-stack systems with TypeScript, React, Node.js, and Supabase.

  2. Veralon Veralon Public

    Deterministic RAG-based credibility verification platform with multi-source retrieval, structured evidence clustering, and transparent scoring.

    JavaScript

  3. CampusCare CampusCare Public

    CampusCare – A student academic tracking platform built using Design Thinking principles to provide structured visibility into attendance and performance.

    TypeScript

  4. DNA-Encoding DNA-Encoding Public

    🧬 Interactive full-stack simulator for DNA-based data storage. Encode text into A/T/C/G sequences with custom base mappings, visualize the animated double helix, decode binary back to text, and sav…

    TypeScript