Blog » Development »
Kategorie: Development
-

Zusammenarbeit über Teamgrenzen hinweg
von
in DevelopmentMartin beschäftigt sich mit der Frage, wie die Zusammenarbeit teamübergreifend verbessert werden kann.
-

Mentale Modelle für bessere Zusammenarbeit
von
in DevelopmentMartin stellt vier mentale Modelle vor, die die Zusammenarbeit auf Teamebene verbessern.
-

Dude … we have to talk about this (in JavaScript)
von
Lenz explains this. Well … the JavaScript version of this.
-

TypeScript 3.0 – das sind die Neuerungen
von
in DevelopmentUnser Christopher hat sich die Neuerungen in TypeScript 3.0 genauer angesehen.
-

Symfony 4 Using Private Recipes with Flex
von
Sebastian describes how to use private recipes with Symfony Flex.
-

LSH – an efficient approach to nearest neighbour search
von
Max, our intern, describes in this article the basic ideas of behind LSH.
-

Faster programming (with ES6): Index-Directories, Property Initialization and Constructor Parameters (Part 4/4)
von
in DevelopmentPart 4 of the series „how to program faster“ you learn more ways to reduce code: Index-Directories, Property Initialization, and Constructor Parameters.
-

Faster programming (with ES6): Magic Getters, Setters and Variable Function Names (Part 3/4)
von
in DevelopmentPart 3 of the series „Faster programming using ES6“ you learn more about magic getters/setters and the Variable Function Names.
-

Faster Programming (with ES6): Destructuring and Arrow Function (Part 2/4)
von
in DevelopmentIn the second part of our series „how to program faster“ we show you how to use destructuring and the Arrow Function (The Fat Arrow).