Hi guys 👋 I'm sure you enjoy using chat GPT to produce, optimise, or translate code from any programming language to Java.
Today I'll show you how to use OpenAI ChatGPT API with Java, it's pretty easy.
1. Register for an API key
First, you'll need to register for an API key by going to the OpenAI API page. Follow the instructions to create an account and obtain an API key.
2. Enter a credit card i...
[Read More]
Configure Twitch API OAuth2 provider on a Spring Security app
Hi guys, I'm working on a SaaS to manage Twitch Clips of broadcasters:
- Create vertical Clips automatically for TikTok, Youtube Shorts, etc.
- Create compilation for clips to easily make best-of
So, I had to plug my Spring Security app into the Twitch OAuth2 provider and it was not easy...
How to do that?
Prerequisites
Before you begin, you need to have the following:
A Twitch account and a regi...
[Read More]