Blog

Posts in 2025
  • Swift concurrency

    Saturday, March 01, 2025 in Blog

    To begin, I must admit that my knowledge of Swift concurrency is limited. I have a basic understanding of the subject, and if you are reading this blog and seeking further details about the topic, I recommend conducting a search and reading articles …

    Read more

  • Observers

    Saturday, March 01, 2025 in Blog

    A key feature of RsyncUI is observation for two notifications: NSNotification.Name.NSFileHandleDataAvailable Process.didTerminateNotification Without observation and required actions when observed, RsyncUI becomes useless. Both observations are …

    Read more

  • Console and OSLog

    Saturday, February 01, 2025 in Blog

    Included in Swift 5 is a unified logging feature called OSLog. This feature provides several methods for logging and investigating the application’s activities. By utilizing OSLog, print statements are no longer necessary to follow the …

    Read more