What’s Digitalisation Actually About?

Leider ist der Eintrag nur auf Britisches Englisch verfügbar.Digitalisation, or digital transformation, as it is sometimes also called is an important subject matter as well as challenge for businesses today. Therefore, I find it strangely confusing that sometimes aspects are lumped together under this umbrella that are not or only tangentially related to what digitalisation actually is about. So, here's my - perhaps opinionated - take on what digitalisation is actually about and what it entails. In a nutshell, digitalisation comprises these ... Read more

Younes Jaaidi @ AngularConnect 2018: White-labeling & A/B testing with interchangeable components

Leider ist der Eintrag nur auf Britisches Englisch verfügbar. Read more

Uri Shaked & Kapunahele Wong @ AngularConnect 2018: Climbing up injector trees

Leider ist der Eintrag nur auf Britisches Englisch verfügbar. Read more

Olivier Combe @ AngularConnect 2018: Runtime i18n with Ivy

Leider ist der Eintrag nur auf Britisches Englisch verfügbar. Read more

A Guide to Refactoring Large Functions by Robert Muth

Leider ist der Eintrag nur auf Britisches Englisch verfügbar.Software Engineer Robert Muth wrote this interesting article on refactoring large functions. The article starts with providing ample motivation for using functions (or methods in a strictly object-oriented context). Apart from making code shareable and reusable, which is only a minor benefit of functions / methods, reasons for writing code as functions are: giving a meaningful name to several lines of related code readability limiting visibility lowering indentation levels improving testability The article goes on to describe several common cues ... Read more