Adolfo RodriguezA Swift-ier Redux Implementation — Part IThis is the first of a series of Medium posts. Part II is coming soon. If you are a busy developer, feel free to skip this article and go…May 29, 2018May 29, 2018
Adolfo RodriguezSmart Algebraic Expressions in SwiftThe goal of this short article is to define a Swift type that can be initialized from algebraic expressions without computing those…May 23, 2018May 23, 2018
Adolfo RodriguezDefining many identical structs in SwiftSay you wish to define a series of structures that look identical. For example:May 15, 2018May 15, 2018
Adolfo RodriguezHave You Sent Wire Transfers Recently? They May Be $10 Short.And No One Can Explain Why.Sep 27, 20165Sep 27, 20165
Adolfo RodriguezThrowing Arithmetic Operators in Swift“Let me throw you a hand”Aug 4, 2016Aug 4, 2016
Adolfo RodriguezType Safe Matrices in SwiftThanks to Swift’s type safety and generics it is possible to define matrix types with safe operations. Where, for instance, you may only…Aug 3, 2016Aug 3, 2016
Adolfo Rodriguezinrelevant storiesI build a couple of “apps” every day. This is how I do it.I often hear friends complain about having great ideas that never take off because they lack the means for execution. “If only I could…Dec 28, 20152Dec 28, 20152
Adolfo Rodriguezinrelevant storiesAppending arbitrary properties to objects in SwiftAlthough some may regard it as a lazy solution to a problem that may be more cleanly tackled with a subclass, there are some extreme cases…Dec 17, 20151Dec 17, 20151