What's New in Spring AI 1.0.0 M1

In this article you learn about what is new in the latest release of Spring AI, 1.0.0 M1. The milestone comes packed full of features headlined by the new Chat Client that has a fluent API.

From: Dan Vega

What's New in Spring AI 1.0.0 M1

In this article you learn about what is new in the latest release of Spring AI, 1.0.0 M1. The milestone comes packed full of features headlined by the new Chat Client that has a fluent API.

From: Dan Vega

React Tic Tac To Expansion: How do I create a Board Loop?

This video expands the React Tic Tac Toe Tutorial to dynamically create the game board. View the Video Check out the source code from this sample in my GitHub

From: Jeffry Houser's Blog

React Tic Tac To Expansion: How do I create a Board Loop?

This video expands the React Tic Tac Toe Tutorial to dynamically create the game board. View the Video Check out the source code from this sample in my GitHub

From: Jeffry Houser's Blog

React Tic Tac To Expansion: How do I create a Board Loop?

This video expands the React Tic Tac Toe Tutorial to dynamically create the game board. View the Video Check out the source code from this sample in my GitHub

From: Jeffry Houser's Blog

My CFCamp 2024 Schedule

CF Camp is this week! Are you going? You should be. :) As usual with this conference, there is a ton of great content, and it's really hard to pick which sessions to attend. Here's where you'll probably be able to find me...

From: South of Shasta: Software Development, Web Design, Training

My CFCamp 2024 Schedule

CF Camp is this week! Are you going? You should be. :) As usual with this conference, there is a ton of great content, and it's really hard to pick which sessions to attend. Here's where you'll probably be able to find me...

From: South of Shasta: Software Development, Web Design, Training

React Tic Tac To Expansion: You are at X Move

This video expands the React Tic Tac Toe Tutorial to make the current move a text display instead of a button. View the Video Check out the source code from this sample in my GitHub

From: Jeffry Houser's Blog

Is South of Shasta an Adobe ColdFusion or CFML shop?

Is South of Shasta an Adobe ColdFusion shop or a Lucee shop? I've been asked variations of this question several times recently, so I thought I'd share the answer here for anyone that's curious.

From: South of Shasta: Software Development, Web Design, Training

Is South of Shasta an Adobe ColdFusion or CFML shop?

Is South of Shasta an Adobe ColdFusion shop or a Lucee shop? I've been asked variations of this question several times recently, so I thought I'd share the answer here for anyone that's curious.

From: South of Shasta: Software Development, Web Design, Training

How do tell GIT not to change the line endings in a File?

A bit earlier I wrote about creating a Docker Image and it trying to interpret the line endings as a command to run inside the docker image.

From: Jeffry Houser's Blog

Spring I/O 2024

I just returned from my very first Spring I/O and I thought this would be a great opportunity to tell you about one of the best conferences I have eve been to. I am very fortunate to be able to travel the world visiting customers and conferences but this was by far one of my favorite trips ever.

From: Dan Vega

Spring I/O 2024

I just returned from my very first Spring I/O and I thought this would be a great opportunity to tell you about one of the best conferences I have eve been to. I am very fortunate to be able to travel the world visiting customers and conferences but this was by far one of my favorite trips ever.

From: Dan Vega

CF Summit East 2024 Recap

Last week was the 2024 edition of CF Summit East in Washington DC.

From: South of Shasta: Software Development, Web Design, Training

CF Summit East 2024 Recap

Last week was the 2024 edition of CF Summit East in Washington DC.

From: South of Shasta: Software Development, Web Design, Training

mikevdv.dev - What I'd do differently

I write a large number of articles which I never end up publishing for various reasons.

From: Michael Walter Van Der Velden

mikevdv.dev - What I'd do differently

I write a large number of articles which I never end up publishing for various reasons.

From: Michael Walter Van Der Velden

Left and Right Accept Negative Counts

8 ) { //strip https:// website = right(website, len(website)-8); } As long as you are doing that kind of check, you should not have any issue with unexpected change of behavior due to this change.

From: Pete Freitag's Homepage