JavaScript Essentials: Memory ManagementBy Rainer HahnekampAs JavaScript developers we don't have to care how our application "gets" memory and releases it. We are in the luxurious position that the engine does that automatically and shields us from all challenges that can occur. ...
Jumpstart into Swagger / OpenAPI ToolsBy Rainer HahnekampDesign is the foundation of your API development. Swagger makes API design easy and Rainer will show you how he uses Swagger in his daily life.
Javascript Engine Essentials for DevelopersBy Rainer HahnekampGoogle's V8 raised the execution speed of JavaScript to a level almost comparable to C++. But how do the internals affect us as developers in our daily life? Doesn't "normal written code" just run faster automatically? ...
Typesafety with TypeScript and Live-CodingBy Rainer HahnekampIn this talk: static types in a JavaScript app using TypeScript and companion tools. Live coding done with Angular 2 / Spring.