This blog post demonstrates the Java Spring Boot implementation to invoke a watsonx.ai endpoint. It outlines the classes and steps involved, including building and sending requests, handling prompts, and extracting answers. The post also provides sample code for invoking the endpoint and using RestTemplate. Overall, it offers a comprehensive guide on utilizing watsonx.ai in a Spring Boot application.
Get started with Spring Boot Java application development using Maven, add Swagger UI and an initial basic authentication
This blog post provides a customized extract of the "Spring Boot Quickstart" to start a Spring Boot Java application using Maven, Swagger UI, and initial basic authentication without source code changes. It covers creating a "Hello World" WebService, adding a Swagger UI server, implementing initial basic authentication, and additional resources.
Simple Node.js server example using the Watson Assistant API v2
This blog post is about a simple example to use the Watson Assistant API v2 with the Node.js SDK to get a Watson Assistant sessionID and send a message to Watson Assistant using this sessionID. Here is the GitHub project watson-assistant-simple-node-js-server-example.
(outdated) A Node-RED Twitter-follower-flow
In my last blog post I did an introduction to "how use the starter kit for Node-RED on IBM Cloud" and in this new blog post I want to highlight the Node-RED Twitter-follower-flow I developed as an introduction to different topics I frequently face at hackathons. Here is the link to the "Twitter-follower-flow" GitHub project.... Continue Reading →
Expose and consume a REST API built with MicroProfile – a short teaser video
Part 4 is ready for my “Let's get started with cloud native Java applications on Kubernetes hands-on workshop” 3-minutes teaser videos series on youtube. This short 3-minute teaser video is about: expose and consume a REST API built with MicroProfile in context of the cloud native starter project and workshop on GitHub project. Check it... Continue Reading →
