PrathameshBeri's Stars
practical-tutorials/project-based-learning
Curated list of project-based tutorials
papers-we-love/papers-we-love
Papers from the computer science community to read and discuss.
doocs/advanced-java
😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识
caddyserver/caddy
Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
norvig/pytudes
Python programs, usually short, of considerable difficulty, to perfect particular skills.
apache/shardingsphere
Empowering Data Intelligence with Distributed SQL for Sharding, Scalability, and Security Across All Databases.
getsops/sops
Simple and flexible tool for managing secrets
apache/calcite
Apache Calcite
undertow-io/undertow
High performance non-blocking webserver
preslavmihaylov/booknotes
A collection of my book notes on various subjects, mainly computer science
gg-daddy/ebooks
yhilpisch/py4fi
Python for Finance (O'Reilly)
confluentinc/demo-scene
Scripts and samples to support Confluent Demos, Talks, and Blogs. Not all of the examples in this repository are kept up to date. For automated tutorials and QA'd code, see https://github.com/confluentinc/tutorials/
microsoft/gctoolkit
Tool for parsing GC logs
JetBrains/xodus
Transactional schema-less embedded database used by JetBrains YouTrack and JetBrains Hub.
alexxiyang/shiro-redis
shiro only provide the support of ehcache and concurrentHashMap. Here is an implement of redis cache can be used by shiro. Hope it will help you!
lz4/lz4-java
LZ4 compression for Java
leventov/Koloboke
Java Collections till the last breadcrumb of memory and performance
uber/uReplicator
Improvement of Apache Kafka Mirrormaker
OpenHFT/Zero-Allocation-Hashing
Zero-allocation hashing for Java
easymock/objenesis
Okay, it's pretty easy to instantiate objects in Java through standard reflection. However there are many cases where you need to go beyond what reflection provides. For example, if there's no public constructor, you want to bypass the constructor code, or set final fields. There are numerous clever (but fiddly) approaches to getting around this and this library provides a simple way to get at them. You will find the official site here.
paritytrading/philadelphia
Fast FIX protocol library for the JVM
avaje/avaje-inject
Dependency injection via APT (source code generation) ala "Server-Side Dagger DI"
RohanNagar/jmail
A modern and lightweight library for working with email addresses in Java
michael-simons/goodreads
A collection of articles, books and quotes that may help to become a better developer
ekoutanov/effectivekafka
Effective Kafka
sylvainhalle/Bullwinkle
An on-the-fly parser for BNF grammars
m-vokhm/Quadruple
A 128-bit floating-point arithmetic for Java
PersonTheCat/FResult
A unified type for optional and error-prone procedures in Java.
xiangfu0/kafka-rest
REST Proxy for Kafka