JushuangQiao's Stars
EbookFoundation/free-programming-books
:books: Freely available programming books
sindresorhus/awesome
😎 Awesome lists about all kinds of interesting topics
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、计算机操作系统、计算机网络、系统设计
justjavac/free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
gin-gonic/gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
redis/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
python/cpython
The Python programming language
xingshaocheng/architect-awesome
后端架构师技术图谱
chinese-poetry/chinese-poetry
The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。
astaxie/build-web-application-with-golang
A golang ebook intro how to build a web with golang
unknwon/the-way-to-go_ZH_CN
《The Way to Go》中文译本,中文正式名《Go 入门指南》
beego/beego
beego is an open-source, high-performance web framework for the Go programming language.
shengxinjing/programmer-job-blacklist
:see_no_evil:程序员找工作黑名单,换工作和当技术合伙人需谨慎啊 更新有赞
tornadoweb/tornado
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
taizilongxu/interview_python
关于Python的面试题
qyuhen/book
学习笔记
huangzworks/redis-3.0-annotated
带有详细注释的 Redis 3.0 代码(annotated Redis 3.0 source code)。
bottlepy/bottle
bottle.py is a fast and simple micro-framework for python web-applications.
adonovan/gopl.io
Example programs from "The Go Programming Language"
jobbole/awesome-go-cn
Go 资源大全中文版, 内容包括:Web框架、模板引擎、表单、身份认证、数据库、ORM框架、图片处理、文本处理、自然语言处理、机器学习、日志、代码分析、教程和(电子)书等。由「开源前哨」和「Go开发大全」微信团队维护。
beanstalkd/beanstalkd
Beanstalk is a simple, fast work queue.
unknwon/go-study-index
Go 语言学习资料索引
flike/kingshard
A high-performance MySQL proxy
apache/dubbo-go
Go Implementation For Apache Dubbo .
lzjun567/zhihu-api
Zhihu API for Humans
Introduction-to-Tornado/Introduction-to-Tornado
This is the sample code for the Introduction to Tornado book, published by O'Reilly Media.
earl/beanstalkc
A simple beanstalkd client library for Python
luin/redis-book-assets
《Redis入门指南》第五章程序代码
studygolang/conference