Journal

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
30
Discovering 'Mini Life Travel': A Different Way to Vacation
Shorts
2 min read

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.
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.