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
AI Ready
Two Sum
EasyGiven 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
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
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