Vincent Tourraine
Reblog

Novembre 2019

Alain Le Diberder : «Netflix doit rester dans une optique de grande surface spécialisée»

Ergonomiste et dirigeant de la société de conseil Buzz2buzz, Alain Le Diberder a été directeur des programmes d’Arte entre 2012 et 2017. Il publie le 26 septembre la Nouvelle Economie de l’audiovisuel (La Découverte).

Secret Management on iOS

One of the great unsolved questions in iOS development is, “How do I store secrets securely on the client?” Baked into this question is the assumption that, without taking proper measures, those secrets will be leaked in one way or another — either in source revision control (GitHub and the li

Understanding the iOS 13 Scene Delegate

When you create a new project in Xcode 11, you might notice something that you haven’t seen before. Instead of only creating an AppDelegate.swift file, a ViewController.swift, a storyboard and some other files, Xcode now creates a new file for you; the SceneDelegate.swift file.