DevLearningTools

🚧 This site is under active construction — new tools, guides, and pages are added every week.

LEARN · COLDFUSION

Learn ColdFusion, from Hello World to enterprise systems.

A free, modern CFML course for complete beginners and experienced developers alike — plain-English explanations, real code, and Adobe ColdFusion 2025 / Lucee syntax throughout. New lessons roll out one at a time, in the order a beginner actually needs them.

Module 1 · Getting Started

Install confidence before language syntax: get ColdFusion running, get a real page on screen, then learn the language itself one concept at a time.

01Introduction to ColdFusionLIVE02History of ColdFusionLIVE03Installing Adobe ColdFusionLIVE04Hello WorldLIVE05ColdFusion AdministratorLIVE06Project StructureLIVE
07CFScript vs Tag SyntaxSOON
08VariablesSOON
09Data TypesSOON
10CommentsSOON
11OperatorsSOON
12Input & OutputSOON
13Decision MakingSOON
14LoopsSOON
15ArraysSOON
16StructuresSOON
17FunctionsSOON
18ComponentsSOON
19Application.cfcSOON

Advanced & enterprise topics

For after the fundamentals — the topics that come up once you're building and running real ColdFusion applications in production.

Database & ORMSOON

Database Access · ORM · Transactions · Stored Procedures · Caching

APIs & IntegrationSOON

REST API · SOAP · JWT · OAuth

Security & PerformanceSOON

Security · Performance Tuning · Logging · Exception Handling

Async & AutomationSOON

Async Processing · Threads · Scheduled Tasks

Files & DocumentsSOON

PDF Generation · Excel · Email · File Upload · Image Processing

Cloud & DevOpsSOON

AWS · Docker · Kubernetes · Redis · RabbitMQ · Elasticsearch

AI IntegrationSOON

OpenAI · Gemini · Claude · Vertex AI

MicroservicesSOON

Service Design · Communication Patterns · Deployment