iOS implementation of user authentication without a password as specified and mocked up previously o...
- 1
- 9
iOS implementation of user authentication without a password
Dead end Having reached a dead end, decided to take a look at the client side in an effort to under...
- 3
- 0
How to trace and debug an iOS crash (Part 2)
Just recently came across this case needing to convert a number to its wording. For example, given t...
- 11
- 24
Making wordings of numbers - 27 going twentyseven
The hash table seems to be the dominator of data structures as it is being used to solve a variety o...
- 5
- 0
How to think of... a hash table (Part 1)
Methods aren't reusable. Objects are. public static final MathOperation MULTIPLY_BY_2 = n...
- 4
- 0
On Reusability (Part 2) - Misconceptions
Find it amazing how a single method interface can be the inspiration to a good software design. Her...
- 7
- 6
Recently came across the following warning while running an app on the simulator. objc[3946]: Cl...
How to debug a "Class JKSerializer is implemented in both" case (Part 1)