discorpsee's Stars
Homebrew/brew
🍺 The missing package manager for macOS (or Linux)
AsyncHttpClient/async-http-client
Asynchronous Http and WebSocket Client library for Java
jattach/jattach
JVM Dynamic Attach utility
OpenFeign/feign-annotation-error-decoder
java-native-access/jna
Java Native Access
AnghelLeonard/Hibernate-SpringBoot
Collection of 300+ best practices for Java persistence performance in Spring Boot applications
openjdk/jdk
JDK main-line development https://openjdk.org/projects/jdk
srsandy/Data-Structures-and-Algorithms-in-Java-2nd-Edition-by-Robert-Lafore
Solutions of Data Structures and Algorithms in Java 2nd Edition by Robert Lafore. Adding practice problems and solutions.
Netflix/zuul
Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more.
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
kubernetes/kubernetes
Production-Grade Container Scheduling and Management
ggeorgovassilis/spring-rest-invoker
Spring invoker which maps remote REST services to local interfaces.
JavaMahileu/jama-digest
JAMA Digest
hediet/vscode-drawio
This unofficial extension integrates Draw.io (also known as diagrams.net) into VS Code.
orika-mapper/orika
Simpler, better and faster Java bean mapping framework
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
ge0ffrey/ge0ffrey-presentations
Geoffrey's presentations, see https://ge0ffrey.github.io/ge0ffrey-presentations/
j-easy/easy-random
The simple, stupid random Java beans/records generator
mgartner/pg_flame
A flamegraph generator for Postgres EXPLAIN ANALYZE output.
postgres/postgres
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
binhnguyennus/awesome-scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
enhorse/java-interview
Вопросы и ответы к интервью Java разработчика
mongodb/mongo
The MongoDB Database
cglib/cglib
cglib - Byte Code Generation Library is high level API to generate and transform Java byte code. It is used by AOP, testing, data access frameworks to generate dynamic proxy objects and intercept field access.
vladmihalcea/hypersistence-utils
The Hypersistence Utils library (previously known as Hibernate Types) gives you Spring and Hibernate utilities that can help you get the most out of your data access layer.
spring-projects/spring-framework
Spring Framework
Z3Prover/z3
The Z3 Theorem Prover
shipilev/java-object-layout
Low-level Java object layout dumpers
jesseduffield/lazydocker
The lazier way to manage everything docker
phishman3579/java-algorithms-implementation
Algorithms and Data Structures implemented in Java