Competing at the National Level
Competing in the IPSC IT FEST brought together top student programmers and tech enthusiasts from schools across India. Participating in both the IT Quiz and the Senior Coding Challenge tested theoretical computer science knowledge alongside real-time coding execution.
In the Senior Coding Challenge, participants were given just 1 hour to build a complete application from scratch.
Building Under the Clock
- The Problem: Design and implement a typing speed measurement and analytical software package within 60 minutes.
- The Execution: Using Python, I built an interactive application that measured words-per-minute, calculated error distributions, and visualizing user speed fluctuations over time.
- The Result: Secured 3rd place in the Senior Coding Challenge and 1st place in the national IT Quiz across two competitive rounds.
Time-constrained coding competitions teach you to focus on core functionality, stable data handling, and clean code layout.
