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
How To: REST API in Swift with Vapor RestKit — ORM Extensions
One of the things I worked on some time ago was Vapor Rest Kit
It started as a set of utils I implemented to speed up the development of my side project.
Gradually my Vapor utils grew rather large and decided to move it to a separate package and publish.
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😄
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?
Comments