/awesome-star

平时在github收藏的优秀开源项目

awesome-star

平时在github收藏的优秀开源项目

面试

aylei / interview
写在19年初的后端社招面试经历🤑
https://github.com/aylei/interview

yifeikong / reverse-interview-zh
技术面试最后反问面试官的话
https://github.com/yifeikong/reverse-interview-zh

shishan100 / Java-Interview-Advanced
中华石杉--互联网Java进阶面试训练营
https://github.com/shishan100/Java-Interview-Advanced

xbox1994 / Java-Interview
经历BAT面试后总结的【高级Java后台开发面试指南】,纯净干货无废话,针对高频面试点
https://github.com/xbox1994/Java-Interview

soulmachine / system-design
系统设计面试题精选
https://github.com/soulmachine/system-design

apachecn / Interview
Interview = 简历指南 + LeetCode + Kaggle
https://github.com/apachecn/Interview

0voice / interview_internal_reference
2020年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
https://github.com/0voice/interview_internal_reference

hollischuang / toBeTopJavaer
To Be Top Javaer - Java工程师成神之路
https://github.com/hollischuang/toBeTopJavaer

AobingJava / JavaFamily
【Java面试+Java学习指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
https://github.com/AobingJava/JavaFamily

doocs / advanced-java
😮 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识,后端同学必看,前端同学也可学习
https://github.com/doocs/advanced-java

CyC2018 / CS-Notes
📚 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计、Java、Python、C++
https://github.com/CyC2018/CS-Notes

Snailclimb / JavaGuide
「Java学习+面试指南」一份涵盖大部分Java程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
https://github.com/Snailclimb/JavaGuide

frank-lam / fullstack-tutorial
🚀 fullstack tutorial 2020,后台技术栈/架构师之路/全栈开发社区,春招/秋招/校招/面试
https://github.com/frank-lam/fullstack-tutorial

算法

yuanguangxin / LeetCode
LeetCode刷题记录
https://github.com/yuanguangxin/LeetCode

TheAlgorithms / Python
All Algorithms implemented in Python
https://github.com/TheAlgorithms/Python

halfrost / LeetCode-Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
https://github.com/halfrost/LeetCode-Go

azl397985856 / leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
https://github.com/azl397985856/leetcode

wangzheng0822 / algo
数据结构和算法必知必会的50个代码实现
https://github.com/wangzheng0822/algo

donng / Play-with-Data-Structures
慕课 liuyubobobo「玩转数据结构」课程的 Go 语言实现版本
https://github.com/donng/Play-with-Data-Structures

Java & Go

YLongo / logback-chinese-manual
logback 中文手册/文档
https://github.com/YLongo/logback-chinese-manual

bz51 / SpringBoot-Dubbo-Docker-Jenkins
基于SpringBoot+Dubbo的微服务框架(借助Docker+Jenkins实现自动化、容器化部署)
https://github.com/bz51/SpringBoot-Dubbo-Docker-Jenkins

sanshengshui / netty-learning-example
🥚 Netty实践学习案例,见微知著!带着你的心,跟着教程。我相信你行欧。
https://github.com/sanshengshui/netty-learning-example

crossoverJie / cim
📲cim(cross IM) 适用于开发者的分布式即时通讯系统
https://github.com/crossoverJie/cim

lhrimperial / sources
解读源码的环境,内有tomcat源码、Socket、NIO、Netty等源码分析材料
https://github.com/lhrimperial/sources

bingohuang / effective-go-zh-en
《Effective Go》中英双语版
https://github.com/bingohuang/effective-go-zh-en

aalansehaiyang / technology-talk
汇总java生态圈常用技术框架、开源中间件,系统架构、数据库、大公司架构案例、常用三方类库、项目管理、线上问题排查、个人成长、思考等知识
https://github.com/aalansehaiyang/technology-talk

ZhongFuCheng3y / 3y
📓从Java基础、JavaWeb基础到常用的框架再到面试题都有完整的教程,几乎涵盖了Java后端必备的知识点
https://github.com/ZhongFuCheng3y/3y

flipped-aurora / gin-vue-admin
基于gin+vue搭建的后台管理系统框架,集成jwt鉴权,权限管理,动态路由,分页封装,多点登录拦截,资源权限,上传下载,代码生成器,表单生成器等基础功能,五分钟一套CURD前后端代码包含数据库的快感你不要体验一下吗~,更多功能正在开发中,欢迎issue和pr~
https://github.com/flipped-aurora/gin-vue-admin

wiatingpub / MTBSystem
使用go-micro微服务实现的在线电影院订票系统
https://github.com/wiatingpub/MTBSystem

geektutu / 7days-golang
7 days golang apps from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM etc) 7天用Go动手写/从零实现系列
https://github.com/geektutu/7days-golang

overnote / over-golang
Golang相关:[进度80%]Go语法、Go并发**、Go与web开发、Go微服务设施等
https://github.com/overnote/over-golang

talkgo / read
Go 学习之路:Go 开发者博客、Go 微信公众号、Go 学习资料(文档、书籍、视频)
https://github.com/talkgo/read

qiurunze123 / miaosha
⭐⭐⭐⭐秒杀系统设计与实现.互联网工程师进阶与分析🙋🐓
https://github.com/qiurunze123/miaosha

seaswalker / spring-analysis
Spring源码阅读
https://github.com/seaswalker/spring-analysis

vector4wang / spring-boot-quick
🌿 基于springboot的快速学习示例,整合自己遇到的开源框架,如:rabbitmq(延迟队列)、Kafka、jpa、redies、oauth2、swagger、jsp、docker、spring-batch、异常处理、日志输出、多模块开发、多环境打包、缓存cache、爬虫、jwt、GraphQL、dubbo、zookeeper和Async等等📌
https://github.com/vector4wang/spring-boot-quick

wuyouzhuguli / SpringAll
循序渐进,学习Spring Boot、Spring Boot & Shiro、Spring Batch、Spring Cloud、Spring Cloud Alibaba、Spring Security & Spring Security OAuth2,博客Spring系列源码:https://mrbird.cc
https://github.com/wuyouzhuguli/SpringAll

Python

jobbole / awesome-python-cn
Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由伯乐在线持续更新。
https://github.com/jobbole/awesome-python-cn

realpython / python-scripts
because i'm tired of gists
https://github.com/realpython/python-scripts

geekcomputers / Python
My Python Examples
https://github.com/geekcomputers/Python

GitHubDaily / GitHubDaily
GitHubDaily 分享内容定期整理与分类。欢迎推荐、自荐项目,让更多人知道你的项目。
https://github.com/GitHubDaily/GitHubDaily

521xueweihan / HelloGitHub
:octocat: Find pearls on open-source seashore 分享 GitHub 上有趣、入门级的开源项目
https://github.com/521xueweihan/HelloGitHub

前端

mqyqingfeng / Blog
冴羽写博客的地方,预计写四个系列:JavaScript深入系列、JavaScript专题系列、ES6系列、React系列。
https://github.com/mqyqingfeng/Blog

helloqingfeng / Awsome-Front-End-learning-resource
:octocat:GitHub最全的前端资源汇总仓库(包括前端学习、开发资源、求职面试等)
https://github.com/helloqingfeng/Awsome-Front-End-learning-resource

qianguyihao / Web
前端入门到进阶图文教程,超详细的Web前端学习笔记。从零开始学前端,做一名精致优雅的前端工程师。公众号「千古壹号」作者。
https://github.com/qianguyihao/Web

justjavac / awesome-wechat-weapp
微信小程序开发资源汇总 💯
https://github.com/justjavac/awesome-wechat-weapp

zhongshaofa / layuimini
后台admin前端模板,基于 layui 编写的最简洁、易用的后台框架模板。只需提供一个接口就直接初始化整个框架,无需复杂操作。
https://github.com/zhongshaofa/layuimini

nicejade / nice-front-end-tutorial
🌍 Constantly updated front-end resources, tutorials, opinions(与时俱进版前端资源,教程和意见。)
https://github.com/nicejade/nice-front-end-tutorial

lybenson / bilibili-vue
前端vue+后端koa,全栈式开发bilibili首页
https://github.com/lybenson/bilibili-vue

lin-xin / vue-manage-system
基于vue + element的后台管理系统解决方案
https://github.com/lin-xin/vue-manage-system

bailicangdu / vue2-manage
基于 vue + element-ui 的后台管理系统
https://github.com/bailicangdu/vue2-manage

Antabot / White-Jotter
白卷是一款使用 Vue+Spring Boot 开发的前后端分离项目,附带全套开发教程。(A simple CMS developed by Spring Boot and Vue.js with development tutorials)
https://github.com/Antabot/White-Jotter

huzidaha / react-naive-book
开源、免费、专业、简单的 React.js 在线教程
https://github.com/huzidaha/react-naive-book

kenberkeley / react-demo
React 示例项目 · 简易留言板。本项目拥有完善的文档说明与注释,让您快速上手 React 开发 SPA。Webpack / ES6 + Babel / Redux / React Router —— An Excellent React Starter,可能是东半球最佳的 React Starter,基于 Vue Cli 二次开发
https://github.com/kenberkeley/react-demo

lengziyu / learn-webpack
记录学习的webpack
https://github.com/lengziyu/learn-webpack

wallstreetcn / webpack-and-spa-guide
Webpack 4 和单页应用入门
https://github.com/wallstreetcn/webpack-and-spa-guide

Array-Huang / webpack-seed
这是一个基于webpack的多页应用脚手架
https://github.com/Array-Huang/webpack-seed

资源

justjavac / free-programming-books-zh_CN
📚 免费的计算机编程类中文书籍,欢迎投稿
https://github.com/justjavac/free-programming-books-zh_CN

yangchong211 / YCBlogs
技术博客笔记大汇总【15年10月到至今】,包括Java基础及深入知识点,Android技术博客,Python,Go学习笔记等等,还包括平时开发中遇到的bug汇总,当然也在工作之余收集了大量的面试题,长期更新维护并且修正,持续完善……开源的文件是markdown格式的!同时也开源了生活博客,从12年起,积累共计N篇[近100万字],转载请注明出处,谢谢!
https://github.com/yangchong211/YCBlogs

kon9chunkit / GitHub-Chinese-Top-Charts
🇨🇳 GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注!
https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts

apachecn / spark-doc-zh
Apache Spark 官方文档中文版
https://github.com/apachecn/spark-doc-zh

1c7 / chinese-independent-developer
👩🏿‍💻👨🏾‍💻👩🏼‍💻👨🏽‍💻👩🏻‍💻**独立开发者项目列表 -- 分享大家都在做什么
https://github.com/1c7/chinese-independent-developer

工具

getlantern / download
Lantern官方版本下载 蓝灯 翻墙 代理 科学上网 外网 加速器 梯子 路由 proxy vpn circumvention gfw
https://github.com/getlantern/download

haotian-wang / google-access-helper
谷歌访问助手破解版
https://github.com/haotian-wang/google-access-helper

proxyee-down-org / proxyee-down
http下载工具,基于http代理,支持多连接分块下载
https://github.com/proxyee-down-org/proxyee-down

judasn / IntelliJ-IDEA-Tutorial
IntelliJ IDEA 简体中文专题教程
https://github.com/judasn/IntelliJ-IDEA-Tutorial

ziishaned / learn-regex
Learn regex the easy way
https://github.com/ziishaned/learn-regex

easychen / howto-make-more-money
程序员如何优雅的挣零花钱,2.0版,升级为小书了。Most of this not work outside China , so no English translate
https://github.com/easychen/howto-make-more-money