Home About Works Contact
Open to internships & collaborations

Kanishk Sigar
Student Developer.

Hey — I'm Kanishk. CS undergrad focused on full-stack development, AI, and cybersecurity.

Now / Writing a stack-based VM for Lively · Diving deep into DSA · Open to summer 2026 internships
Kanishk Sigar
KS
🎓
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
5+ Certifications Cybersecurity, AI & more

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 Python · AWS · Security

s3-secure-vault

A CLI-based secure file vault. Encrypts files locally and uploads them to AWS S3 — fetch and decrypt on demand, with keys that never leave your machine.

vault — zsh
$ vault encrypt notes.pdf
✓ encrypted → notes.pdf.enc
$ vault push s3://kvault
✓ uploaded to S3 (AES-256)
03 AI · Chat · Internship

IME AI Chat

A web-based AI chat assistant built during my internship at Integrated Maritime Exchange. Conversational queries against internal tools and data, with an LLM-powered backend.

IME Assistant
Online
Show me last week's vessel transit summary
Transit volume up 14% w/w. Generating chart…
Ask anything…
04 TypeScript · LegalTech

Legal Reasoning Explorer

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

Facts Issue Rule Holding
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 Executive

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

🛡
Career Essentials in Cybersecurity
Microsoft & LinkedIn
🎓
TCS iON Career Edge — Young Professional
TCS iON
🤖
Introduction to Responsible AI
Google Cloud
Getting Started with Java
LinkedIn Learning
🌐
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.