Roberto FrontadoinDevjamXCFrameworks — New Format of Packaging Frameworks in iOSAt WWDC 2019, Apple introduced a new format for packaging frameworks called XCFrameworks, which allows developers to conveniently …Nov 2, 20202Nov 2, 20202
Roberto FrontadoinDevjamSnapshot Testing in Swift 📸Snapshot tests are an easy way to ensure that the UI doesn’t change unexpectedly when you modify your code.Sep 29, 20202Sep 29, 20202
Roberto FrontadoinDevjamXcodeGen — Collaboration Made EasyIf you have ever worked in a team, I’m sure that many times, you’ve encountered conflicts with the .xcodeproj file while merging your code.Jul 20, 2020Jul 20, 2020
Roberto FrontadoinDevjamServerless: Simple CRUD Application in 10 minutes on AWSThe whole idea of going Serverless is that you don’t have to worry about provisioning the server, that work is being taken away from you…Jun 2, 2020Jun 2, 2020
Roberto FrontadoinDevjamDependency injection in Swift using @propertyWrappersDependency injection (DI) is a technique whereby one object supplies the dependencies of another object.Apr 20, 2020Apr 20, 2020