public/home.md
... ...
@@ -8,6 +8,7 @@ Over the years I've assembled some documentation and notes that are pretty suffi
8 8
* [Symmetric Aggregates](symmetric)
9 9
* [Test Doubles](test-doubles)
10 10
* Great articles and posts related to software engineering, security, DevOps, etc.
11
+ * [Things You Should Never Do](https://www.joelonsoftware.com/2000/04/06/things-you-should-never-do-part-i/) - about how completely rewriting your code has a lot of risks
11 12
* [Death by a Thousand Microservices](https://renegadeotter.com/2023/09/10/death-by-a-thousand-microservices)
12 13
* [Learnings from code audits](https://kenkantzer.com/learnings-from-5-years-of-tech-startup-code-audits/)
13 14
* [Please stop using CDNs for external JavaScript libraries](https://news.ycombinator.com/item?id=24745194) (whole discussion is interesting)
... ...
@@ -17,4 +18,5 @@ Over the years I've assembled some documentation and notes that are pretty suffi
17 18
* [Your API Shouldn't Redirect HTTP to HTTPS](https://jviide.iki.fi/http-redirects)
18 19
* [Big Feet in Small Shoes](https://tidyfirst.substack.com/p/big-feet-in-small-shoes) - about how when you move from a very big company to a small one, you should think hard before copying big-company tools and strategies
19 20
* [Modularity for Not-so-Dumb Dummies](https://itrevolution.com/articles/modularity-for-not-so-dumb-dummies)
20
- * [Why Scrum is Stressing You Out](https://rethinkingsoftware.substack.com/p/why-scrum-is-stressing-you-out) I am a fan of Scrum and sprints but I also think there's some truth to this assessionment of stress and agile processes. The only thing the article is missing is actual empirical evidence about the stress level of people doing sprints.
... ...
\ No newline at end of file
0
+ * [Why Scrum is Stressing You Out](https://rethinkingsoftware.substack.com/p/why-scrum-is-stressing-you-out) I am a fan of Scrum and sprints but I also think there's some truth to this assessionment of stress and agile processes. The only thing the article is missing is actual empirical evidence about the stress level of people doing sprints.
1
+ * [When (modular) monolith is the better way to build software](https://www.thoughtworks.com/en-us/insights/blog/microservices/modular-monolith-better-way-build-software)
... ...
\ No newline at end of file