K S
Home About Works Contact

Kanishk Sigar

Building products for the web and beyond.

Final-year Computer Science student working across full-stack development, cybersecurity, and research.

Now / Building SHADE, an explainable hybrid IDS for zero-day detection Β· Open to Fall 2026 internships
Kanishk Sigar
πŸŽ“
B.Tech CSE
Graphic Era Hill University

Code, Build,
Learn, Repeat.

I’m a CS undergrad at Graphic Era Hill University, Dehradun (2023-2027), building full-stack applications, experimenting with AI-powered tools, and exploring software engineering beyond the surface.

My interests span web development, cybersecurity, cloud technologies, and creating projects that solve real problems through clean, thoughtful engineering.

Outside the IDE, I write technical documentation, create content for student communities, and explore ideas at the intersection of technology and creativity.

Always learning. Always building.

JavaScript TypeScript Python Java C++ React Next.js Node.js Express Flask Tailwind CSS AWS S3 Git Cybersecurity
7+ Active Projects Live on GitHub
6+ Languages JS Β· TS Β· Python Β· Java Β· C++ Β· C
8+ Certifications AWS Β· Cloud Β· AI Β· Security

Things I've
Been Building

All Projects β†’
01 C++ Β· Compilers

Lively

A statically typed procedural language built from scratch - lexer, parser, three-address code, bytecode compiler, and a stack-based virtual machine.

fn fib(n: int) -> int {
  if n < 2 { return n; }
  return fib(n-1) + fib(n-2);
}
// β†’ TAC β†’ bytecode β†’ VM
02 FastAPI Β· Next.js Β· AWS Β· Cryptography

ArgonVault

A zero-knowledge encrypted file vault. Argon2id derives keys in the browser; AES-256-GCM encrypts files before they leave; ciphertext goes to S3 via presigned URLs. The server cannot read your files, filenames, or password.

argonvault - bash
$ argonvault auth derive
β†’ argon2id(64MiB, 3, 1) βœ“
$ argonvault encrypt ./file.pdf
β†’ AES-256-GCM βœ“ PUT β†’ s3://… 200
03 PHP Β· MySQL Β· Internship

CharterDesk

A structured charter-party negotiation and document-generation tool for maritime fixture deals, built during my internship at Integrated Maritime Exchange. Two parties negotiate ~38 fixture terms in versioned offer/counter rounds, lock what they agree on, and export a finished Charter Party or recap as HTML or PDF. Includes an AI assist that explains CP terms, drafts clauses, and flags risky offers.

βš“
Fixture Β· MV Aurora
Negotiating
Owner: Freight USD 14.50/mt - firm offer
Charterer: Counter 13.75/mt, laycan 12-18 Jun
Draft rider clause…
04 TypeScript Β· LegalTech

LexMap

Converts unstructured legal judgment text into an interactive reasoning graph - making complex case logic navigable, traceable, and easier to study.

Facts Issue Rule Holding
05 Django Β· PostgreSQL Β· LegalTech

CaseHarbor

A role-based legal case-management system - cases, appointments, lawyers and clients on a normalised PostgreSQL core. Access is enforced at the query level for three roles (Admin, Lawyer, Client), not just hidden in the UI. Self-service sign-up, search, tests & CI.

caseharbor - manage.py
$ python manage.py runserver
β†’ Django Β· PostgreSQL βœ“ Β· 3 roles, 5 tables
β€Ί GET /dashboard/ Β· role=client
β†’ WHERE client.user_id = ? (query-scoped) βœ“
06 JavaScript Β· GraphQL Β· C++

GitPulse

A client-side GitHub analytics dashboard. Enter any username to see a contribution heatmap, language breakdown, coding patterns, streaks and pinned repos - all fetched and rendered in the browser, with an optional C++ proxy so visitors never need a token.

Also built

Where I've Worked

Professional Experience

Oct 2025 - Nov 2025

Full Stack Developer Intern

Integrated Maritime Exchange (IME) Β· Dehradun

Worked on API-based and backend features for internal tools. Supported data workflows and simple AI-assisted modules, and collaborated with the team on integrations and updates.

Jul 2025 - Present

Operations Intern

TBI GEU Β· Dehradun

Supporting the execution of major innovation and entrepreneurship programs through clear planning and structured coordination. Leading student teams during events and managing on-ground flow, movement, and transitions.

Leadership & Community

⚑
Aug 2025 - Present

Events Lead

IEEE Student Branch, GEHU

Planning and executing IEEE workshops, technical sessions, and large-scale campus events. Directing volunteer operations across multiple programs.

✎
Jul 2025 - May 2026

Content Cell Head

NSS GEHU

Heading the Content Cell - creating structured documentation for drives, events, and outreach. Keeping teams aligned through clear information flow.

Certifications

🧠
AWS AI Practitioner Learning Plan
AWS Training & Certification
✨
Developing Generative AI Solutions
AWS Training & Certification
πŸ“Š
Developing Machine Learning Solutions
AWS Training & Certification
☁️
A Practical Introduction to Cloud Computing
EC-Council
πŸ›‘
Career Essentials in Cybersecurity
Microsoft & LinkedIn
πŸŽ“
TCS iON Career Edge - Young Professional
TCS iON
πŸ€–
Introduction to Responsible AI
Google Cloud
🌐
World Summit on Disaster Management 2025
Participant
Tools & Technologies
β–²
Next.js
Frontend
🟒
Node.js
Backend
πŸ“˜
TypeScript
Web
🐍
Python
Automation
βš™οΈ
C++
Systems
🐬
MySQL
Database
☁️
AWS
Cloud
🌿
Git
Version Control

Let's Build Something
Together

I'm open to internships, collaborative projects, and conversations about code, AI, or anything in between. Drop a line - I read everything.