VishvaP's Stars
ByteByteGoHq/system-design-101
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
twitter/the-algorithm
Source code for Twitter's Recommendation Algorithm
zylon-ai/private-gpt
Interact with your documents using the power of GPT, 100% privately, no data leaks
ReactiveX/RxJava
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
DovAmir/awesome-design-patterns
A curated list of software and architecture related design patterns.
karanpratapsingh/system-design
Learn how to design systems at scale and prepare for system design interviews
Netflix/Hystrix
Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
ashishps1/awesome-system-design-resources
Learn System Design concepts and prepare for interviews using free resources.
dair-ai/ML-Papers-of-the-Week
🔥Highlighting the top ML papers every week.
gzc/CLRS
:notebook:Solutions to Introduction to Algorithms
mxssl/sre-interview-prep-guide
Site Reliability Engineer Interview Preparation Guide
kaushikgopal/RxJava-Android-Samples
Learning RxJava for Android by example
google/error-prone
Catch common Java mistakes as compile-time errors
google/google-java-format
Reformats Java source code to comply with Google Java Style.
tssovi/grokking-the-object-oriented-design-interview
fpereiro/backendlore
How I write backends
tsiege/Tech-Interview-Cheat-Sheet
Studying for a tech interview sucks. Here's an open source cheat sheet to help
ThomasVitale/awesome-spring
A curated list of awesome books, tutorials, courses, and resources for the Spring framework ecosystem.
Seanforfun/Algorithm-and-Leetcode
I listed All the questions that I wrote at least twice in https://seanforfun.github.io/leetcode/. Though all my solutions can be found at leetcode column. I also made my own conclusions about data structure in this repository, all files will be synchronized on my github.io.
mraible/history-of-web-frameworks-timeline
The history of web frameworks as described by a timeline of releases.
paritytrading/philadelphia
Fast FIX protocol library for the JVM
wkrzywiec/kanban-board
Single-click full-stack application (Postgres, Spring Boot & Angular) using Docker Compose
benthecoder/ml-blogs-that-are-worth-reading
Blogs on Machine Learning and Deep learning
a36069/theBestOfJava
This repository is a list of great frameworks, libraries and software for the Java programming language.
cjporteo/meta-layoffs-analysis
A brief analysis into the November 2022 Meta layoffs, examining which departments were impacted the most.
sumantopal07/Constraints-Blocker-Chrome-Extension
Chrome Extension for Leetcode and Binarysearch.com to hide the constraints of the problem.
edemaine/awesome-theoretical-computer-science
The interdicplinary of Mathematics and Computer Science, Distinguisehed by its emphasis on mathemtical technique and rigour.
hemal7735/professional-programming
A collection of full-stack resources for programmers.
bbachi/react-java-docker
Example project on how to dockerize React application with Java
SatvikNema/neural-net
A neural network in java from scratch