Vapor RestKit v2.0 is Finally Out
I've finally pushed it out.
I've persisted backward compatibility with 1.x version and only marked old APIs as deprecated. (yeah, this will produce a ton of warnings)
The internals and tests are a little bit messy now as they actually contain both old and new implementations at the same time.
How to Exploit Network Effects in Daily Activities
Hey! I'm yet another guy from the internet who has enough time for pretty much everything.
Apart from my full-time job, I spend time with family, hang out with friends, do some sports 3 times a week, code open-source stuff in my free time, and preparing my side project for a soft launch.
Vapor RestKit News
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 on the stage of the initial design, both related to its internals and API.
Taking UICollectionView to SwiftUI
Why the heck do we still need UICollectionView in SwiftUI?
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😄