Become a member
Sign in
Raphaël Kiffer
Raphaël Kiffer

Raphaël Kiffer

4 Following
1 Followers
  • Profile

  • Claps

  • Highlights

Highlighted by Raphaël Kiffer

See more

From #JSNoob — Ways to create an object (including ES6 way) by abhishek gupta

class footballer {
constructor(name, club) {
this.name = name;

this.club = club;
}
}
let f = new footballer('Lio Messi', 'FC Barcelona');

From Choosing a frontend framework in 2017 by Taras Mankovski

…r framework was reaching an evolutionary dead-end. Google needed a tool that their developers could use to build robust applications, and Angular.js could not become this tool. They started working on a new framework that would be a spiritual successor to Angular.js. Unlike Angular.js, wh…

From Choosing a frontend framework in 2017 by Taras Mankovski

…. Google needed a tool that their developers could use to build robust applications, and Angular.js could not become this tool. They started working on a new framework that would be a spiritual successor to Angular.js. Unlike Angular.js, which beca…

Claps from Raphaël Kiffer

See more

Flutter Internationalization : the easy way with flappy_translator

Thomas Ecalle

Downloading Streams

Erdem Guven

L’intense année 2017 du pôle Android de Smart&Soft

Ludovic ROLAND