Notes to my future self
- There is beauty in simplicity
- Always place numbers in their context
- Deep Learning is not the solution to all your business problems
- The earlier problems are discovered, the less the overall cost will be
- Matching the tasks to the skills and motivation of the people available increases team productivity
- Code is worth very little, it is the accumulation of knowledge (the know-how) that is to be regarded as highly valuable
- There is no single best approach to writing code, the best way is to read into different strategies and experiment
- Productivity is increased by sparking motivation, improving the work environment, learning from mistakes and improving the development process
- Programming is in its essence very difficult
- DevOps helps shortening the customer feedback cycle, therefore increasing the rate at which you can learn and innovate
- Pearls are to be found in the manuscripts of Dijkstra
- The value of reading into the history of computing science cannot be overstated!
- Lean Development is its essence: reducing code, design and management complexity
- If you’re having trouble reading your own code, documenting it is not the solution
- Customer Data Privacy should be regarded as a fundamental right
- Code complexity incurs the need of refactoring
- Elegant code is more easy to debug