"Code is like humor. When you have to explain it, it's bad." – Cory House
⭐ From yuvrajkarna2717 with ❤️
"Code is like humor. When you have to explain it, it's bad." – Cory House
⭐ From yuvrajkarna2717 with ❤️
A modern, lightweight custom React hooks library 🚀
Build a system that efficiently suggests the frequent words matching a given prefix, similar to how search engines or mobile keyboards suggest completions as you type.
C++
The Sorting Visualizer is an interactive web-based tool that visually demonstrates how popular sorting algorithms work in real-time. It animates the step-by-step process of sorting an array, helpin…
TypeScript
ScrapeBackend is a backend API service that scrapes data from https://books.toscrape.com/ and serves it in structured JSON format. Built with Node.js and Express, it allows users to trigger real-ti…
JavaScript
This repository implements Parallel Merge Sort using multithreading to speed up the sorting process. By dividing the array into smaller subarrays and sorting them concurrently, the algorithm levera…
C++
This is my developer profile repository, showcasing who I am, what I build, and what I care about. It includes my personal portfolio site built with modern web technologies and highlights my projec…
TypeScript