FFrançois-Olivierinfrankscorner.online·Sep 4, 2024 · 1 min readAnts, Mental Health and You as a better coderThese are the references from my talk at iOS Dev UK, Aberystwyth, UK, given in September 2024. Articles The Register article, mentioning burnout statistics from UK software engineers:https://www.theregister.com/2021/07/14/uk_developer_burnout/ Study ...00
FFrançois-Olivierinfrankscorner.online·Mar 17, 2024 · 3 min readGraphQL setupAs part of this GraphQL series, I write down my experience and observations about adding a GraphQL networking layer to an app. In this article, I will talk about how I added the dependency of Apollo to an existing iOS app. I started by adding the pac...00
FFrançois-Olivierinfrankscorner.online·Feb 28, 2024 · 2 min readGraphQL and Apollo in a nutshellThe main idea seems to decouple the backend from the frontend. It sounds nice! It implies to prevent waiting for every REST APIs, so that mobile devs can work on their feature quicker or without having to mock the responses. GraphQL is a very good id...00
FFrançois-Olivierinfrankscorner.online·Feb 28, 2024 · 1 min readCorporatingThe corporate world never stops baffling me. I mean... why have some easy wins, when we can complicate things? Simple solutions are (almost) never simple. There is so much organizational complexity to everything... Simple solutions need to account fo...00
FFrançois-Olivierinfrankscorner.online·Jun 4, 2023 · 3 min readCommentsIn my experience, comments guidelines tend to be similar from one team to the next. One common theme is the desire to add more comments because everyone came across a situation where more comments would have been beneficial. In a module with many aut...00