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
Tag: programming
Groovy Programming HttpClient
As a follow-up to my post on creating a JWT in Groovy, I did manage to figure out how to make an HttpClient in Groovy as opposed to making raw connections. You can see this implemented in the GitHub repository I used for the previously linked post. It was honestly pretty easy to do, and… Continue reading Groovy Programming HttpClient
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
Groovy Programming: Creating an ISO Date at a Specific Date and Time in UTC
I’ll be the first to admit that the title of this post is a bit too verbose, but if someone else had a post online with a title like this it could’ve potentially saved me a lot of time. Here’s to hoping it helps someone else in their search. As is mentioned on my personal… Continue reading Groovy Programming: Creating an ISO Date at a Specific Date and Time in UTC