Hosting Your Exported InVision V6 Prototypes On Cloudflare Pages

Ben Nadel demonstrates how InVision V6 exported prototypes and boards can be effortlessly uploaded to Cloudflare Pages for free hosting....

From: Ben Nadel

Strange ___IMPLICITARRYSTRUCTVAR Behavior In ColdFusion

Ben Nadel demonstrate a ColdFusion bug regarding implicit struct and array notation that can create unsafe parallel code execution....

From: Ben Nadel

Strange ___IMPLICITARRYSTRUCTVAR Behavior In ColdFusion

Ben Nadel demonstrate a ColdFusion bug regarding implicit struct and array notation that can create unsafe parallel code execution....

From: Ben Nadel

Building a Bluesky AI Sentiment Analysis Dashboard

As the "Great Social Network Wars" carry on (my term, not anyone else), I'm finding myself more and more enjoying Bluesky.

From: Raymond Camden

How do you reset a spy with Jasmine?

{ spyOn(app, 'method2'); }) it('should test that method1 calls method2', () => { app.

From: Jeffry Houser's Blog

How do you reset a spy with Jasmine?

{ spyOn(app, 'method2'); }) it('should test that method1 calls method2', () => { app.

From: Jeffry Houser's Blog

How do you reset a spy with Jasmine?

{ spyOn(app, 'method2'); }) it('should test that method1 calls method2', () => { app.

From: Jeffry Houser's Blog

Free Online Version Of My Feature Flags Book

Ben Nadel publishes a free online edition of his book, Feature Flags: Transform Your Product Development Workflow....

From: Ben Nadel

Free Online Version Of My Feature Flags Book

Ben Nadel publishes a free online edition of his book, Feature Flags: Transform Your Product Development Workflow....

From: Ben Nadel

Onwards to 2025...

For a while now I've had a tradition here where I end my "blog year" with a wrap up post looking back at how the year went and figuring out what I want for the upcoming year.

From: Raymond Camden

My Internal InVision Feature Demo Videos

Ben Nadel shares many of the feature and experiment demo videos that he made in his time at InVision....

From: Ben Nadel

My Internal InVision Feature Demo Videos

Ben Nadel shares many of the feature and experiment demo videos that he made in his time at InVision....

From: Ben Nadel

Links For You (12/28/24)

Welcome to the last Links For You for 2024.

From: Raymond Camden

BoxLang's QoQ Is Here, And It's 5x Faster Than Lucee, 17x Faster Than Adobe!

As BoxLang (our new CF-compatible JVM language) nears its final release, we're very pleased to announce that Query of Query support is ready for testing! QoQ often times draws a variety of reactions from people, but it's a really nice feature to run any SQL select you want against 1 or more in-memor...

From: Coders Revolution

BoxLang's QoQ Is Here, And It's 5x Faster Than Lucee, 17x Faster Than Adobe!

As BoxLang (our new CF-compatible JVM language) nears its final release, we're very pleased to announce that Query of Query support is ready for testing! QoQ often times draws a variety of reactions from people, but it's a really nice feature to run any SQL select you want against 1 or more in-memor...

From: Coders Revolution

Considering The Aesthetics And Ergonomics Of Post-Back URLs In ColdFusion

Ben Nadel re-thinks the aesthetics and ergonomics of post-back URLs in ColdFusion; and changes his strategy going forward....

From: Ben Nadel

Considering The Aesthetics And Ergonomics Of Post-Back URLs In ColdFusion

Ben Nadel re-thinks the aesthetics and ergonomics of post-back URLs in ColdFusion; and changes his strategy going forward....

From: Ben Nadel

Unreasonable Hospitality By Will Guidara

Ben Nadel reviews Will Guidara's book, Unreasonable Hospitality - a truly wonderful book....

From: Ben Nadel

Unreasonable Hospitality By Will Guidara

Ben Nadel reviews Will Guidara's book, Unreasonable Hospitality - a truly wonderful book....

From: Ben Nadel

Announcing ColdFusion updates released Dec 23 2024: p1 security update

An update for ColdFusion has been released today for both cf2023 (update 12) and cf2021 (update 18).

From: Charlie Arehart - Server Troubleshooting

Announcing ColdFusion updates released Dec 23 2024: p1 security update

An update for ColdFusion has been released today for both cf2023 (update 12) and cf2021 (update 18).

From: Charlie Arehart - Server Troubleshooting

Announcing ColdFusion updates released Dec 23 2024: p1 security update

An update for ColdFusion has been released today for both cf2023 (update 12) and cf2021 (update 18).

From: Charlie Arehart - Server Troubleshooting

An Initial Analysis of Adobe ColdFusion CVE-2024-53961

A ColdFusion security patch released two days before Christmas?  I have a feeling that may have resulted in many sysadmins shouting "Fiddlesticks!" (or perhaps another f-word) earlier today.

From: Hoya Haxa - A Security Research Blog

An Initial Analysis of Adobe ColdFusion CVE-2024-53961

A ColdFusion security patch released two days before Christmas?  I have a feeling that may have resulted in many sysadmins shouting "Fiddlesticks!" (or perhaps another f-word) earlier today.

From: Hoya Haxa - A Security Research Blog

Automating Object Detection with Google Gemini GenAI and Pipedream

For my last technical post of the year (although I can't promise I'll stop blogging!), I wanted to share an interesting workflow I built using Google Gemini and Pipedream.

From: Raymond Camden

Summarizing with Transformers.js

Earlier this month I took my first look at using Transformers.

From: Raymond Camden