Ethical AI Implementation in Enterprises: A Path to Trust and Innovation

Introduction In the ever-evolving landscape of artificial intelligence (AI), enterprises are increasingly recognizing the importance of ethical AI implementation. This isn’t just about ticking boxes; it’s about building trust, ensuring fairness, and driving sustainable innovation. Let’s dive into why ethical AI is crucial, the challenges enterprises face, and how they can navigate this complex terrain. … More Ethical AI Implementation in Enterprises: A Path to Trust and Innovation

Full Circle?

I am currently working on training required for Azure Cloud Solution Architect – App Dev. These are pretty cool tools, all in one platform at your reach, easy to install and to use. My father was a banker, during a brief time in his life, he had a short stint in the late 1960’s working for … More Full Circle?

Write class instance to XML File and read file contents

You have a class and you need to save values to of the class to an xml file to be consumed later on  [code source=”C#”] public class TemplateInformation { public string StoredProcedure { get; set; } public List<string> Parameters { get; set; } public string TemplatePath { get; set; } public string TemplateName { get; … More Write class instance to XML File and read file contents

OAuth2 – Pass Access Token – C#

Now that you have your Access Token – in case you missed it, here is the link to how to get it OAuth2: Get an Access Token – C#, you can now pass your authorization token to interact with your API. Make sure to add a header to your request with your authorization token [code … More OAuth2 – Pass Access Token – C#

OAuth2 – Get an Access Token – C#

What is OAuth2? OAuth 2.0 is the industry-standard protocol for authorization. OAuth 2.0 supersedes the work done on the original OAuth protocol created in 2006. OAuth 2.0 focuses on client developer simplicity while providing specific authorization flows for web applications, desktop applications, mobile phones, and living room devices. reference: https://oauth.net/2/ Who uses OAuth2? Among them … More OAuth2 – Get an Access Token – C#

Focus – Pocus

Last week, as the first North East blizzard of 2016 approached, my inner hermit rejoiced at the prospect of being stuck at home, and having the opportunity of tackling those chores that are frequently put on the back burner when outside shinny things are dangled in from of me. Jonas was the perfect opportunity to finish … More Focus – Pocus

Three GPS systems – One destination

Last weekend we went with friends on a skiing trip to the Poconos, Pennsylvania. Our trip was a simple one and half hour drive from North New  Jersey to just over the Delaware Gap – the border between Pennsylvania and New Jersey. On our way down, our driver and co-pilot took out their respective iPhones and … More Three GPS systems – One destination