Tristan Mahinayblog.rjtmahinay.com·Dec 30, 2024AI-powered Chat Application using IBM watsonx.ai and Spring AIGenerative Artificial Intelligence (Gen AI) disrupted enterprises with the introduction of GPT-4 foundation model by Open AI in the late 2022 to early 2023 triggering big tech to release their own Gen AI platform and foundation models. Among them are...JavaJava
Marcus Hellbergmarcushellberg.dev·Feb 22, 2023Tutorial: Set up Google OAuth in a Hilla Spring Boot + React projectIn this tutorial, you'll learn how to configure and use Google OAuth authentication in a Hilla project that uses Spring Boot and React. This tutorial is based on Hilla 2.0 with React. Source code You can find the completed source code on GitHub: http...2 likes·4.1K readsReact
Marcus Hellbergmarcushellberg.dev·Jan 7, 2023Avoiding stale state in React useEffectSometimes it's easy for me to forget I'm using JavaScript when building React apps. I've been using Lit for a long time. In Lit, it's plainly clear that I'm using JavaScript and working with the DOM. In React, that gets abstracted away. But it doesn'...313 readsHilla