Pinned Repositories
JavaScript-Interview-Questions
This repository serves as a valuable resource for both aspiring developers and experienced professionals looking to ace JavaScript-focused interviews.
leet-commit
LeetCommit is a browser extension that allows users to quickly commit their leetcode problem;s code to their GitHub repositories directly from their browser. The extension is compatible with most modern browsers, including Chrome, Firefox, and Safari.
Netflix-Clone-with-React
This is a Netflix frontend clone created using ReactJS and CSS for styling. It was one of the first projects I created while learning web development.
rate-limiter
This middleware allows rate limiting of incoming requests to an NodeJS/Express application by tracking the number of requests made by an IP address within a specified time window. Redis is used as a data store to track the number of requests and expiration of the rate limiting key.
react-js-interview-questions
A list of React Interview Questions that I personally I feel are enough to cover for all types of React based interviews.
remote-code-executor
This remote code executor is a web application that allows users to write and execute Python and Go code in a web-based environment.
SoftArc
SoftArc is a reverse engineering tool I built as a Final Year Project that simplifies the visualisation of Java, C++, and C# source code files by generating a class diagram.
sudoku-solver
A web application that allows you to solve a Sudoku puzzle using a backtracking algorithm. The goal of this application is to help you visualize how the backtracking algorithm works to solve the puzzle.
Youtube-Projects
This repository contains all the code I use in my YouTube tutorials.
rabi-siddique's Repositories
rabi-siddique/Youtube-Projects
This repository contains all the code I use in my YouTube tutorials.
rabi-siddique/Gmail-Clone-With-React
rabi-siddique/MyFiles
rabi-siddique/Python-Projects