I’ve written before about the fact that I use Groovy heavily in my current role since the platform I work the most frequently with is able to treat it as a first class citizen, whereas using something like PowerShell or Python adds a few more hurdles. The other thing I work with heavily is Office… Continue reading msal4j With Groovy
Tag: Groovy programming
Parse ISO 8601 String With Timezone Offset To Date Object In Groovy
My Groovy posts always have the absolute worst titles, but I figure that making them verbose is really the only way to make them discoverable. I write a good bit of Groovy code at work, and given that it’s been a few years since the heyday of Groovy it can occasionally be a bit of… Continue reading Parse ISO 8601 String With Timezone Offset To Date Object In Groovy
Creating a JWT in the Groovy Programming Language
On Friday I found myself in a new situation. I was working with APIs for a new service my company has started using, but their setup was a bit more involved than what I’ve typically experienced. Accessing many services via their REST API requires you to follow a few steps to generate an application ID… Continue reading Creating a JWT in the Groovy Programming Language