Clojure/conj 2024

After last year's regular posts about my Clojurists Together-funded work on clojure-doc.

From: Sean Corfield: An Architect's View

Clojure/conj 2024

After last year's regular posts about my Clojurists Together-funded work on clojure-doc.

From: Sean Corfield: An Architect's View

Query By Example in Spring Data JPA: A Clean Approach to Dynamic Queries

Learn how to simplify your Spring Data JPA queries using Query By Example (QBE) and create dynamic, type-safe queries without the boilerplate code.

From: Dan Vega

RestClient OAuth2 Support in Spring Security 6.4: A Complete Guide

Learn how to implement OAuth2 authentication in your Spring applications using the new RestClient OAuth2 support in Spring Security 6.4. This guide covers architecture, implementation, and best practices for secure service-to-service communication.

From: Dan Vega

Understanding Tokens in Large Language Models with Spring AI

Learn how to track and manage token usage in Spring AI applications, including implementing custom response types and automated logging with AOP.

From: Dan Vega

Fixinator's New Compatibility Scanner

Upgrading to the latest version of ColdFusion can be stressful.

From: Pete Freitag's Homepage

Fixinator's New Compatibility Scanner

Upgrading to the latest version of ColdFusion can be stressful.

From: Pete Freitag's Homepage

Implementing Request/Response Logging with Spring Boot's Rest Client

Learn how to implement clean and efficient request/response logging for Spring Boot's Rest Client, including both inline and interceptor-based approaches.

From: Dan Vega

Using Environment Variables in Spring Boot

Learn how to effectively manage configuration and secure sensitive data using environment variables in Spring Boot applications. This comprehensive guide covers best practices, security considerations, and practical examples.

From: Dan Vega

Building a Spring Security Login Form with JTE

Learn how to create a secure login form using Spring Security and JTE (Java Template Engine) with support for both traditional authentication and OAuth2 providers.

From: Dan Vega

Building a Spring Security Login Form with JTE

Learn how to create a secure login form using Spring Security and JTE (Java Template Engine) with support for both traditional authentication and OAuth2 providers.

From: Dan Vega

Oembed, Webmentions, Twitter, Threads & Bluesky

Many months back now, I excitedly wrote up an article about custom twitter embeds.

From: Michael Walter Van Der Velden

Oembed, Webmentions, Twitter, Threads & Bluesky

Many months back now, I excitedly wrote up an article about custom twitter embeds.

From: Michael Walter Van Der Velden

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

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