Dependency injection in React Native
- I have been selected to talk about dependency injection in a React Native context at the Mobilis in Mobile conference, here is the abstract and the replay.
- I have been selected to talk about dependency injection in a React Native context at the Mobilis in Mobile conference, here is the abstract and the replay.
- Aside from my job as an Engineering Manager, I started to work on an idea. Here are the questions I had, my thoughts and my struggles.
- Animations are a great technique to significantly improve your UX. Discover how to get started with Animation on Android with Jetpack Compose !
- Every 4 years or so, in my personal experience, we partially or completely rewrite a badly architectured app. In order to avoid this, the "Clean Architecture" philosophy described by Uncle Bob comes to rescue us.
- In apps containing a lot of funnels and guided paths, it is not very usefull to let the user look for its content. Instead, we can use the data and sensors state and the date time to automatically navigate inside the app.
- GraphQL is the new way to request data from frontend client. It uses a single endpoint and let us save requests and data. However, we move the N+1 query problem from frontend to the database layer. Dataloader comes to the rescue !