yiminyangguang520's Stars
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
Snailclimb/JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
iluwatar/java-design-patterns
Design patterns implemented in Java
doocs/advanced-java
😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识
josephmisiti/awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
scutan90/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
mingrammer/diagrams
:art: Diagram as Code for prototyping cloud system architectures
eugenp/tutorials
Getting Started with Spring Boot 3:
alibaba/arthas
Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas
geekxh/hello-algorithm
🌍 针对小白的算法训练 | 包括四部分:①.大厂面经 ②.力扣图解 ③.千本开源电子书 ④.百张技术思维导图(项目花了上百小时,希望可以点 star 支持,🌹感谢~)推荐免费ChatGPT使用网站
bayandin/awesome-awesomeness
A curated list of awesome awesomeness
yeasy/docker_practice
Learn and understand Docker&Container technologies, with real DevOps practice!
Olshansk/interview
Everything you need to prepare for your technical interview
shuzheng/zheng
基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。
sqshq/piggymetrics
Microservice Architecture with Spring Boot, Spring Cloud and Docker
opendigg/awesome-github-vue
Vue相关开源项目库汇总
heynickc/awesome-ddd
A curated list of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Event Sourcing, and Event Storming resources
react-native-camera/react-native-camera
A Camera component for React Native. Also supports barcode scanning!
chiphuyen/machine-learning-systems-design
A booklet on machine learning systems design with exercises. NOT the repo for the book "Designing Machine Learning Systems"
apachecn/Interview
Interview = 简历指南 + 算法题 + 八股文 + 源码分析
feiskyer/kubernetes-handbook
Kubernetes Handbook (Kubernetes指南) https://kubernetes.feisky.xyz
ddd-by-examples/library
A comprehensive Domain-Driven Design example with problem space strategic analysis and various tactical patterns.
reactive-streams/reactive-streams-jvm
Reactive Streams Specification for the JVM
Netflix/concurrency-limits
TheAlgorithms/Algorithms-Explanation
Popular algorithms explained in simple language with examples and links to their implementation in various programming languages and other required resources.
joeyajames/Python
Python code for YouTube videos.
HugoMatilla/Effective-JAVA-Summary
Summary of the book Effective Java 2nd Edition by Joshua Bloch
hantsy/spring-reactive-sample
Spring 5/6 Reactive playground
ewolff/microservice-kafka
Demo to show how Apache Kafka can be used for communication between microservices
JVerstry/Web-Related-Examples