Pinned Repositories
A-bit-racey
Aakanksha-Health-Care-Services-Website
AlgoHack
Fast and optimized logics for almost all data structures and algorithm types without use of STL. Also has some interesting DsAlgo problems with solutions.
backend-assignment
Backend API for an Invoice App
BlogFever-API
A Rest API with full backend architecture for a blogging site having cutting edge error handling.
ExternshipProject-API
A Rest API with full back-end architecture for a social media app with each API call tested (with POSTMAN) and every possible error handled with proper JSON response for each error.
Multiplayer-PingPong
Ping Pong made interesting with multiplayer functionality. Has vsCPU and vsPlayer mode.
RoastBot
A facebook messenger bot that can roast you sometimes. Please don't feel bad because it probably doesn't care.
TheGenerics
Performance focused e-commerce app with some interesting cart features. Runs on a fast and optimized backend.
youtube-latestVideos-api
Api to get the latest videos from youtube for a predefined search. Uses next api-key if current quota gets exhausted.
shubhamjha03563's Repositories
shubhamjha03563/RoastBot
A facebook messenger bot that can roast you sometimes. Please don't feel bad because it probably doesn't care.
shubhamjha03563/A-bit-racey
shubhamjha03563/Aakanksha-Health-Care-Services-Website
shubhamjha03563/AlgoHack
Fast and optimized logics for almost all data structures and algorithm types without use of STL. Also has some interesting DsAlgo problems with solutions.
shubhamjha03563/backend-assignment
Backend API for an Invoice App
shubhamjha03563/BlogFever-API
A Rest API with full backend architecture for a blogging site having cutting edge error handling.
shubhamjha03563/ExternshipProject-API
A Rest API with full back-end architecture for a social media app with each API call tested (with POSTMAN) and every possible error handled with proper JSON response for each error.
shubhamjha03563/Multiplayer-PingPong
Ping Pong made interesting with multiplayer functionality. Has vsCPU and vsPlayer mode.
shubhamjha03563/TheGenerics
Performance focused e-commerce app with some interesting cart features. Runs on a fast and optimized backend.
shubhamjha03563/youtube-latestVideos-api
Api to get the latest videos from youtube for a predefined search. Uses next api-key if current quota gets exhausted.
shubhamjha03563/CSS-for-Beginners---Bikes-Website
All files for the CSS for beginners tutorial series.
shubhamjha03563/E-Fashion
shubhamjha03563/EmailMicroService
Microservice to send email
shubhamjha03563/git-101-boilerplate
Simple boilerplate to show how to use git with Github on @lewagon setup day.
shubhamjha03563/google-keep-clone
shubhamjha03563/Introduction-to-Web-Development
shubhamjha03563/InvoiceBuild-API
Rest API for an Invoice App
shubhamjha03563/shubhamjha03563
Config files for my GitHub profile.
shubhamjha03563/SnakeGame-OOPsVersion
An OOPS (Object-Oriented-Programming) based approach of making snake game with real time score display.
shubhamjha03563/SudokuSolver-Algo
An algorithm for solving any sudoku board in the world with use of backtracking.
shubhamjha03563/Tetris-game