Inlägg

Visar inlägg med etiketten JavaScript

Ask ChatGPT to immediately change web content

Bild
 ChatGPT Instant Web Development This is a concept of using ChatGPT to immediately alter the same page you visit. It works by asking you a question "What do you want to change with this page?". The answer will be sent to ChatGPT which will create the necessary web content. ChatGPT will create all necessary web content (HTML, CSS and JavaScript) which are added to the page immediately, and the page is altered! Check the Development Demo This is a short video showing the technical background of how this works and live demo.

Spring Boot 3 with Scala JS

Bild
 Spring Boot 3 with Scala JS I created a simple Spring Boot 3 webservice which uses Scala JS as a backend dependency and JavaScript for client. This means both backend and client can share logic. See image below    Source Code You can find the code here https://github.com/AIMMOTH/spring-boot-3-scala-js/tree/main