How to use ChatGPT API in your Java application?

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]

How to plug your Umbrel's Nextcloud into the official Nextcloud mobile app?

Why you could want to do that? You could want to use the Nextcloud app to make saving your phone data easier or to get documents from your cloud easily (without a Tor browser, connect via onion etc.). Why is it not possible natively? It's impossible to connect the Nextcloud app to a onion address, you need a clear-net URL. We will use Tailscale to solve this problem. What is Tailscale? Tailscale is...

[Read More]