Vinícius LealDesign Patterns in Swift — DecoratorDesign patterns are solutions to problems that someone once had and solved by applying a model that has been documented and that you can…Nov 8, 2020Nov 8, 2020
Vinícius LealImproving the Testability of Apple Pay With Dependency InjectionWe all know the importance of writing unit tests. But we also have seen many people who say that they take time to write, some things do…Oct 16, 2020Oct 16, 2020
Vinícius LealWhat Is Open Source and How to Start ContributingThe world today is more democratic for those who want or need to use computers, more precisely those who need to make use of computer…Sep 29, 2020Sep 29, 2020
Vinícius LealDesign Patterns in Swift — Template MethodWhen we think about the software development routine, we can quickly identify that many times, the solution to a specific problem has…May 22, 2020May 22, 2020
Vinícius LealinUX CollectiveMicrointeractions in SwiftUI — menu button animationIn this article, I will show you how I implemented a menu button microinteraction in SwiftUI.Apr 11, 20201Apr 11, 20201
Vinícius LealinMac O’ClockTest Driving UIPageViewController implementationA UIPageViewController is a very popular element in iOS Projects. It’s commonly seen in onboarding screens, but it has a ton of other uses.Apr 3, 2020Apr 3, 2020
Vinícius LealSwift basics — InitializersInitializers are methods that can be called to create a new instance of a type. Let’s talk a bit about them…Mar 19, 2020Mar 19, 2020