While Codable protocol makes our life easier, it is wired in a specific way by default, when it starts acting on its own, and not really parsing the data as we would like, the first reaction would be to give up on it.
Read MoreLast morning I saw, like a lot of iOS developers, a tweet by John Sundell announcing Publish. A static website framework he has been creating mainly used for his own website Swift by Sundell boasting super fast loading time thanks to its static aspect and is entirely in Swift, awesome!
Read MoreLast week I was taking a first look at SwiftUI and was amazed by its potential (see SwiftUI Discovery - Part 1).
This week I will explain simply how to integrate a Data Flow into SwiftUI, mainly, how to update the UI from an external source of data such as an API.
Read MoreWhile the last WWDC keynote was again a display mostly aimed at journalists, presenting new machines rather than focusing on software, it wasn’t without Craig Federighi dropping a massive bomb in Apple development world at the last minutes.
Presenting Swift UI, a new UI layer for iOS, replacing UIKit, entirely written in Swift.
Read MoreWe were using node js to convert bytea images using a simple algorithm. But, having requests holding about 100MB of images in them, this quickly became a performance problem as our server would time out before being able to process all the images.
Read More