Tag Archives: C#

Breaking Out of Your Comfort Zone: Moving from Windows, Azure, and C# to Open-Source Technologies like Java, Linux, and SpringBoot

Moving from one technology stack to another can be a daunting task, especially when the new stack is vastly different from what you are used to. In my case, I had to make the switch from C#, .Net Core, jQuery, Windows, Azure, Azure DevOps to Java, SpringBoot, Linux, Openshift, Jenkins, and Bitbucket becuase of a… Read More »

Easy Guide on how to use OAuth to Access Google APIs

Nearly a year ago Google already deprecated a most of its legacy API’s which means you cannot authenticate using the Google.GData.Client.Service and executing the setUsersCredentials method and simply indicating your user and password.  It was changed with OAuth making it more secure as it uses tokens and let the user actually log in to Google’s… Read More »