Tag:swift
All the articles with the tag "swift".
Mockirinha - a approach to write unit test for API requests
Posted on:March 7, 2024 at 12:00 PMWhen writing unit tests in iOS applications using Swift, the question often arises about how to abstract API responses to cover all possible outcomes. There are various strategies and levels of testing we want to perform. This post implements a model for one such approach.
Interactor and Collections
Posted on:March 23, 2017 at 03:28 PMThis week, I viewed "Sequence & Collection" by Soroush Khanlou on Skilled. For more talks, it's a perfect site. Inspired, I experimented with day-to-day development changes, starting with a circular, infinite queue.
Enum to Solution Complex UITableView
Posted on:August 1, 2016 at 03:28 PMProposing an enum-based approach for iOS structures like UITableViewController, streamlining diverse item lists without requiring models to implement interface-related protocols. Simplified and efficient solution.
MVVM and Tests
Posted on:August 1, 2016 at 03:22 PMHow to build a extension to NSURLRequest generate a cURL command to debug API call
MVVM with Flow Controller — First Step
Posted on:July 23, 2016 at 03:22 PMThis article discusses implementing MVVM with the Flow Controller to build applications that can evolve over time and have improved maintainability.
Little Plugin for Convert NSURLRequest in CUrl
Posted on:June 4, 2016 at 03:22 PMHow to build a extension to NSURLRequest generate a cURL command to debug API call
Git Merging vs Rebase
Posted on:January 26, 2016 at 03:22 PMThe article explains how to use rebase within the Gitflow context to aid in managing commit messages and achieving an organized commit history.