This commit is contained in:
Charles-Axel Dein 2016-03-15 14:00:23 +01:00
parent b006bc296c
commit 503c96f1f9

View File

@ -9,6 +9,7 @@
- [Coding](#coding) - [Coding](#coding)
- [Incident response (outages, firefighting)](#incident-response-outages-firefighting) - [Incident response (outages, firefighting)](#incident-response-outages-firefighting)
- [Managing the database](#managing-the-database) - [Managing the database](#managing-the-database)
- [Reading](#reading)
- [Releasing & deploying](#releasing-&-deploying) - [Releasing & deploying](#releasing-&-deploying)
- [Testing](#testing) - [Testing](#testing)
- [Things to know](#things-to-know) - [Things to know](#things-to-know)
@ -18,6 +19,7 @@
- [Know your dotfiles](#know-your-dotfiles) - [Know your dotfiles](#know-your-dotfiles)
- [Know your git](#know-your-git) - [Know your git](#know-your-git)
- [Know how to debug](#know-how-to-debug) - [Know how to debug](#know-how-to-debug)
- [Know how to design](#know-how-to-design)
- [Know how to architect systems](#know-how-to-architect-systems) - [Know how to architect systems](#know-how-to-architect-systems)
- [Know your language](#know-your-language) - [Know your language](#know-your-language)
- [Know your design patterns and anti-patterns](#know-your-design-patterns-and-anti-patterns) - [Know your design patterns and anti-patterns](#know-your-design-patterns-and-anti-patterns)