Parametrized XCTest in Swift with Obj-C Runtime
How to implement parametrized XCTest in Swift and run it with a bunch of input-output datasets via Obj-C Runtime. When could this be helpful?
How to Generate and Process Ideas for Side Projects
Thoughts on how ideas for side projects can be generated filtered and processed to make the most of it
How To Make a Card Game For iOS — Game Core (Part 3)
What's the game? In my case, the Game object can be considered as a finite state machine, that may perform transition in response to an input action that we apply to her.
Basic Tips on Project Management
Without proper management, any project is likely to become infinite, get stretched for months and even years, and run out of budget without getting done. Here are the basic tips for managing the project that may be enough.
How To Make a Card Game For iOS — Improving Architecture With Generics and Protocols (Part 2)
Second part about Card Game implementation. Mostly about Swift Protocols, PoP principles and Generic programming.