Posts
All the articles I've posted.
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.
Your app is getting old at this time
Posted on:June 5, 2016 at 03:22 PMArticle about how applications can suffer over time and the delay in implementing new features, a topic that was under discussion in 2016.
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
Migrate your Repository Git
Posted on:February 14, 2016 at 03:22 PMA short series on how to migrate a Git repository between services.
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.