abhinav5481's Stars
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
getify/You-Dont-Know-JS
A book series on JavaScript. @YDKJS on twitter.
airbnb/javascript
JavaScript Style Guide
goldbergyoni/nodebestpractices
:white_check_mark: The Node.js best practices list (July 2024)
gothinkster/realworld
"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more
sudheerj/reactjs-interview-questions
List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!
sudheerj/javascript-interview-questions
List of 1000 JavaScript Interview Questions
krishnadey30/LeetCode-Questions-CompanyWise
Contains Company Wise Questions sorted based on Frequency and all time
twowaits/SDE-Interview-Questions
Most comprehensive list :clipboard: of tech interview questions :blue_book: of companies scraped from Geeksforgeeks, CareerCup and Glassdoor.
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.
kumaransg/LLD
Curated Collection of all Low level design Questions and implementation asked in major Tech companies , Get yourself prepared for the LLD round and ace the interview.
jobream/Leetcode-Company-Wise-Problems
This is a repository containing the list of company wise questions available on leetcode premium. Every pdf file in this repository corresponds to a list of questions on leetcode for a specific company based on the leetcode company tags.
sharanyaa/grok_sdi_educative
Grokking the System Design Interview Course
InterviewReady/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.
zzhutianyu/educative.io_courses
this is downloadings of all educative.io free student subscription courses as pdf from GitHub student pack
notescs/notes
Notes on OOPS and Computer Networks
absognety/Interview-Process-Coding-Questions
Interview coding questions and experiences for several companies merged into one repository
anyulu/grokking-the-coding-interview
my solutions for grooking the coding interview. Link: https://www.educative.io/courses/grokking-the-coding-interview
Vip5in/educative.io_courses
singhsanket143/Ds-Algo-Notes
ashleydavis/sql-to-mongodb
A Node.js script to convert an SQL table to a MongoDB database.
sladyn98/SRE-SWE-Notes
This repository is a collection of my SRE notes. As I learn I will keep updating this repository
martinslabber/pysql2mongo
Python functions to convert SQL query to mongo query
sandoche/Hacking-cheatsheet
📑 A collection of cheatsheets for pentesting tools
abhishekkumar08/Darpan-video-chat-app
A video chat web app built with react js and socket.io which uses web rtc api to communicate the audio and video.
mihir20/browser-controller
server implementation for controling browser on a server for Browserstack machine coding round 2
mihir20/tail-command
tail command implementation for Browserstack machine coding round 1
shankarmattigatti/read-last-line
Read the last N lines of a file efficiently using node.js