When you’re writing a conversion layer to transform your callback based code into code that supports async/await in Swift, you’ll typically find yourself using continuations. A continuation is a…
URL routing is a large problem that has been solved in various ways over the years...but what does that have to do with swift-parsing!? A lot! swift-parsing comes with a URL routing library built on top of parser-printers, and it solves a lot of problems that still exist in today's most popular web frameworks.
Hallo vrienden, Leo hier.
Today we will explore interesting facts about UIKit coordinate system. The goal today is to center a subview within its superview. It's been a very busy week for me and the article today will be a very fast one!
Centering a ...
New in Swift 5.6: We can now use type placeholders to select what generic types that we want the compiler to infer. Let’s take a look at how those placeholders work, and what kinds of situations that they could be really useful in.
Learn how to use unit testing to gain confidence in the correctness of code at the unit level, and use UI testing to ensure that the application fulfills user requirements, explained in detail and illustrated using an example application built using SwiftUI.
Have you ever heard a software developer go on and on about the SOLID principles and how they can potentially end all of the world's problems? And have you ever wondered what on earth these are?
Well, wait no more.
Today we will break down each of th...