Blog

Posts in 2025
  • Swift concurrency

    Saturday, March 01, 2025 in Blog

    To commence, I must acknowledge that my proficiency in Swift concurrency is limited. While I possess a rudimentary comprehension of the subject matter, if you are perusing this blog and seeking further elaboration on the topic, I strongly recommend …

    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