Solving Azure DevOps Authentication Issues in Pipelines

If you've ever tried to authenticate a private Maven or NuGet repository in Azure DevOps, you might have encountered the dreaded 401 Unauthorized error. Even with the correct credentials, pipelines often fail due to missing authentication tokens or incorrect configurations. I recently faced this problem when trying to integrate a private Maven repository into an Android project using Azure DevOps pipelines. After some... Continue Reading →

Updating your SQLite table structures with Swift

Introduction When developing an iOS app that uses SQLite for local data storage, one of the significant challenges is updating the structure of tables in the database. Unlike Core Data, which provides built-in mechanisms for versioning and schema migration, SQLite lacks a native, straightforward method for altering table structures. This can be particularly problematic when... Continue Reading →

Blog at WordPress.com.

Up ↑