Jesús Alfredo Hernández AlarcónAdding async/await support to your current async code base API’sIn the latest WWDC 2021, Apple has introduced in Swift 5.5 in SE-0296 the async / await pattern. This pattern allow to run async…Jun 17, 2021Jun 17, 2021
Jesús Alfredo Hernández AlarcóniOS Snapshot tests + dark mode supportWriting tests for your UI views is so important as unit and integration tests. These kind of tests are not mandatory but are helpful while…Mar 28, 20211Mar 28, 20211
Jesús Alfredo Hernández AlarcónSimulate poor internet connection on iOS device or simulatorSometimes we need to simulate a poor connection or no connection in our iOS simulator. Of course one way to do this is disabling our WiFi…Mar 12, 2021Mar 12, 2021
Jesús Alfredo Hernández AlarcónDetecting memory leaks using Unit Tests in SwiftMemory management is a topic that every time we write code needs to be care. Fortunately Swift help us with this using the Automatic…Feb 26, 2021Feb 26, 2021
Jesús Alfredo Hernández AlarcónProxy Design PatternIn this post we talk about the Proxy design pattern and a simple example how to use it, in this case, in iOS applications to prevent…Feb 23, 2021Feb 23, 2021
Jesús Alfredo Hernández AlarcónMemory Leaks en iOSEn la entrada de hoy hablaremos:Feb 16, 2021Feb 16, 2021
Jesús Alfredo Hernández AlarcónHow to change your Authentication model in Laravel 5.3Sometimes we need to change the default User model in our Laravel Application. So let’s get started with this tutorial.Jan 11, 20177Jan 11, 20177