Superlearning for programmers and engineers: architecture

The top programming skill is software architecture. For software architecture we often use UML and flowcharts. These visualization are great for visual markers and often do not even need further adaptations. It is no secret that most software is built as hierarchies. Model-view-controller is probably   the most common architecture paradigm. Classes pass the data …

Superlearning for programmers: algorithm development

My first job was database administrator. My second job was an RF engineer. My third job (back in 1999) was under title “algorithm developer”, and that was the first job I really loved. Since then I have been algorithm developer/CTO on and off, dealing with computer vision, image procession, machine learning, financial mathematics, semantic processing, …