Modularity Shoot-Out: CFInclude vs CFModule vs Custom Tags vs CFFunction

Object Oriented Programming with CFComponents is definitely the direction most development is headed.  But before jumping into OO territory, there is still a lot of modularity and code re-use that can be done with just a few tags - CFInclude, CFModule, Custom Tags and CFFunction.

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

Taking a Look at Pipedream's GitHub Integration

It's been a little while since I've blogged about Pipedream.

From: Raymond Camden

Transactive Memory Systems Theory And Engineering Team Mentality

Ben Nadel considers Transactive Memory Systems Theory in the context of engineering teams. And, how embracing the idea can make teams more effective....

From: Ben Nadel

Replacing RxJS With A State Machine In JavaScript

Ben Nadel moves from RxJS streams to a state machine model. This makes the code easier (for him) to understand and maintain....

From: Ben Nadel

Working Code Podcast - Episode 146: Resiliency Is Hard

Ben Nadel and the crew talk about creating resiliency in a complex system that can fail for a variety of reasons....

From: Ben Nadel

Guess the (Marvel) Decade

Many years ago, I first wrote up my experience working with the Marvel API.

From: Raymond Camden

Working Code Podcast - Episode 145: Shiny New Things

Ben Nadel and the crew talk about new technologies like Bun, Svelte, and Skeleton....

From: Ben Nadel

Which Whitespace Characters Does trim() Remove In ColdFusion

Ben Nadel looks which whitespace characters are removed by the trim() function in ColdFusion....

From: Ben Nadel

The Spring Boot Actuator is the one dependency you should include in every project

In this article, we will focus on the most important Spring Boot starter that you should include in all of your projects. The Spring Boot Actuator.

From: Dan Vega

The Number One Spring Boot Starter You Should Include in Every Project

In this article, we will focus on the most important Spring Boot starter that you should include in all of your projects.

From: Dan Vega

Ticket to ColdFusion Summit 2023

The Adobe ColdFusion Summit is coming up in October.

From: Pete Freitag's Homepage

Win a Ticket for ColdFusion Summit 2023

The Adobe ColdFusion Summit is coming up in October.

From: Pete Freitag's Homepage

CFWT Is Hiring: UI/UX Person

CFWT is looking to hire again.

From: ColdFusion Muse

Using FileReadLine() With Seekable Files In ColdFusion

Ben Nadel explores the use of fileReadLine() in conjunction with seekable files in ColdFusion....

From: Ben Nadel

Working Code Podcast - Episode 144: The Power Of One

Ben Nadel and the crew talk about the "Power of One" - picking a single, small goal that can be accomplished (and celebrated)....

From: Ben Nadel

Exploiting CVE-2017-11286 Six Years Later: XXE in ColdFusion via WDDX Packet

IntroductionπŸŽˆπŸŽ‚πŸŽ‚πŸŽ‚πŸŽ‚πŸŽ‚πŸŽ‚πŸŽˆSix years ago today, on September 12, 2017, Adobe released APSB17-30.

From: Hoya Haxa - A Security Research Blog

Coming Soon: Feature Flags - From Concept To Cultural Revolution

Ben Nadel is going to try his hand at writing a book: Feature Flags - From Concept to Cultural Revolution, an opinionated guide to product development....

From: Ben Nadel

A First Look at the new JDBC Client in Spring Boot 3.2

In this tutorial, we'll be diving into the fresh waters of the new JDBC client in Spring Framework 6.1 and Spring Boot 3.2.

From: Dan Vega