Working Code Podcast - Episode 187: Viability Of The Minimum Viable Product

Ben Nadel and the crew talk about the viability of the Minimum Viable Product; and whether solopreneurship is still possible in the web application industry....

From: Ben Nadel

Announcing Java updates of Jul 2024 for 8, 11, 17, 21, and 22: thoughts and resources

It's that time again: there are new JVM updates released today (Jul 16, 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 22.

From: Charlie Arehart - Server Troubleshooting

New updates released for Java 8, 11, 17, 21, and 22 as of Jul 16 2024: resources and thoughts

It's that time again: there are new JVM updates released today (Jul 16, 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 22.

From: Charlie Arehart - Server Troubleshooting

How to change the return value of a Spy in Jasmine?

{ myValueSpy.and.returnValue({ prop1: 'x', prop2: 'a' }); // rest of the test ) }); Tada! That's what I needed.

From: Jeffry Houser's Blog

Getting A Struct Key In Its Native Key-Casing In ColdFusion

Ben Nadel demonstrates how to access the internal key-casing of a struct key in ColdFusion....

From: Ben Nadel

OWASP Java Encoder Project Recommends Using Both URL and Attribute Encoding For HREF Attributes

Ben Nadel looks at the OWASP Java Encoder project's recommendation to double-encode dynamic URLs in an HREF context....

From: Ben Nadel

Normalizing Collection Entries In ColdFusion

Ben Nadel creates a user defined function, toEntries(), for normalizing collection iteration in ColdFusion....

From: Ben Nadel

Sorting Arrays With Priority Elements In ColdFusion

Ben Nadel demonstrates how to sort an array with a subset of priority items in ColdFusion....

From: Ben Nadel

Getting Started with Open AI's GPT-4o in Java

In this tutorial you will learn how to access OpenAI's newest model, GPT-4o in Java without using any dependencies. As a Java developer, there are several highlights you would be excited about – 50% lower pricing, two times faster latency, and five times the rate limits.

From: Dan Vega

Working Code Podcast - Episode 186: Work Insecurities

Ben Nadel and the crew talk about the insecurities that they feel at work regardless of how much value they create for their companies....

From: Ben Nadel

React Tic Tac To Expansion: Display Move Location

This video expands the React Tic Tac Toe Tutorial to display the coordinates of the move in the history list. View the Video Check out the source code from this sample in my GitHub

From: Jeffry Houser's Blog

Limited-time discount on upgrade to CF2023 from CF2018 or earlier

Here's great news for those still running CF2018 or earlier, who may have been holding off upgrading to CF2023 because you would have to pay full price.

From: Charlie Arehart - Server Troubleshooting

Limited-time discount on upgrade to CF2023 from CF2018 or earlier

Here's great news for those still running CF2018 or earlier, who may have been holding off upgrading to CF2023 because you would have to pay full price.

From: Charlie Arehart - Server Troubleshooting

Creating A ColdFusion-Oriented HashCode With Loose Types (Part 2)

Ben Nadel updates his FusionCode algorithm to allow for key-casing and type-coercion settings to be configurable in ColdFusion....

From: Ben Nadel

Delighted to be speaking again at Adobe ColdFusion Summit 2024

I'm delighted to announce that I've been selected to speak again (for the 12th straight year) at the upcoming Adobe CF Summit conference, to be held in Las Vegas Sep 30-Oct 1.

From: Charlie Arehart - Server Troubleshooting

Delighted to be speaking again at Adobe ColdFusion Summit 2024

I'm delighted to announce that I've been selected to speak again (for the 12th straight year) at the upcoming Adobe CF Summit conference, to be held in Las Vegas Sep 30-Oct 1.

From: Charlie Arehart - Server Troubleshooting

Working Code Podcast - Episode 185: A/B Testing Mechanics

Ben Nadel and the crew talk about the mechanics of A/B testing; and, how it might be incrementally added to a bulk email system....

From: Ben Nadel

Extracting Illegal Tag Names From AntiSamy Error Messages In ColdFusion

Ben Nadel demonstrates how to extract illegal tag names from the OWASP AntiSamy HTML sanitization error messages in ColdFusion....

From: Ben Nadel

Creating A ColdFusion-Oriented HashCode With Loose Types

Ben Nadel creates a FusionCode algorithm which is a ColdFusion-oriented version of Java's HashCode concept....

From: Ben Nadel

Using An Ordered Struct As A Fixed-Size Cache In ColdFusion

Ben Nadel demonstrates how to build a simple, fixed-size cache using an ordered struct in ColdFusion....

From: Ben Nadel

React Tic Tac To Expansion: Winning Square Highlights

This video expands the React Tic Tac Toe Tutorial to highlight the winning squares, or tell the user that the game ends in a draw. View the Video Check out the source code from this sample in my GitHub

From: Jeffry Houser's Blog

Encapsulating Serialization Logic In ColdFusion

Ben Nadel demonstrates how to encapsulate JSON serialization logic in ColdFusion when data needs to be manipulated as part of the serialization workflow....

From: Ben Nadel

Adobe ColdFusion Parses JSON Into Non-Ordered Structs

Ben Nadel demonstrates that Adobe ColdFusion's implementation of deserializeJson() loses key-order....

From: Ben Nadel

Creating Animated Parallax Scenes Using ScrollMagic and ColdFusion

In this article, I will provide a high-level overview of ScrollMagic and show you how to use ColdFusion to programmatically create stunning parallax scenes using ScrollMagic.

From: Gregory's Blog

Two Spread Operator Bugs In Adobe ColdFusion 2023

Ben Nadel demonstrates two spread operator bugs in Adobe ColdFusion 2021 and 2023....

From: Ben Nadel