Hi, I'mAnkush

  • Based in Chandigarh, India
  • Full Stack Developer

A Full-stack developer specializing in AI and real-time web applications. I transform complex challenges into efficient, production-ready solutions. My work is recognized at a national level for technical innovation.

Key Skills

TypeScriptReactNext.jsReact NativeJavaSQLSolidity

Services

  • Full Stack Development
  • Cross-Platform Apps
  • AI Feature Development
  • Web3 & Smart Contracts
  • Blockchain Workshops

Featured Projects

Feb 2025

OnLevel

AI-Powered Interview Engine

Next.jsTypeScriptFirebaseVapiGemini
AI Ready

Two Sum

Easy

Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.

Input: [2,7,11,15], target: 9 Output: [0,1]
Explain your approach
Discuss time complexity
Handle edge cases
def two_sum(nums, target):
    seen = {}
    
    for i, num in enumerate(nums):
        complement = target - num
        
        if complement in seen:
            return [seen[complement], i]
        
        seen[num] = i
    
    return []

AI Feedback

Dec 2024

Rewire

AI Feature Prediction System

ReactElectronJavaScriptFastAPITensorFlow

Rewire • Real-time Prediction Lab

Control Parameters
Temperature640°C
Cooling Rate5 °C/s
Extrusion Speed4 mm/s
Alloy Ratio (Si)1%
Adjust parameters to see live predictions.
Live Metrics
250.00250.00UTS (MPa)14.0014.00Elongation (%)50.0050.00Conductivity (MS/m)
UTS
250.0MPa
Conductivity
50.00MS/m
Elongation
14.00%

Awards & Highlights

Certifications

🎖️ The Complete JavaScript Course 2024: From Zero to Expert! – Udemy (Jonas Schmedtmann)
🎖️ Python for Everybody Specialization – Coursera (University of Michigan)
🎖️ Django for Everybody Specialization – Coursera (University of Michigan)
🎖️ Meta React Native Specialization – Coursera (Meta)
🎖️ Full Stack Web Dev, System Design & DevOps – Harkirat Singh Cohort 2.0
🎖️ The Ultimate React Course 2025: React, Next.js, Redux & More
🎖️ Blockchain using Ethereum and Polygon – Metacrafters (Top 3, $200 award, Proof-of-Work NFT)
🎖️ Meta Database Engineer Professional Certificate – Coursera (Meta)

Education

2022

B.E. in Computer Science

Chandigarh University, Punjab

Pursuing a comprehensive degree with a focus on software engineering, data structures, and algorithms.

  • ->CGPA: 7.64
  • ->Core coursework in Data Structures, Algorithms, and System Design.
  • ->Actively involved in hackathons and coding competitions.
Computer ScienceSoftware Engineering
2020

Senior Secondary (XII)

New Crescent School, H.P.

Completed senior secondary education with a focus on science and mathematics, building a strong analytical foundation.

  • ->Final Percentage: 88.6%
PhysicsChemistryMath
2018

Secondary (X)

New Crescent School, H.P.

Established a strong academic foundation in core subjects.

  • ->Final Percentage: 93.8%
General ScienceMathematics