Kategorie: Development
-
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).
-
Faster Programming (with ES6/TypeScript): Introduction
von
in DevelopmentIn the long term a project always benefits from writing less code. This is the first of a four-part series where you learn why less is better.