Getting Started with Spring AI and RAG: A Practical Guide

Learn how to build intelligent applications using Retrieval Augmented Generation (RAG) with Spring AI. This practical guide covers everything from understanding tokens and context windows to implementing a full RAG solution.

From: Dan Vega

Announcing ColdFusion updates released Oct 15 2024: enhancements and fixes

An update for ColdFusion has been released yesterday for both cf2023 (as update 11) and cf2021 (as update 17).

From: Charlie Arehart - Server Troubleshooting

Announcing ColdFusion updates released Oct 15 2024: enhancements and fixes

An update for ColdFusion has been released yesterday for both cf2023 (as update 11) and cf2021 (as update 17).

From: Charlie Arehart - Server Troubleshooting

Announcing ColdFusion updates released Oct 15 2024: enhancements and fixes

An update for ColdFusion has been released yesterday for both cf2023 (as update 11) and cf2021 (as update 17).

From: Charlie Arehart - Server Troubleshooting

Announcing Java updates of Oct 2024 for 8, 11, 17, 21, and 23: thoughts and resources

It's that time again: there are new JVM updates released today (Oct 15, 2024) for the current long-term support (LTS) releases of Oracle Java, 8, 11, 17, and 21, as well as the new short-term release 23.

From: Charlie Arehart - Server Troubleshooting

Announcing Java updates of Oct 2024 for 8, 11, 17, 21, and 23: thoughts and resources

It's that time again: there are new JVM updates released today (Oct 15, 2024) for the current long-term support (LTS) releases of Oracle Java, 8, 11, 17, and 21, as well as the new short-term release 23.

From: Charlie Arehart - Server Troubleshooting

Announcing Java updates of Oct 2024 for 8, 11, 17, 21, and 23: thoughts and resources

It's that time again: there are new JVM updates released today (Oct 15, 2024) for the current long-term support (LTS) releases of Oracle Java, 8, 11, 17, and 21, as well as the new short-term release 23.

From: Charlie Arehart - Server Troubleshooting

Building Generative AI Applications in Java: From Simple Scripts to Spring Boot

Explore how Java developers can leverage generative AI, from basic curl commands to robust Spring Boot applications. Learn to integrate OpenAI's GPT models, use Java's HTTP client, and harness the power of Spring AI for structured output and simplified AI integration.

From: Dan Vega

Building Generative AI Applications in Java: From Simple Scripts to Spring Boot

Explore how Java developers can leverage generative AI, from basic curl commands to robust Spring Boot applications. Learn to integrate OpenAI's GPT models, use Java's HTTP client, and harness the power of Spring AI for structured output and simplified AI integration.

From: Dan Vega

Calling Multiple LLMs with Spring AI: A Practical Guide

Learn how to integrate and call multiple Large Language Models (LLMs) like OpenAI's GPT-4 and Anthropic's Claude in a single Spring Boot application using Spring AI. This tutorial covers project setup, configuration, and implementation of separate controllers for each LLM.

From: Dan Vega

Calling Multiple LLMs with Spring AI: A Practical Guide

Learn how to integrate and call multiple Large Language Models (LLMs) like OpenAI's GPT-4 and Anthropic's Claude in a single Spring Boot application using Spring AI. This tutorial covers project setup, configuration, and implementation of separate controllers for each LLM.

From: Dan Vega

Building Intelligent Chatbots with Spring AI: Implementing Chat Memory

Learn how to create a context-aware chatbot using Spring AI and OpenAI. This tutorial covers implementing chat memory, handling token usage, and managing context window limitations for more engaging AI conversations.

From: Dan Vega

Building Intelligent Chatbots with Spring AI: Implementing Chat Memory

Learn how to create a context-aware chatbot using Spring AI and OpenAI. This tutorial covers implementing chat memory, handling token usage, and managing context window limitations for more engaging AI conversations.

From: Dan Vega

Building a Streaming Chat Bot with Spring Boot and Spring AI

Learn how to create a responsive and engaging chat bot using Spring Boot and Spring AI, featuring both traditional and streaming response capabilities for an enhanced user experience.

From: Dan Vega

Building a Streaming Chat Bot with Spring Boot and Spring AI

Learn how to create a responsive and engaging chat bot using Spring Boot and Spring AI, featuring both traditional and streaming response capabilities for an enhanced user experience.

From: Dan Vega

Building Dynamic Forms with Spring Boot and JTE: A Practical Guide

Learn how to create interactive web forms using Spring Boot and Java Template Engine (JTE) in this comprehensive tutorial.

From: Dan Vega

Building Dynamic Forms with Spring Boot and JTE: A Practical Guide

Learn how to create interactive web forms using Spring Boot and Java Template Engine (JTE) in this comprehensive tutorial.

From: Dan Vega

Building a Dynamic Task Manager with Spring Boot, JTE, and HTMX

Learn how to build a dynamic Task manager using Spring Boot, Java Template Engine (JTE), HTMX and Tailwind CSS.

From: Dan Vega

Building a Dynamic Task Manager with Spring Boot, JTE, and HTMX

Learn how to build a dynamic Task manager using Spring Boot, Java Template Engine (JTE), HTMX and Tailwind CSS.

From: Dan Vega

ColdFusion Summit 2024 Slides: 20 ways to secure CF

This year at the Adobe ColdFusion summit in Las Vegas I presented on 20 ways to secure ColdFusion.

From: Pete Freitag's Homepage

ColdFusion Summit 2024 Slides: 20 ways to secure CF

This year at the Adobe ColdFusion summit in Las Vegas I presented on 20 ways to secure ColdFusion.

From: Pete Freitag's Homepage

Getting started with Java Template Engine (JTE) layouts in Spring Boot

Learn how to use layouts with Java Template Engine in your next Spring Boot Application

From: Dan Vega

Getting started with Java Template Engine (JTE) layouts in Spring Boot

Learn how to use layouts with Java Template Engine in your next Spring Boot Application

From: Dan Vega

Introducing JTE: The Latest Template Engine in Spring Boot

Explore JTE, the new Java Template Engine now available in Spring Initializer. Learn its benefits, how to get started, and why you might choose it for your next Spring Boot project.

From: Dan Vega

Introducing JTE: The Latest Template Engine in Spring Boot

Explore JTE, the new Java Template Engine now available in Spring Initializer. Learn its benefits, how to get started, and why you might choose it for your next Spring Boot project.

From: Dan Vega

How do you Write an Amazing Developer Ticket?

A ticket, or story, is a single piece of developer work, and the code from multiple tickets comes together to form bigger projects.

From: Jeffry Houser's Blog