August 2022 - Today
Lille, FR
Feb 2020 - July 2022
Lille, FR
Agility and PaaS deployment move (Gitlab/Terraform/Puppet)May 2016 - Feb 2020 (4 years)
Lille, FR
Android, iOS, cross-platform expertiseJun 2013 - Apr 2016 (3 years)
Lille, FR
Experience in transactional banking and distribution (m-payment)Jul 2011 - Jun 2013 (2 years)
Lyon, FR
Specification and development of mobile applications, Android expertise, operation of services in productionMay 2010 - Oct 2010 (6 month)
Lyon, FR
Creation of a mobile transactional service for a banking organization o Functional study of the serviceFeb 2009 - Jul 2009 (6 month)
Lyon, FR
Industrialization of daily quality of service reports for Orange France DNS platformsFeb 2008 - Jul 2008 (6 month)
Grenoble, FR
Redesign of the MyEolas intranet ;Interface for the administration and use of the customer base, management of the company's life and invoicingFrom 2008-2011
Lyon, FR
2010-2011 (6 month)
Helsinki, FI
o Embedded system project: creation of a remote controlled car with cruise controlFrom 2006 to 2008 (2 Years)
Grenoble, FR
September 2024
Tokyo, Japan 🇯🇵
Kotlin is much more than just a language; it is a complete ecosystem! From backend development to cross-platform front-end development, and even data science, it is everywhere. This is part of the DNA of Kotlin since its creation and grows exponentially especially with the latest Google IO and KotlinConf 2024. This talk demonstrates how Android devs can easily become fullstack using their existing Kotlin skills. We will share three demos covering different stacks of development including exotic and funny ones. We will achieve all of this by keeping our favorite Jetpack libraries (such as navigation, Room and preferences datastore) and integrating new ones (such as Ktor client/server, DataFrame). By the end of this presentation, you will be delighted to realize how easy and pleasant it is to kick-start development for other targets than Android. Indeed, in addition to iOS, desktop, web, backend, and data-science apps, even more app stacks are already in your reach.
June 19th 2024
Seclin, France 🇫🇷
Are you not passionate about server-side development? For many Android developers, it is challenging to delve into backend or web technologies (too much object-oriented, verbose and/or outdated languages, dynamic typing, etc.). With the evolution of Kotlin, now everything is possible. The idea of this conference is to show you Kotlin's advances in frontend development through Compose multiplatform (mobile, desktop, and web) and full stack development with KMP. We will also discuss the perspectives and exciting future of the ecosystem.
April 29th 2024
Lyon, France 🇫🇷
Kotlin et son écosystème riche est un véritable couteau suisse qui permet de développer facilement de nombreux types d'applications : serveurs, interfaces en ligne de commande (CLI), clients lourds, applications mobiles, etc. En attendant l'arrivée de Kotlin 2.0, n'est-ce pas le moment idéal de voir tout qu'on peut de faire actuellement et dans le futur en Kotlin ? Cet atelier vous permettra de découvrir comment développer différents types d'applications aux travers d'exercices pratiques. Voici un tour d'horizon de ce que vous allez y découvrir : Le meilleur des fonctionnalités du language Kotlin (Null safety, la programmation fonctionnelle...) Développer une API Rest avec Spring Boot, avec Ktor Développer un monorepo Kotlin multi-plateforme avec un serveur et des application web, desktop, iOS et Android Et bien d'autres fonctionnalités #WASM, #Kotlin Native, #Coroutines #DataScience... N'hésitez plus, installez la dernière version d'Android Studio et venez partager cette session avec nous 🚀
February 15th 2024
Lille, France 🇫🇷
Le développement côté serveur ne vous passionne pas ? Pour beaucoup de développeurs Android, difficile de mettre la main dans des technos backend ou web (trop d’orienté objet, langages verbeux et / ou vieillissants, typage dynamique, etc.). Avec l’évolution de Kotlin, tout est dorénavant possible. L’idée de cette conférence est de vous montrer les avancées de Kotlin dans le cadre du développement frontend via Compose multiplatform (mobile, bureau et web) et du développement full stack avec KMP. Nous parlerons également des perspectives et du futur excitant de l’écosystème.
October 4th 2023
Online
Kotlin is a modern and powerful programming language with an ecosystem that enables targeting various platforms and developing all types of apps: servers, mobile apps, web apps, and desktop applications. This means that Android developers are very close to becoming Fullstack and cross-platform developers ! Participants will: - Initiate a cross platform app (web, mobile iOS/Android and desktop) with Kotlin Multiplatform (KMP) and Compose Multiplatform - See live example of other Kotlin possibilities such as a Spring Rest API, Kotlin WASM, Kotlin/JS. The workshop material provides many practical exercices as well as some reading. So, if you want to code or to read, please come to our session.
June 7th 2023
Coimbra, Portugal 🇵🇹
Kotlin is a versatile programming language that allows to develop many types of apps: servers, CLIs, Desktop app, mobile apps, etc. This makes the Kotlin ecosystem a very interesting and rich one. So why not take some time to explore this the many possibilities of Kotlin with some code 💪. This coding workshop will show you how to develop different types of apps using Kotlin with practical exercises and solutions. It has the following plan: - Notable Kotlin Features - Development of a Rest API with Spring Boot - Development of a Rest API with Ktor - Development of a multi-platform web, desktop and Android application with Compose Multiplatform - Development of a Kotlin Multiplatform Mobile (KMM) project for iOS and Android - Other Kotlin features: KMP, Kotlin Native, Coroutines, etc. Here is the list of prerequisites: - A JDK (preferably the latest LTS version) - IntelliJ (Ultimate or Community) preferably, or VSCode with a Kotlin extension. - For the mobile part with KMM: Android Studio + the "kotlin multiplatform mobile" plugin. - An Android SDK: can be installed with IntelliJ or Android Studio The workshop material is available here: https://worldline.github.io/learning-kotlin/ The source code for this workshop (website and solutions) is available here: https://github.com/worldline/learning-kotlin
April 13th 2023
Paris, France 🇫🇷
Kotlin is a versatile programming language that allows to develop many types of apps: servers, CLIs, Desktop apps, mobile apps, etc. This makes the Kotlin ecosystem very interesting and rich. So why not take some time to explore the many possibilities of Kotlin
Name | Abstract | Link |
---|---|---|
Kotlin Multiplatform | Kotlin is a modern and powerful programming language with an ecosystem that enables targeting various platforms and developing all types of apps: servers, mobile apps, web apps, and desktop applications. This means that Android developers are very close to becoming Fullstack and cross-platform developers ! | 🌐Source |
Android | Android is a mobile operating system developed by Google. It is based on the Linux kernel and is used by more than 3.5 billion mobile devices around the world. | 🌐Source |
Flutter | Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. | 🌐Source |
DevOps for developers | A pragmatic approach to learn basic principles of DevOps for developers including Continuous Integration, Continuous Delivery, and Infrastructure as Code. | 🌐Source |
POO with Java | A practical introduction to Object-Oriented Programming (OOP) with Java. This course will cover the basics of OOP, including classes, objects, inheritance, polymorphism, and encapsulation. | 🌐Source |