Open Source

Mar
14
Puredux 1.2 – Monorepo Migration and Further Plans
Open Source
2 min read

Puredux 1.2 – Monorepo Migration and Further Plans

Recently I returned back to the Puredux development and released a 1.2 update.
Jun
20
Puredux 1.1 - Release Notes
Open Source
4 min read

Puredux 1.1 - Release Notes

Puredux v1.1 is finally out. Puredux is a UDF architecture framework in Swift for app state management with Redux/Flux ideas in mind.
May
02
Vapor RestKit 2.1 - Backward Cursor Pagination
Open Source
2 min read

Vapor RestKit 2.1 - Backward Cursor Pagination

One small step for Vapor RestKit - one giant leap for mankind. Bi-directional cursor pagination is now available in Vapor RestKit
Jun
16
I’ve Made a Redux Architecture Library for iOS and Called It Puredux
Open Source
4 min read

I’ve Made a Redux Architecture Library for iOS and Called It Puredux

Not long ago, I started to roll out Puredux v1.0. Puredux is a UDF architecture framework in Swift for app state management with Redux ideas in mind. Store, Reducers, Actions dispatching, and unidirectional data flow.
Nov
22
How to Make REST API on Swift Even Better. Vapor RestKit  2.0 is Out
Open Source
2 min read

How to Make REST API on Swift Even Better. Vapor RestKit 2.0 is Out

A BIG update for Vapor RestKit - fast pace RestFul API framework for Vapor. Build CRUDs with Sort, Filter, and Cursor pagination cleaner than ever.
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.
Feb
21
I’ve Made a Library for Building a Declarative Layout in UIKit
Open Source
3 min read

I’ve Made a Library for Building a Declarative Layout in UIKit

Going back to UIKit after getting used to SwiftUI is painful. I've made SwiftyUIKit to solve this problem.
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
Dec
29
How To: REST API in Swift with Vapor RestKit — ORM Extensions
Open Source
2 min read

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.