-
garnet Public
Forked from microsoft/garnetGarnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication feat…
C# MIT License UpdatedMar 21, 2024 -
system-design-101 Public
Forked from ByteByteGoHq/system-design-101Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
Other UpdatedFeb 4, 2024 -
bigsai-algorithm Public
Forked from javasmall/bigsai-algorithmbigsai的数据结构与算法、LeetCode图解、剑指offer图解文章专栏,致力于最好懂的数据结构与算法专栏
Java UpdatedNov 14, 2023 -
build-your-own-x Public
Forked from codecrafters-io/build-your-own-xMaster programming by recreating your favorite technologies from scratch.
UpdatedOct 7, 2023 -
barco Public
Forked from lucavallin/barcoLinux containers from scratch in C.
C MIT License UpdatedAug 10, 2023 -
manticoresearch Public
Forked from manticoresoftware/manticoresearchEasy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon
C++ GNU General Public License v2.0 UpdatedAug 6, 2023 -
hello-algo Public
Forked from krahets/hello-algo《Hello 算法》:动画图解、一键运行的数据结构与算法教程,支持 Java, C++, Python, Go, JS, TS, C#, Swift, Rust, Dart, Zig 等语言。
Java Other UpdatedAug 6, 2023 -
waynboot-mall Public
Forked from wayn111/waynboot-mallwaynboot-mall是一套全部开源的微商城项目,包含一个运营后台、h5商城和后台接口。 实现了一个商城所需的首页展示、商品分类、商品详情、sku详情、商品搜索、加入购物车、结算下单、订单状态流转、商品评论等一系列功能。 技术上基于Springboot2.0,整合了Redis、RabbitMQ、ElasticSearch等常用中间件, 贴近生产环境实际经验开发而来不断完善、优化、改进中。
Java MIT License UpdatedMay 8, 2023 -
newbee-mall-pro Public
Forked from wayn111/newbee-mall-pronewbee-mall-pro是newbee-mall商城的pro版本实现了推荐系统、生产可用的秒杀、优惠卷专区,滑块验证码,支付宝支付,中文分词检索等高级功能
Java GNU General Public License v3.0 UpdatedMay 4, 2023 -
kubernetes-learning-path Public
Forked from techiescamp/kubernetes-learning-pathA roadmap to learn Kubernetes from scratch (Beginner to Advanced level)
UpdatedFeb 5, 2023 -
missing-semester Public
Forked from missing-semester/missing-semesterThe Missing Semester of Your CS Education 📚
CSS Other UpdatedDec 31, 2022 -
-
HikariCP Public
Forked from brettwooldridge/HikariCP光 HikariCP・A solid, high-performance, JDBC connection pool at last.
Java Apache License 2.0 UpdatedDec 8, 2022 -
Grokking-System-Design Public
Forked from Jeevan-kumar-Raj/Grokking-System-DesignSystems design is the process of defining the architecture, modules, interfaces, and data for a system to satisfy specified requirements. Systems design could be seen as the application of systems …
Shell GNU General Public License v3.0 UpdatedNov 21, 2022 -
reactjs-interview-questions Public
Forked from sudheerj/reactjs-interview-questionsList of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!
JavaScript UpdatedNov 4, 2022 -
newbee-mall Public
Forked from newbee-ltd/newbee-mall🔥 🎉newbee-mall是一套电商系统,包括基础版本(Spring Boot+Thymeleaf)、前后端分离版本(Spring Boot+Vue 3+Element-Plus+Vue-Router 4+Vuex 4+Vant 3) 、秒杀版本、Go语言版本、微服务版本(Spring Cloud Alibaba+Nacos+Sentinel+Seata+Spring Cloud Gate…
Java GNU General Public License v3.0 UpdatedNov 3, 2022 -
fucking-algorithm Public
Forked from labuladong/fucking-algorithm刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
Markdown UpdatedOct 24, 2022 -
Linear-Algebra-and-Learning-from-Data Public
Forked from niuers/Linear-Algebra-and-Learning-from-DataSolutions to the problems in the book: Linear Algebra and Learning from Data by Gilbert Strang, MIT
Jupyter Notebook UpdatedSep 28, 2022 -
Hypervisor-From-Scratch Public
Forked from SinaKarvandi/Hypervisor-From-ScratchSource code of a multiple series of tutorials about the hypervisor. Available at: https://rayanfam.com/tutorials
C MIT License UpdatedSep 15, 2022 -
dragonfly Public
Forked from dragonflydb/dragonflyA modern replacement for Redis and Memcached
C++ Other UpdatedAug 8, 2022 -
software-papers Public
Forked from facundoolano/software-papers📚 A curated list of papers for Software Engineers
Python MIT License UpdatedJul 18, 2022 -
how-web-works Public
Forked from vasanthk/how-web-worksWhat happens behind the scenes when we type www.google.com in a browser?
UpdatedJul 18, 2022 -
project-based-learning Public
Forked from practical-tutorials/project-based-learningCurated list of project-based tutorials
MIT License UpdatedMay 18, 2022 -
30-Days-Of-JavaScript Public
Forked from Asabeneh/30-Days-Of-JavaScript30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace.
JavaScript UpdatedMay 17, 2022 -
You-Dont-Know-JS Public
Forked from getify/You-Dont-Know-JSA book series on JavaScript. @YDKJS on twitter.
Other UpdatedMay 10, 2022 -
sqlite Public
Forked from sqlite/sqliteOfficial Git mirror of the SQLite source tree
C Other UpdatedMay 1, 2022 -
postgres Public
Forked from postgres/postgresMirror 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/Submitti…
C Other UpdatedApr 29, 2022 -
concurrency-limits Public
Forked from Netflix/concurrency-limitsJava Apache License 2.0 UpdatedApr 26, 2022 -
eng-practices Public
Forked from google/eng-practicesGoogle's Engineering Practices documentation
Other UpdatedMar 31, 2022 -
leveldb Public
Forked from google/leveldbLevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
C++ BSD 3-Clause "New" or "Revised" License UpdatedMar 27, 2022