short url: caseywatts.com/selfpublish
my book is out! an applied psychology / self-help book targeted at developers: Debugging Your Brain
Markdown --> PDF (as a booklet!)
Markdown --> EPUB and MOBI
| // Lista | |
| AC, Acre | |
| AL, Alagoas | |
| AP, Amapá | |
| AM, Amazonas | |
| BA, Bahia | |
| CE, Ceará | |
| DF, Distrito Federal | |
| ES, Espirito Santo |
short url: caseywatts.com/selfpublish
my book is out! an applied psychology / self-help book targeted at developers: Debugging Your Brain
Markdown --> PDF (as a booklet!)
Markdown --> EPUB and MOBI
| (function() { | |
| var timeSeconds = 0; | |
| var timestampList = document.querySelectorAll("div#content div#container ytd-thumbnail#thumbnail a#thumbnail div#overlays.style-scope.ytd-thumbnail.style-scope ytd-thumbnail-overlay-time-status-renderer span"); | |
| for(var i = 0; i < timestampList.length; i++) { | |
| var timestampDiv = timestampList[i]; |
Fiz algumas perguntas nas redes sociais e ferramentas de comunicação como Twitter, LinkedIn, Slack, Discord e Telegram sobre como as pessoas costumam documentar a arquitetura de sistemas.
Vocês costumam desenhar diagramas para documentar a arquitetura dos sistemas que vocês constroem?
O que vocês costumam representar: código, infraestrutura ou ambos?