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.
Discovering 'Mini Life Travel': A Different Way to Vacation
Is it possible to have your cake and eat it too when you travel? I took the plunge into 'Mini Life Travel' and discovered a whole new way to experience vacation.
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.