A few days ago my wife expressed an interest in learning how to code. ‘Really..? Sure!’, I said. ‘You should check out an app called Swift Playgrounds’. I was a little surprised, since she’s not the math or science type (she’ll freely admit that). Unlike ... (more…)
Read more »
In this pandemic you have probably seen many restaurants using QR codes for their menu in order to avoid using carton-made menu that could possibly be contaminated by other customers. Today I’ll… (more…)
Read more »
WatchDuck is a lightweight, cross-platform web service monitor written entirely in Swift. - BertanT/WatchDuck... (more…)
Read more »
At WWDC21, Apple announced Swift-DocC, a new documentation compiler for Swift frameworks and... (more…)
Read more »
Networking nowadays is a requirement for most modern iOS apps. This often takes the form of interfacing with a remote web service that provides data for an app. And this web service is often a REST API that returns data in the JSON format. But writing net... (more…)
Read more »