Pinned Repositories
Algorithms-Data-Structures-Library
Collection of commonly used algorithms and Data Structures in the programming contests
Awesome-Software-Engineering-Interview
Low Level Design and System Design Notes
Bloggers.io
Its a fully functional Blogapp built using Node.js,Expressjs and MongoDB that uses RESTful routes and CRUD functionalities to allow the users to view a list of posts, create new posts and read more details of a posts, even edit and delete their posts. And finally the app is deployed in Heroku
competitive-programming
My code submissions to problems on various Competitive Programming platforms and Competitions such as CodeForces,Codechef,Hackerrank,Facebook-Hacker-Cup
Data-Structures-Algorithms
A one stop solution to ace your next coding interview 👨💻
educative.io_courses
this is downloadings of all educative.io free student subscription courses as pdf from GitHub student pack
gfg_dsa
Codes and solutions to the problems in Geeks For Geeks DSA course
Movie-Search-API-Project
A simple movie search engine web application built using Node.js, Expressjs and OMDB API that fetches movie details searched by the user such as title, genre, a brief plot and IMDB rating of the movie as an API response in JSON for the searched movie. And finally the app is deployed in AWS EC2
Paysafe_Checkout_CardPayment_Integration_Task
Paysafe Checkout Card Payment Integration allows users to make payments with saved cards
YelpCamp
A Nodejs full-stack web-application
watan2196's Repositories
watan2196/Algorithms-Data-Structures-Library
Collection of commonly used algorithms and Data Structures in the programming contests
watan2196/Bloggers.io
Its a fully functional Blogapp built using Node.js,Expressjs and MongoDB that uses RESTful routes and CRUD functionalities to allow the users to view a list of posts, create new posts and read more details of a posts, even edit and delete their posts. And finally the app is deployed in Heroku
watan2196/competitive-programming
My code submissions to problems on various Competitive Programming platforms and Competitions such as CodeForces,Codechef,Hackerrank,Facebook-Hacker-Cup
watan2196/Movie-Search-API-Project
A simple movie search engine web application built using Node.js, Expressjs and OMDB API that fetches movie details searched by the user such as title, genre, a brief plot and IMDB rating of the movie as an API response in JSON for the searched movie. And finally the app is deployed in AWS EC2
watan2196/YelpCamp
A Nodejs full-stack web-application
watan2196/Awesome-Software-Engineering-Interview
Low Level Design and System Design Notes
watan2196/Data-Structures-Algorithms
A one stop solution to ace your next coding interview 👨💻
watan2196/educative.io_courses
this is downloadings of all educative.io free student subscription courses as pdf from GitHub student pack
watan2196/gfg_dsa
Codes and solutions to the problems in Geeks For Geeks DSA course
watan2196/Paysafe_Checkout_CardPayment_Integration_Task
Paysafe Checkout Card Payment Integration allows users to make payments with saved cards
watan2196/Leetcode
Solutions to Leetcode Easy,Medium Hard Problems
watan2196/Low-Level-Design
Low Level Designs of common data structures. These designs keep concurrency control, latency and throughput in mind. We use design patterns where applicable to make the code readable, extensible and testable.
watan2196/low-level-design-1
Resources to learn Low-level System Design and prepare for Low-level design (LLD/Machine Coding) Interviews
watan2196/low-level-design-primer
Dedicated Resources for the Low-Level System Design. Learn how to design and implement large-scale systems. Prep for the system design interview.
watan2196/react-todo-list
A simple todo list application built using reactJS
watan2196/System-Design
System design concepts and implementations (includes high-level design, low-level design, microservices, etc.)
watan2196/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
watan2196/SystemDesignInterviews
TODO
watan2196/Twiiter_Clone
watan2196/watan2196
watan2196/watan2196.github.io
Destiny's Dice
watan2196/WeatherApp
A simple web application built using Node.js, Expressjs and OpenWeather API that fetches the weather data such as max/min temp, wind velocity, a brief description of the weather as an API response in JSON for a searched location by the user. And finally the app is deployed in Heroku .
watan2196/yelp-camp-refactored
Refactor of YelpCamp project with Express JS