this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

:art:

+1 -1
+1 -1
Programming.md
··· 54 54 - Handle the 80% and let the 20% fend for themselves. 55 55 - [[Pareto Principle |80% of the impact comes from 20% of the work]]. 56 56 - [Software is never finished, only abandoned](https://stackoverflow.blog/2020/02/20/requirements-volatility-is-the-core-problem-of-software-engineering/). 57 - - **Treat all the data as an append only event log**. 57 + - **Treat all the data as an [append only event log](https://www.youtube.com/watch?v=ZQ-MdKj3BjU)**. 58 58 - Use a central log where consumers can subscribe to the relevant events. 59 59 - Having a central place ([the log](https://engineering.linkedin.com/distributed-systems/log-what-every-software-engineer-should-know-about-real-time-datas-unifying)) for continuous events make easy to create a stream of data to process and sets a source of truth. 60 60 - **There is no silver bullet**.