gautam-11's Stars
ashishps1/awesome-low-level-design
Learn Low Level Design (LLD) and prepare for interviews using free resources.
karanpratapsingh/system-design
Learn how to design systems at scale and prepare for system design interviews
gautam-11/Event-Sourcing-Watcher-GoKafka
A watcher file written in golang following the event-driven-architecture that watches for new events in a file directory like creation of files and produces their content to kafka for storage .Later consumers subscribed to a specific topic can fetch data from kafka and store into mongodb/cassandra.
yanirs/established-remote
A list of established remote companies
zhanymkanov/fastapi-best-practices
FastAPI Best Practices and Conventions we used at our startup
mjhea0/awesome-fastapi
A curated list of awesome things related to FastAPI
InterviewReady/system-design-resources
These are the best resources for System Design on the Internet
gautam-11/DataStructures-Algorithms-CP
Solved problems on various data structures , algorithms and competitive programming in general.
vadimdemedes/google-images
Search for images using Google Images
prasadgujar/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.
h5bp/Front-end-Developer-Interview-Questions
A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.
codesONLY/JavaScriptONLY
Knowledge Resource of core fundamentals of JavaScript explained in simple way!
gautam-11/OCR-Webapp-React-Go
A webapp that extracts the text part from an uploaded image to a server making use of gosseract package.
denoland/deno
A modern runtime for JavaScript and TypeScript.
weyoss/redis-smq
A simple high-performance Redis message queue for Node.js.
miollek/Free-Elasticsearch-Books
moleculerjs/moleculer
:rocket: Progressive microservices framework for Node.js
saurass/codeplayer
An online judge system for competitive programming platform, The website is hosted on http://codeplayer.ninja
sumodirjo/engineering-blogs
A curated list of engineering blogs of startup and enterprise companies
raajtilaksarma/django-polls
Polling application built in Django.
lerna/lerna
Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.
DopplerHQ/awesome-interview-questions
:octocat: A curated awesome list of lists of interview questions. Feel free to contribute! :mortar_board:
javascript-tutorial/en.javascript.info
Modern JavaScript Tutorial
covid19india/covid19india-react
Tracking the impact of COVID-19 in India
disease-sh/API
API for Current cases and more stuff about COVID-19 and Influenza
vercel/swr
React Hooks for Data Fetching
amodm/api-covid19-in
COVID Rest API for India data, using Cloudflare Workers
dabit3/micro-frontend-example
Building Micro Frontends with React, Vue, and Single-spa
reduxjs/react-redux
Official React bindings for Redux
trekhleb/javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings