#coldfusion

[ follow ]
Software development
fromRaymondcamden
2 days ago

Creating a GenAI Document Summarization Workflow in ColdFusion

Automate PDF summarization by scanning a folder, checking for cached summaries, generating summaries with Google Gemini, and storing results using ColdFusion or file-system storage.
fromRaymondcamden
3 days ago

ColdFusion (2025)'s CFOAUTH Tag

The tag did a good job of handling creating the right oauth link for you. So you could (after setting stuff up with your provider of course) drop the tag on a page, and when the user hit it, they would be prompted to login with the third party provider. When returned, the tag would handle getting the access token and such and giving you a nice little structure of data for you to use.
Software development
#boxlang
Web development
fromRaymondcamden
1 month ago

Adding a Web Debugger to BoxLang (First Version)

ColdFusion's built-in debugging output provides detailed per-request diagnostics—queries, component timings, template timings, variables and exceptions—useful for identifying performance bottlenecks in development.
Web frameworks
fromRaymondcamden
3 months ago

My ColdFusion 2025 Hackathon Submission - QuickTracker

QuickTracker.cfm is a simple, portable bug tracking tool using CSV for data storage, designed for fast issue reporting.
[ Load more ]