Skip to content

Commit d29bc5c

Browse files
committed
React Native
1 parent 8a48af8 commit d29bc5c

26 files changed

Lines changed: 199 additions & 31 deletions

File tree

CSS/animation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
* [Steady.js](http://lafikl.github.io/steady.js/)
100100
* [The guide to scrolling animation](http://ihatetomatoes.net/guide-scrolling-animation-libraries/)
101101
* [Scrolling progress bar](http://www.webdesigncrowd.com/scrolling-progress-bar/)
102+
* [Dear web designer, let's stop breaking the affordance of scrolling](https://medium.com/user-experience-design-1/dear-web-designer-let-s-stop-breaking-the-affordance-of-scrolling-fe8bf258df7b)
102103

103104
## Examples
104105

Command/editors.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55

66
* [Front-end development](http://martineau.tv/2014/07/sublime-text-for-front-end-development/)
77
* [Power User](http://wesbos.github.io/Sublime-Text-Power-User-Talk/)
8-
* [A designer's Sublime Text setup](https://medium.com/design-notes/a-designers-sublime-text-setup-e3963f8d79da)
8+
* [A designer's Sublime Text setup](https://medium.com/design-notes/a-designers-sublime-text-setup-e3963f8d79da)
9+
* [Oceanic theme good for JSX and Babel](https://github.com/voronianski/oceanic-next-theme)

Data Science/viz.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Numbers have an important story to tell, and it is up to us to help them tell it
99
* [The Data Visualisation Catalogue](http://www.datavizcatalogue.com/)
1010
* [**Data visualization for server library**](http://lightning-viz.org/)
1111
* [**Dataveyes**](http://dataveyes.com/#!/en/works)
12+
* [Shiny by RStudio](http://shiny.rstudio.com/gallery/)
1213
* [Dear Data - Analog](http://www.dear-data.com/)
1314
* [When data is simple, visualising it improve intuition](http://minuum.com/taps-and-swipes/)
1415
* [How to lie with data visualization](http://data.heapanalytics.com/how-to-lie-with-data-visualization/)

Design (Product)/UX.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
* [Bugs and UX](http://baymard.com/blog/bugs-and-user-experience)
4141
* [Gamification with UX](http://www.paulolyslager.com/ux-designers-can-learn-game-design-gamification/)
4242
* [UX Bullshit](http://uxbullshit.com/)
43+
* [User perception of production ratings](http://baymard.com/blog/user-perception-of-product-ratings)
4344

4445
## Behaviorism
4546

Design (Visual)/sketch_app.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Tools that are worth watching: Sketch, UXPin, FramerJS, Pixate, Flinto, Marvel,
55
* [**Pixel Fitting**](https://www.youtube.com/watch?v=wSLW4K2ON4s)
66
* [**Pixel Fitting**](http://dcurt.is/pixel-fitting)
77
* [Discovering Sketch](https://medium.com/@jm_denis/discovering-sketch-25545f6cb161)
8+
* [Dashed border](https://news.layervault.com/stories/47034-how-can-we-calculate-a-perfect-dashed-border-in-sketch)
89
* [Dealing with half pixels](https://medium.com/@dmiiiitri/fixing-icons-for-medium-8939ae05db85)
910
* [Design with Sketch](https://medium.com/design-with-sketch/design-with-sketch-92608a88c103)
1011
* [Documentation RTFM](http://bohemiancoding.com/sketch/support/documentation/)
@@ -50,6 +51,7 @@ Tools that are worth watching: Sketch, UXPin, FramerJS, Pixate, Flinto, Marvel,
5051
* [Photoshop extensions for frontend developers](http://vilcins.lv/blog/2015/Photoshop-extensions-for-frontend-developers/)
5152
* [Prototyping with Sketch](http://blog.invisionapp.com/11-tips-for-prototyping-with-sketch/)
5253
* [An index of the most useful resources for Sketch](http://sketch.land/index.html)
54+
* [Sketch Talk - A forum](http://sketchtalk.io/)
5355

5456
## Tutorials
5557

@@ -95,6 +97,7 @@ Tools that are worth watching: Sketch, UXPin, FramerJS, Pixate, Flinto, Marvel,
9597

9698
## Sketch 3
9799

100+
* Symbol, Text Styles, Exports, Layer Styles
98101
* [What is new in Sketch 3](https://medium.com/p/4b92d8b25f3)
99102

100103
## Files

DevOps/CD.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Continuous Delivery
2+
3+
Stages:
4+
5+
Commit ➡︎ TDD and Build (Jenkins) ➡︎ Info (Slack) ➡︎ One-click Deploy (web)
6+
7+
Using short-lived ephemeral containers for testing/staging.

DevOps/Docker/docker.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ Deming Cycle - Plan, Do, Check, Act
66

77
Scientific Method - Hypothesize, Experiment, Evaluate
88

9+
* [**Awesome Docker**](http://getawesomeness.com/get/docker)
10+
* [**Valuable Docker Links**](http://www.nkode.io/2014/08/24/valuable-docker-links.html)
11+
* [**Docker Cheat Sheet**](https://github.com/wsargent/docker-cheat-sheet)
912
* [**DevOps Kata**](http://devopsy.com/blog/2013/08/16/devops-kata-single-line-of-code/)
13+
* [**Docker Forums**](https://forums.docker.com/)
1014
* [Docker News](http://blog.getcrane.com/docker-news/the-best-of-docker-last-week-2nd-march)
1115
* [Docker Weekly](http://blog.docker.com/docker-weekly-archives/)
1216
* [Giant Swarm blog](http://blog.giantswarm.io/)
@@ -31,9 +35,13 @@ Operationalized and Orchestration.
3135

3236
![Docker Flow](https://dl.dropboxusercontent.com/u/6815194/Notes/docker_flow.png)
3337

38+
* [**docker-gen**](https://github.com/jwilder/docker-gen)
39+
* [**Your very own server with Docker**](http://erwyn.piwany.com/your-very-own-server-with-docker/)
3440
* [**Using OverlayFS with Docker on Ubuntu**](http://blog.thestateofme.com/2015/03/09/using-overlay-file-system-with-docker-on-ubuntu/)
3541
* [**buildpack-deps**](https://github.com/docker-library/buildpack-deps/blob/master/jessie/Dockerfile)
3642
* [**Docker patterns**](http://www.hokstad.com/docker/patterns)
43+
* [**gosu**](https://github.com/tianon/gosu)
44+
* [**Run your own registry with S3 as storage**](http://blog.programster.org/2015/03/17/run-your-own-private-docker-registry/)
3745
* [In Tech We Trust Podcast](http://intechwetrustpodcast.com/)
3846
* [Century Link Labs](http://www.centurylinklabs.com/)
3947
* [Flynn](https://flynn.io/)
@@ -66,6 +74,9 @@ Operationalized and Orchestration.
6674
* [Scaling engineering with Docker](http://tech.gc.com/scaling-engineering-with-docker/)
6775
* [On-demand activation of Docker containers with systemd](https://developer.atlassian.com/blog/2015/03/docker-systemd-socket-activation/)
6876
* [invoke-rc.d???](http://jpetazzo.github.io/2013/10/06/policy-rc-d-do-not-start-services-automatically/)
77+
* [Comment is good on Chef vs Docker](https://blog.relateiq.com/why-docker-why-not-chef/)
78+
* [10 Docker tips and tricks](http://nathanleclaire.com/blog/2014/07/12/10-docker-tips-and-tricks-that-will-make-you-sing-a-whale-song-of-joy/)
79+
* [docker inspect -f](http://container-solutions.com/2015/03/docker-inspect-template-magic/)
6980

7081
```
7182
docker version
@@ -123,6 +134,8 @@ Prep your images to make it faster.
123134
* [Amazon S3 registry](https://github.com/dogestry/dogestry)
124135
* [Docker tricks of the trade and best practices thoughts](http://www.carlboettiger.info/2014/08/29/docker-notes.html)
125136
* [Understanding Docker cache for faster builds](http://thenewstack.io/understanding-the-docker-cache-for-faster-builds/)
137+
* [**Security best practices for Dockerfile**](http://linux-audit.com/security-best-practices-for-building-docker-images/)
138+
* [**Dockerfile best practices**](https://github.com/docker/docker/blob/master/docs/sources/articles/dockerfile_best-practices.md)
126139

127140
A Docker image is made up of filesystem layered over each other. First layer is the `bootfs` and next layer is the `rootfs`. More filesystem will be union mounted to appear as one filesystem. Docker calls each of these filesystems images.
128141

@@ -379,6 +392,9 @@ Logging, Backup, Metric, etc.
379392
* [fluentd](http://www.fluentd.org/)
380393
* [Docker and Logstash](https://denibertovic.com/post/docker-and-logstash-smarter-log-management-for-your-containers/)
381394
* [The state of logging on Docker](https://blog.logentries.com/2014/03/the-state-of-logging-on-docker/)
395+
* [Mount to log volume and use logrotate to manage it](http://0x74696d.com/posts/docker-logging/)
396+
* [**Docker logs - aggregating with ease**](http://stackengine.com/docker-logs-aggregating-ease/)
397+
* [Add log rotation signal handling to docker daemon - GitHub issue](https://github.com/docker/docker/issues/7333)
382398

383399
Logging (logstash, Kibana?), monitoring, and health management.
384400

@@ -428,6 +444,21 @@ For backup
428444
▶ docker run --volumes-from log pipestash
429445
```
430446

447+
## Script Makefile
448+
449+
```
450+
GIT = pie/git
451+
BUILD = pie/builder
452+
IMAGE = pie/hubot
453+
454+
hubot:
455+
docker run --rm -v $(pwd):/opt:rw -e GPG=$$GPG $(GIT) /bin/bash -c "..."
456+
hubot.tar: | hubot
457+
docker run --rm -v $(pwd)
458+
clean:
459+
rm -rf hubot && rm -f hubot.tar
460+
```
461+
431462
## Redis
432463

433464
## Postgres
@@ -444,6 +475,11 @@ For backup
444475
* [Netflix OSS](https://hub.docker.com/u/netflixoss/)
445476
* [Ghost blog and MariaDB with](http://blog.mewm.org/ghost-mariadb-with-docker-fig/)
446477

478+
## People
479+
480+
* [Brian Goff - @cpuguy83](http://container42.com/)
481+
* [Nathan LeClaire](http://nathanleclaire.com/post/)
482+
447483
## Videos
448484

449485
* [Docker - A lot changed in a year - Feb 2015](https://www.youtube.com/watch?v=lCjp7AYCjCE)

DevOps/Docker/docker_cluster.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* [Benefits of Docker for application deployment](http://knitatoms.net/2013/12/benefits-of-docker-for-application-deployment/)
44
* [SDN, Docker and the Real Changes Ahead](http://thenewstack.io/sdn-docker-real-changes-ahead/)
55
* [SocketPlane == Open vSwitch + Consul + VXLAN + Docker](http://aucouranton.com/2015/01/16/docker-virtual-networking-with-socketplane-io/)
6+
* [Setup networking using weave](http://xmodulo.com/networking-between-docker-containers.html)
67

78
VXLAN - extend the LAN.
89

@@ -37,6 +38,9 @@ ZooKeeper, dozed and etcd are all similar in their architecture.
3738

3839
## Docker Compose
3940

41+
* [Don't stop containers when fig up exits](https://github.com/docker/compose/issues/741)
42+
* [Data only containers / No run containers](https://github.com/docker/compose/issues/942)
43+
4044
Multi-container apps are a hassle.
4145

4246
* Build images from Dockerfiles
@@ -49,6 +53,7 @@ Multi-container apps are a hassle.
4953

5054
* [Fig is now docker-compose](http://chrisbarra.me/posts/docker-orchestration.html)
5155
* [Crane - Lift containers with ease](https://github.com/michaelsauter/crane)
56+
* [A Docker environment - See some bash scripts](https://blog.relateiq.com/a-docker-dev-environment-in-24-hours-part-2-of-2/)
5257

5358
Orchestration is collection of things. Not just a single thing.
5459

DevOps/Docker/docker_with_rails.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Regular applications like MySQL, Nginx, Postgres, Redis, etc. never need any kin
2121

2222
Mounting configuration files.
2323

24+
* [**Rails app on Docker using Passenger image**](https://rossfairbanks.com/2015/03/06/rails-app-on-docker-using-passenger-image.html)
25+
* [Some rails example](http://mwdesilva.com/posts/103-simple-scalable-infrastructure-with-digitalocean-terraform-and-docker)
2426
* [**Deploy Rails app using Docker**](https://intercityup.com/blog/deploy-rails-app-including-database-configuration-env-vars-assets-using-docker.html)
2527
* [**12 Factor**](http://12factor.net/)
2628
* [**Open vSwitch**](http://openvswitch.org/)

DevOps/Docker/mysql.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@
66
* [**Tutum Docker MySQL**](https://github.com/tutumcloud/tutum-docker-mysql)
77
* [Securing MySQL Server](http://howtolamp.com/lamp/mysql/5.6/securing)
88
* [Why default character_set_server is latin1](http://dba.stackexchange.com/questions/29649/why-default-character-set-server-is-latin1)
9+
* `sudo apt-get install mysqltuner`
10+
* [Logrotate and the MySQL log](http://www.percona.com/blog/2014/11/12/log-rotate-and-the-deleted-mysql-log-file-mystery/)
911

1012
```
1113
/var/lib/mysql
1214
/etc/mysql
15+
/var/log/mysql
16+
/var/run/mysqld
1317
1418
/etc/mysql/my.cnf
1519
datadir=/var/lib/mysql
@@ -44,6 +48,12 @@ else
4448
fi
4549
```
4650

51+
## Backup and Restore
52+
53+
```
54+
mysqldump -h localhost -u root -p --databases jobline_pro > /tmp/backup.sql
55+
```
56+
4757
## my.cnf
4858

4959
`/etc/mysql/my.cnf` to set global options. `~/.my.cnf` to set user-specific options.

0 commit comments

Comments
 (0)