Ishtmeet Singh's repositories
learn-nodejs-hard-way
Learn NodeJS and master the art of server-side programming by creating a backend framework with 0 dependencies.
learn-javascript-easy-way
Learn JavaScript with easy-to-follow annotated code examples.
rust-framework-bench
Benchmarking utility to test the performance of backend servers, written in Rust.
ball_animation_canvas
Animating hundreds of balls using HTML 5 canvas element + Javascript, with special effects on hovering.
bits-and-bytes
Some cool bit manipulation tricks
news-pubsub
A distributed news letter service like MailChimp written in Rust.
fractal-trees
#Fractal trees using p5.js
maze-generator
A maze generator using javascript to generate maze out of pure boxes.
object-is-polyfill
An Object.is() polyfill implementation for older browser support.
PrimsAlgorithm_Illustration
Minimum spanning tree challenge solved using Prim's algorithm in Javascript.
snakeGame_JS
Snake game in pure javascript. This one is quite challenging, and has a meter + comments to make it interactive.
url_shortner
A basic url-shortner app made with React, Express.js and MongoDB