fundon.github.io icon indicating copy to clipboard operation
fundon.github.io copied to clipboard

Fundon's Moving Castle

Results 50 fundon.github.io issues
Sort by recently updated
recently updated
newest added

http://www.postgresql.org/docs/devel/static/citext.html https://github.com/postgres/postgres/blob/master/contrib/citext https://devcenter.heroku.com/articles/heroku-postgres-extensions-postgis-full-text-search http://stackoverflow.com/questions/386294/what-is-the-maximum-length-of-a-valid-email-address http://nandovieira.com/using-insensitive-case-columns-in-postgresql-with-citext http://postgresguide.com/utilities/backup-restore.html

postgres
read
reach

https://medium.com/@dhh/the-day-i-became-a-millionaire-55d7dc4d8293#.d47livpej

read

http://www.linusakesson.net/programming/tty/index.php

read

- [Sentry](https://getsentry.com/welcome/) > Sentry provides real-time crash reporting for your web apps, mobile apps, and games. - [GoAccess](http://goaccess.io) > GoAccess is an open source real-time web log analyzer and interactive...

reach

- https://github.com/h2non/imaginary - https://github.com/lovell/sharp - https://github.com/jcupitt/libvips - https://github.com/EyalAr/lwip

- https://devcenter.heroku.com/articles/nodejs-support - https://github.com/heroku/heroku-buildpack-nodejs

- http://qiita.com/yuya_presto/items/08b0656f67a59c8c2d03?utm_source=Qiitaニュース&utm_campaign=13e08112fc-Qiita_newsletter_181_11_11_2015&utm_medium=email&utm_term=0_e44feaa081-13e08112fc-33071521

read

- http://phili.pe/posts/postgresql-on-the-command-line/

postgres
read

- http://supervisord.org/

## Why use Docker Compose? [Published on Medium](https://medium.com/@fundon/using-docker-compose-in-node-js-project-65081953ce62#.3h17cxx5v). ### Docker 到底有什么优点吸引我们? - **Build**:允许自由组合各种服务来构建我们的应用,避免**开发**和**生产**之间的环境问题,并且不局限在任何平台和语言 - **Ship**:通过统一的用户接口,管理,设计应用开发、测试、发布的生命周期 - **Run**:可以快捷地在多个平台,发布可扩展、安全、可靠的服务 ### Use it! 说了这么多,那就让我们玩起来! #### 0. Install [Docker](https://docs.docker.com) Tools ``` sh $ brew...

write
docker
node
medium