Fotogroep Waalre app goes open source

The Swift source code of the Fotogroep Waalre app is now in a GitHub repository. This allows software developers who are interested in photography to join in.

The Swift source code of the Fotogroep Waalre app is now in a GitHub repository. This allows software developers who are interested in photography to join in.
This is the technology stack used on this VPS-hosted site: More loosely-related stuff on the VPS-hosted site: This is the technology stack used on the Synology DS411 test site:
Instructions for factoring out a Swift Package from an existing Swift project. Based on a video tutorial by Stewart Lynch.
Github contributors have a page with a well-known graphic showing how active they were in, for example, the last 12 months. The horizontal axis is weeks, the vertical axis is within the week (Sunday is the top row). The intensity shows how many “contributions” they made to any public repository on Github. The color scales…
The Fotogroep Waalre app (called “Photo Club Waalre” in English) has a new version on the Apple App Store. Starting with v2.1.0 the app’s source code is now also available on a public GitHub repository. This was a matter of conforming to GitHub conventions (like having a markdown readme file). But it took quite some…
The iOS app formerly-known-as Photo Club Waalre (and Photogroep Waalre) has been renamed to Photo Club Hub. This applies to the code repository on Github, and to version 2.4.0 and above on Apple’s App Store. The name change emphasizes that the app is no longer tied to any single photo club. Since version 2.0 the…
Swift 6 aims to detect many concurrency issues at compile time. Fixing these new warnings and errors at compile time should prevent so-called “data-races” from showing up as intermittent run-time errors. This goal is important and even urgent because software developers are increasingly relying on concurrency to utilise multi-core processors and to perform slow tasks…