Add interview

This commit is contained in:
Charles-Axel Dein 2016-04-29 18:23:38 +02:00
parent 3e12ce2b11
commit 86e3039e83
1 changed files with 4 additions and 0 deletions

View File

@ -66,6 +66,10 @@ I've found these books incredibly inspiring:
* [Incident Response at Heroku](https://blog.heroku.com/archives/2014/5/9/incident-response-at-heroku)
* [Blameless PostMortems and a Just Culture](https://codeascraft.com/2012/05/22/blameless-postmortems/)
### Interviewing
* [System design interview for IT company](https://github.com/checkcheckzz/system-design-interview)
### Managing the database
* [Safe Operations For High Volume PostgreSQL](https://www.braintreepayments.com/blog/safe-operations-for-high-volume-postgresql/) (this is for PostgreSQL but works great for other db as well).