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.
What's New in Swift 5.7 - WWDC2022
Command Plugins for SPM, Threadsafe Concurrency with Actors model, and brand new distributed Actors. Swift Regex framework. Massive update of Swift Generic Protocols.
Here is a detailed summary of the "What's New in Swift" session from WWDC2022.
Parametrized XCTest in Swift with Obj-C Runtime
How to implement parametrized XCTest in Swift and run it with a bunch of input-output datasets via Obj-C Runtime. When could this be helpful?
Top 35 Sessions From WWDC22
If you haven't watched the WWDC2022 cover-to-cover yet, here is a quick-but-deep-enough guide for you.
Comments