jsslpz's Stars
tools4j/decimal4j
Java library for fast fixed-point arithmetic based on longs with support for up to 18 decimal places.
tools4j/nobark
A Java library with low latency zero gc data structures and utilities.
deephacks/awesome-jvm
A curated list of awesome loosely performance related JVM stuff. Inspired by awesome-python.
iluwatar/java-design-patterns
Design patterns implemented in Java
cassandre-tech/cassandre-trading-bot
Create your Java crypto trading bot in minutes. Our Spring boot starter takes care of exchange connections, accounts, orders, trades, and positions so you can focus on building your strategies.
postgresml/postgresml
Postgres with GPUs for ML/AI apps.
MichaelCade/90DaysOfDevOps
This repository started out as a learning in public project for myself and has now become a structured learning map for many in the community. We have 3 years under our belt covering all things DevOps, including Principles, Processes, Tooling and Use Cases surrounding this vast topic.
jakevdp/PythonDataScienceHandbook
Python Data Science Handbook: full text in Jupyter Notebooks
awesome-selfhosted/awesome-selfhosted
A list of Free Software network services and web applications which can be hosted on your own servers
actions/runner-images
GitHub Actions runner images
kamranahmedse/developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
thanos-io/thanos
Highly available Prometheus setup with long term storage capabilities. A CNCF Incubating project.
linkedin/school-of-sre
At LinkedIn, we are using this curriculum for onboarding our entry-level talents into the SRE role.
public-apis/public-apis
A collective list of free APIs
snwh/ubuntu-post-install
A set of post-installation shell scripts for Ubuntu
OpenHFT/Chronicle-Map
Replicate your Key Value Store across your network, with consistency, persistance and performance.
OpenHFT/Chronicle-Queue
Micro second messaging that stores everything to disk
dilipsundarraj1/Teach-ReactiveSpring
grafana/tempo
Grafana Tempo is a high volume, minimal dependency distributed tracing backend.
dastergon/awesome-chaos-engineering
A curated list of Chaos Engineering resources.
microstream-one/bookstore-demo-performance
MicroStream BookStore Performance Demo
spring-attic/head-first-reactive-with-spring-and-reactor
zsh-users/zsh-autosuggestions
Fish-like autosuggestions for zsh
nytimes/covid-19-data
A repository of data on coronavirus cases and deaths in the U.S.
eclipse-vertx/vert.x
Vert.x is a tool-kit for building reactive applications on the JVM
spring-guides/gs-reactive-rest-service
Building a Reactive RESTful Web Service :: Learn how to create a RESTful web service with Reactive Spring and consume it with WebClient.
reactor/lite-rx-api-hands-on
Lite Rx API Hands-On with Reactor Core 3
bradtraversy/design-resources-for-developers
Curated list of design and UI resources from stock photos, web templates, CSS frameworks, UI libraries, tools and much more
gothinkster/realworld
"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more
TheAlgorithms/Python
All Algorithms implemented in Python