Functional Programming in Swift
Functional programming is a programming paradigm and perhaps even more so a mindset which helps you structure your programs into separate functions. These functions take some input and return the c...
Functional programming is a programming paradigm and perhaps even more so a mindset which helps you structure your programs into separate functions. These functions take some input and return the c...
Jazzy is a command-line utility that generates documentation for both Swift and Objective-C. Instead of parsing your source files, jazzy hooks into Clang and SourceKit to use the AST representation...
Lottie is a mobile library for iOS and Android that parses Adobe After Effects animations exported as JSON with bodymovin and renders the vector animations natively on mobile and through React Nati...
Microservices have recently got a lot of attention and Vapor provides us with all the needed tools and APIs to create a Microservices architecture relatively easy. Vapor has several packages provi...
Subtle and concise animations can help draw the user’s attention to a specific area of your application. Often it may be unclear to the user when to perform a certain action or as to what is going ...
Getting started with Vapor is easy thanks to the handy Vapor Toolbox and well written documentation. Prerequisites Swift 4.1 (bundled with Xcode) Xcode 9.3 or higher (optional if you install...