https://www.niklassundbaum.com/
About software development and technical leadership. Just got started. Primarily writing to sort out my own thinking and get better at writing, but hopefully the content could be useful to others as well.
HN user
https://www.niklassundbaum.com/
About software development and technical leadership. Just got started. Primarily writing to sort out my own thinking and get better at writing, but hopefully the content could be useful to others as well.
"An elegant puzzle", "High output management" and "Behind Closed Doors" have all been useful to me.
Fred Brook's "No Silver Bullet". I've found it very useful to reason in terms of accidental vs essential complexity and constantly asking myself: is this truly hard or am I just making it hard by using the wrong tool/design/abstraction/architecture etc for the job.
http://www.cs.nott.ac.uk/~pszcah/G51ISS/Documents/NoSilverBu...
A few that I follow on a semi-regular basis:
https://michaelfeathers.silvrback.com
https://www.smashingmagazine.com
Regarding canary releases and detecting errors, one aspect that is sometimes overlooked is the possibility for bugs on the client side. At work, we have a fairly large js centric app with a non-negligible amount of bugs pure client side. While tracking http status codes on the backend is fairly straightforward, we find it much harder to get the same type of information from the frontend. Would love to hear if anyone has experience in that area.