Jan
23
Parametrized XCTest in Swift with Obj-C Runtime
Shorts
5 min read

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?
Dec
16
How to Generate and Process Ideas for Side Projects

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
Dec
03
How To Make a Card Game For iOS — Game Core (Part 3)
Longs
8 min read

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.
Nov
25
Basic Tips on Project Management
Project Management
4 min read

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.
Oct
23
How To Make a Card Game For iOS — Improving Architecture With Generics and Protocols (Part 2)
Longs
4 min read

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.