Skip to content

Commit 16d46be

Browse files
committed
Add boring tech
1 parent f875cdd commit 16d46be

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
- [Technical debt](#technical-debt)
9898
- [Testing](#testing)
9999
- [Tools](#tools)
100+
- [Type system](#type-system)
100101
- [Version control (Git)](#version-control-git)
101102
- [Work ethics, productivity & work/life balance](#work-ethics-productivity--worklife-balance)
102103
- [Web development](#web-development)
@@ -1502,6 +1503,9 @@ Microservices/splitting a monolith:
15021503

15031504
#### Reliability
15041505

1506+
> Quality is a snapshot at the start of life and reliability is a motion picture of the day-by-day operation.
1507+
> [NIST](https://www.itl.nist.gov/div898/handbook/apr/section1/apr111.htm)
1508+
15051509
- I already mentioned the book Release it! above. There's also a [presentation](http://www.slideshare.net/justindorfman/stability-patterns-presentation) from the author.
15061510
- [Service Recovery: Rolling Back vs. Forward Fixing](https://www.linkedin.com/pulse/service-recovery-rolling-back-vs-forward-fixing-mohamed-el-geish/)
15071511
- [How Complex Systems Fail](https://how.complexsystems.fail/)
@@ -1615,6 +1619,13 @@ End-to-end tests:
16151619
- [Choose Boring Technology](https://boringtechnology.club/)
16161620
- [Ask HN: Best dev tool pitches of all time?](https://news.ycombinator.com/item?id=31782200)
16171621

1622+
> The future life expectancy of some non-perishable things, like a technology or an idea, is proportional to their current age
1623+
> — Lindy’s Law
1624+
1625+
### Type system
1626+
1627+
- [Counterexamples in Type Systems](https://counterexamples.org/intro.html): a library of runtime issues that weren't caught by the type system
1628+
16181629
### Version control (Git)
16191630

16201631
Learning Git, courses and books:

0 commit comments

Comments
 (0)