Longs

Feb
25
Notion Task and Project Management Template
Longs
10 min read

Notion Task and Project Management Template

My tasks and time management notion template that can be scaled up to handle multiple projects and users. Works best for managing to-do lists, tracking goals and prioritizing tasks.
Dec
08
Building iOS Mobile Apps with Redux-like Architecture
Longs
18 min read

Building iOS Mobile Apps with Redux-like Architecture

One of the things I've been puzzling over recently. Can we benefit much from bringing redux-like architectures to iOS? How? And how can we get most of it?
Sep
10
CI/CD Pipeline Setup with GitHub Actions for iOS Project
Longs
9 min read

CI/CD Pipeline Setup with GitHub Actions for iOS Project

Jun
23
How To Make a Card Game For iOS — Animations (Part 4)
Longs
5 min read

How To Make a Card Game For iOS — Animations (Part 4)

Finally, UIKit Card Game Engine animations. An overview of animations implementation ideas.
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.