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/agoric-counter-contract
rabi-siddique/agoric-get-counter-contract
rabi-siddique/agoric-sdk
monorepo for the Agoric Javascript smart contract platform
rabi-siddique/api
rabi-siddique/backend-golang
This repository is just me learning how to set up a basic server in Golang.
rabi-siddique/backend-golang-gin
This repository is just me learning how to set up a basic server in Gin Framework in Golang.
rabi-siddique/basic-smart-contracts-agoric
rabi-siddique/blockchain-ts
rabi-siddique/bundling-with-vite
Experimenting with Vite and Github Pages
rabi-siddique/chat-firebase
A chat app built with Firebase and Next.js, allowing users to sign in with Google and send or receive messages in real-time.
rabi-siddique/chat-with-documents
rabi-siddique/cosmos-axelar-relayer-setup
rabi-siddique/cosmos-to-evm
rabi-siddique/d3-experiments
rabi-siddique/drm
The drm script is a productivity tool for Docker users, designed to simplify container removal. Instead of copying container IDs from docker ps output, users can remove a container by specifying its sequence number in the list.
rabi-siddique/experiment-js-doc
Experimenting with JSDoc
rabi-siddique/firebase-functions-playground
A repository where I explore and experiment with Firebase Functions.
rabi-siddique/postgreSQL
rabi-siddique/publish-npm-package
A simple guide to publishing an NPM Package and automating it with Github Actions and release-it
rabi-siddique/PY-JS-GO-Modules
This repo compares how module works in Python, JavaScript and Golang.
rabi-siddique/Rabi-Cache
Welcome to Rabi Cache, a personal project aimed at creating an in-memory cache similar to Redis. In the current implementation, users can insert, add, delete, and update data in the cache by interacting with the commandline.
rabi-siddique/rs-agoric-ibc-relayer
rabi-siddique/rs-causeway
rabi-siddique/rs-dapp-econ-gov
Governance UI for Inter Protocol economic committee
rabi-siddique/rs-dapp-inter
User application for Agoric Inter Protocol—Vaults, BLD Boost, Liquidations, etc.
rabi-siddique/rs-dapp-offer-up
rabi-siddique/rs-dapp-psm
UI for Inter Protocol PSM
rabi-siddique/rs-wallet-app
Site for wallet.agoric.app
rabi-siddique/synpress
Synpress is e2e testing framework based on Cypress.io and playwright with support for metamask.
rabi-siddique/todo-cli
This command-line tool helps you manage a list of todo items. It allows you to add, remove, edit and view todos using a simple CLI interface.