W-x1997's Stars
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
kamranahmedse/developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
jackfrued/Python-100-Days
Python - 100天从新手到大师
doocs/advanced-java
😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识
justjavac/awesome-wechat-weapp
微信小程序开发资源汇总 :100:
huihut/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
karanpratapsingh/system-design
Learn how to design systems at scale and prepare for system design interviews
encode/django-rest-framework
Web APIs for Django. 🎸
coder2gwy/coder2gwy
互联网首份程序员考公指南,由3位已经进入体制内的前大厂程序员联合献上。
yudaocode/SpringBoot-Labs
一个涵盖六个专栏:Spring Boot 2.X、Spring Cloud、Spring Cloud Alibaba、Dubbo、分布式消息队列、分布式事务的仓库。希望胖友小手一抖,右上角来个 Star,感恩 1024
afatcoder/LeetcodeTop
汇总各大互联网公司容易考察的高频leetcode题🔥
electronicarts/CnC_Remastered_Collection
527515025/springBoot
springboot 框架与其它组件结合如 jpa、mybatis、websocket、security、shiro、cache等
RongleXie/java-books-collections
:books:Java编程书籍收集分享。Java programming books collection to share.:rocket:
wisdompeak/LeetCode
This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks.
mock-server/mockserver
MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS with clients written in Java, JavaScript and Ruby. MockServer also includes a proxy that introspects all proxied traffic including encrypted SSL traffic and supports Port Forwarding, Web Proxying (i.e. HTTP proxy), HTTPS Tunneling Proxying (using HTTP CONNECT) and SOCKS Proxying (i.e. dynamic port forwarding).
lenve/JavaEETest
Spring、SpringMVC、MyBatis、Spring Boot案例
brianway/springmvc-mybatis-learning
SpringMVC 和 MyBatis 学习笔记,搭配示例,主要讲解一些基础的概念、用法和配置
Meituan-Dianping/DBProxy
golang-china/go2-book
:books: 《Go2编程指南》开源图书,重点讲解Go2新特性,以及Go1教程中较少涉及的特性
LeonardoZ/java-concurrency-patterns
Concurrency Patterns and features found in Java, through multithreaded programming. Threads, Locks, Atomics and more.
wmyskxz/Tmall_SSM
模仿天猫项目SSM版(前端+后台)
in28minutes/full-stack-with-react-and-spring-boot
Your First Full Stack Application with React and Spring Boot
Q1mi/Django-REST-framework-documentation
The translation of documentation for the version 3 of REST framework.(Only dev branch-based PR will be accepted. )
Saseke/poseidon
poseidon项目是基于Java的商城项目,包括前台商城(),后台管理系统。系统采用SpringCloud+SpringBoot+Mybatis+React等框架进行开发。包括首页展示,商品搜索,商品推荐,购物车,订单等模块。
jianshijiuyou/django-rest-framework-api-guide
Django REST framework API 指南
wenhanshi/uiuc-cs425-distributed-system
A collection of code and report for CS425, Fall 2018, UIUC
LinkWoong/LC-Solutions
Solutions to LeetCode problems