brand image

the cloud path

el camino cloud- is focused on topics around cloud and AI for developers.

  • Posts
  • Projects
  • About
  • Privacy

powered by Hugo | themed with poison
© 2026 The Cloud Path. All rights reserved.

OpenClaw Installer Homebrew Failed on macOS: Need sudo access

April 26, 2026 - 3 mins read
  • OpenClaw
  • macOS
  • Homebrew
  • Terminal
  • Troubleshooting


OpenClaw setup on macOS failed with Need sudo access even though the user was an Administrator. The fix was to download the installer and run it locally so sudo could prompt for the password.
Read More…

PayPal Checkout .NET SDK Verify Webhook Requests

May 1, 2023 - 4 mins read
  • PayPal
  • C#
  • dotnet
  • .net6.0
  • .net7.0


PayPal has deprecated support for their .NET SDK, but it is not dead yet. Let’s verify some webhook requests.
Read More…

Upgrade from .NET 6 to 7, Microsoft.AspNetCore.DataProtection Missing Method Exception

November 17, 2022 - 2 mins read
  • C#
  • dotnet
  • .net6.0
  • .net7.0


System.MissingMethodException - Method not found- Boolean Microsoft.AspNetCore.Cryptography.UnsafeNativeMethods.CryptProtectData, easy fix.
Read More…

Improved hashed string formatting in .NET 6.0 and higher with Convert.ToHexString()

November 10, 2022 - 2 mins read
  • C#
  • dotnet
  • .net6.0
  • .net7.0


With the release of .NET 6.0 and higher, you can improve the performance of hashed string formatting with Convert.ToHexString(). Let’s see a before and after hash formatting example.
Read More…

Azure Storage Blobs .Net SDK v12 upgrade guide and tips

March 30, 2020 - 6 mins read
  • Azure
  • C#
  • dotnet
  • Azure Blob Storage


Updated 5/1/2020 - Let’s take advantage of the v12 SDK for Azure Blob Storage’s 227% improvement in downloading 1GB blobs over the prior versions. Here is the upgrade guide for a few common scenarios.
Read More…

1 2 Next »