Journal

Sep
27
How to Make REST API on Swift Even Better. I'm Working On Vapor RestKit  2.0
Open Source
1 min read

How to Make REST API on Swift Even Better. I'm Working On Vapor RestKit 2.0

I've started to work on a big update for Vapor RestKit. I've been using it for a while and noticed several shortcomings that were not noticeable at the stage of the initial design, both related to its internals and API.
Jul
27
Taking UICollectionView to SwiftUI
Shorts
5 min read

Taking UICollectionView to SwiftUI

Why the heck do we still need UICollectionView in SwiftUI
May
25
Custom Segmented Control Picker with SwiftUI
Shorts
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😄
Mar
27
I've Spent 30 Years on This Planet
Post
1 min read

I've Spent 30 Years on This Planet

My initial plan to ride on a motorbike right into my 30 years old has failed. I don't have neither a bike nor even a moto driving license. I can't even drive it. So my Mom can be completely calm.
Mar
23
My 100 Days of Code Challenge - What Can You Do in 100 Days?
Post
2 min read

My 100 Days of Code Challenge - What Can You Do in 100 Days?

Originally 100 Days of Code means a minimum of 1 hour of daily coding. Mostly It's popular among software engineering newcomers as it motivates them to learn systematically. In my case, 1 hour was not enough, so I picked a modified version: 100 Days of full-time coding.