An open API service indexing awesome lists of open source software.

https://github.com/downgoon/full-stack-programmer


https://github.com/downgoon/full-stack-programmer

full-stack-development

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# RD

## Data Access

### MySQL

- [mysql install](https://github.com/downgoon/hello-world/blob/mysql/mysql-install.md)

### NoSQL

- [DB-Engines 关于各种数据库的排名:ES > Solr; Redis > Memcached](http://db-engines.com/en/ranking)

### Elasticsearch

- [elasticsearch-basic-concept](https://github.com/downgoon/hello-world/wiki/elasticsearch-basic-concept)
- [mysql全量/增量导入ES (mysql-indexing-using-elasticsearch-jdbc)](https://github.com/downgoon/hello-world/wiki/mysql-indexing-using-elasticsearch-jdbc)
- [mysql indexing demo](https://github.com/downgoon/hello-world/wiki/mysql-indexing-demo)
- [elasticsearch restapi 跨域访问(elasticsearch-restapi-cross-domain)](https://github.com/downgoon/hello-world/wiki/elasticsearch-restapi-cross-domain)

## integration

### Kafka

- [Kafka 各版本简介(kafka-versions-and-features)](https://github.com/downgoon/hello-world/wiki/kafka-versions-and-features)
- [Kafka 集群及其可视化 / zookeeper-and-kafka-cluster](https://github.com/downgoon/hello-world/wiki/zookeeper-and-kafka-cluster)
- [Kafka 消息收发样例(kafka-0.9-java-producer-and-consumer-demo)](https://github.com/downgoon/hello-world/wiki/kafka-0.9-java-producer-and-consumer-demo)
- [kafkacat demo](https://github.com/downgoon/hello-world/wiki/kafka-comand-line-example)

### ZooKeeper

- [ZooKeeper 集群及其可视化](https://github.com/downgoon/hello-world/wiki/zookeeper-and-kafka-cluster)

## 图文

- [图片上传分发 boxeden](https://github.com/downgoon/hello-world/wiki/file-upload-and-sync)

## 友情链接

- [tutorials](https://github.com/downgoon/hello-world/wiki/tutorials-site)

---

# Full Stack

## FE

- [bootstrap from twitter](http://getbootstrap.com)
- [bootstrap 中文社区](http://www.bootcss.com)

## QA

- [apache ab Quick Install](https://github.com/downgoon/hello-world/wiki/http-benchmark)
- [http load](https://github.com/downgoon/hello-world/wiki/http-load)

### RESTful API baseline
- [todobackend 前端和各种语言实现的后端](http://www.todobackend.com/)
- [todobackend 前端](https://github.com/TodoBackend/todo-backend-js-spec)

## OP

### 命令大全
- [man.linuxde.net](http://man.linuxde.net/)

### 系统监控
- [osquery-and-glances](https://github.com/downgoon/hello-world/wiki/osquery-and-glances)
- [netdata-performance-and-health-monitoring](https://github.com/downgoon/hello-world/wiki/netdata-performance-and-health-monitoring)

### 安装包制作

- [centos, mac, ubuntu 安装包概述](https://github.com/downgoon/hello-world/wiki/packages-of-mac-centos-ubuntu)
- [centos yum 源制作](https://github.com/downgoon/hello-world/wiki/yum-package-source-making)
- [ubuntu apt-get 源制作](https://github.com/downgoon/hello-world/wiki/apt-get-package-making)

### 翻墙
- [PAC文件简介(proxy-pac-intro)](https://github.com/downgoon/hello-world/wiki/proxy-pac-intro)
- [如何写PAC文件并调试(how-to-write-and-test-proxy-pac-file)](https://github.com/downgoon/hello-world/wiki/how-to-write-and-test-proxy-pac-file)

### HTTPS 与 安全
- [HTTPS四次握手原理](https://github.com/downgoon/hello-world/wiki/HTTPS-Interaction)
- [借助免费CA的证书配置HTTPS实战](https://github.com/downgoon/hello-world/wiki/letsencrypt-https)
- [密钥管理工具:keytool和openssl](https://github.com/downgoon/hello-world/wiki/keytoos-and-openssl)

## EE

- [内网环境通过https代理上传代码到github](https://github.com/downgoon/hello-world/wiki/commit-to-github-through-https-proxy)

## PM

## BO

---

# build

```
$ book sm
$ gitbook install && gitbook build ./ docs
```

本地快速运行:``http-server docs``