Dec
08
Building iOS Mobile Apps with Redux-like Architecture

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?
Feb
25
Notion Task and Project Management Template
Productivity
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.
Jan
19
How To: REST API in Swift with Vapor RestKit — CRUDs
Open Source
3 min read

How To: REST API in Swift with Vapor RestKit — CRUDs

Writing CRUD Rest APIs is something that gets me bored VERY fast. Here comes RestKit with a vaccine from CRUDs boredom
Mar
20
GPT is Freakingly Demotivating
AI
1 min read

GPT is Freakingly Demotivating

When the ChatGPT came out, I generated a post for fun, giggled a little bit, and then realized that ChatGPT discouraged me from posting anything.
May
25
Custom Segmented Control Picker with SwiftUI
Post
3 min read

Custom Segmented Control Picker with SwiftUI

Not long ago, I needed a segmented picker, and as it usually happens, native things didn't fit designs quite well, and I had to go custom. Here is what happened next😄