Public Post Software Development Server-Side-Swift on Steroids with Vapor RestKit. Charming CRUDs Writing CRUD Rest APIs is something that gets me bored VERY fast. Here comes RestKit with a vaccine from CRUDs boredom
Public Post Software Development Server-Side-Swift on Steroids with Vapor RestKit. Fluent Model 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.
Public Post Software Development Should we bring Redux to iOS? 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?
Public Post Software Development SwiftUI @State of things - October 2020 Four month ago I decided that it's perfect time to dive into SwiftUI entirely. How is it now?
Public Post Software Development CI/CD pipeline setup with GitHub Actions for iOS project That kind of things are done rather seldom. Luckily if several times a year. That's why I have to look back the process how it's done every time. sI decided to write a tutorial once, so next time I didn't have to google once again. Probably that would be helpful also for you.
Public Post Software Development How my iOS dev stack changed in 2020 Recently I've spent some time thinking over my current iOS development stack trying to figure out how to make development process more efficient.
Public Post Software Development Cards Game Engine with UIKit: Animations Finally, UIKit Card Game Engine animations. An overview of animations implementation ideas.
Public Post Software Development Parametrized XCTest in Swift A couple of ways to use Parametrized XCTest in Swift
Public Post Software Development Card Game Engine with UIKit - The Game Internals What's the game? In my case, the Game object can be considered as a finite state machine, that may perform transition in response to an input action that we apply to her.
Public Post Software Development Rational project management in 5 minutes Without proper management, any project is likely to become infinite, get stretched for months and even years, run out of budget without getting done.
Public Post Software Development Generic Card Game Engine Second part about Card Game implementation. Mostly about Swift Protocols, PoP principles and Generic programming.
Public Post Software Development Card Game Engine with UIKit While UIKit is not killed by SwiftUI and is still used at least somewhere, I decided to start a set of posts devoted to implementation of UIKit-based card game engine.
Public Post Software Development Pursuing WWDC 2019 The main thing about WWDC 2019 is that at least it was not disappointing.
Public Post Software Development Show me your VIPER There are tons of VIPER-related publications in the internet. Anyway it turns out that every team cooks VIPER in its own way. So decided to run through my recipe that I'm using in my current iOS project.
Public Post Software Development VIPER: Lessons learned The girl asked me to show my python but I code iOS Apps in Swift and VIPER was the only snake I could show