Quick example using AWS Node.js SDK V3 for Signed URLs

This probably falls into the "it was easy for everyone else in the world but me" bucket, but I really struggled to find good search results for this and figured I'd better write it down so when I google for it again in a few months, I'll find my own blog.

From: Raymond Camden

Using Goodreads Data in Eleventy - Update

Yesterday I shared a blog post where I detailed how to take your data export from Goodreads and make use of it in an Eleventy site.

From: Raymond Camden

Using Goodreads Data in Eleventy

I've been a Goodreads user for a few years now, and much like how I use other 'tracking' services, I'm not there for other folks' reading lists or recommendations, but instead, as a way to track what I've read.

From: Raymond Camden

Working Code Podcast - Episode 130: Book Club, The Phoenix Project

Ben Nadel and the crew talk about the first few chapters of The Phoenix Project, our latest book club book....

From: Ben Nadel

Building A Magic Link Passwordless Login In ColdFusion

Ben Nadel shares the details of the magic link / passwordless login system that he's built in ColdFusion...

From: Ben Nadel

Upgrade from Angular 15 to Angular 16!

In this video, I step through the process of upgrading the Learn With application from Angular 15 to Angular 16.

From: Jeffry Houser's Blog

Links For You

Happy June folks.

From: Raymond Camden

Using Nested Locks To Synchronize Background Data Cleanup In ColdFusion

Ben Nadel considers using nested CFLock tags in order to synchronize a background data cleanup process in ColdFusion....

From: Ben Nadel

Using Web Components in Alpine.js

To be honest, the TLDR for this entire post is, "It just works", so I'd more than understand if you stop reading, but like most things in my life, I like to see it working to reassure myself of the fact.

From: Raymond Camden

The 16th Annual Regular Expression Day - June 1st 2023

Ben Nadel celebrates the 16th annual Regular Expression (RegEx) Day! An ongoing tribute to the unbridled power of pattern matching!...

From: Ben Nadel

Working Code Podcast - Episode 129: Build vs. Maintain

Ben Nadel and the crew talk the unhealthy tension that can manifest between Engineering and Product when product moves on and the engineers have to maintain the system in a vacuum....

From: Ben Nadel

Code Kata: Simple Dependency Injection (DI) With ColdFusion

Ben Nadel builds a simple but powerful dependency injection (DI) framework as a code kata in ColdFusion....

From: Ben Nadel

FortiGate 80F to Unifi Security Gateway Pro 4 IPSec Tunnel Issues

I have recently replaced an older Cisco ASA 5550 with a FortiGate 80F.

From: Chris Tierney

Adding Form Participation Support to Web Components

Many years ago when the web platform began to really improve, when everything was "HTML5 this" and "HTML5 that", I remember being particularly excited by the updates to forms.

From: Raymond Camden

Working Code Podcast - Episode 128: Potluck

Ben Nadel and the crew talk about a variety of web development topics, focusing on why we don't approach Testing with more measure and constraint....

From: Ben Nadel

Into The Box 2023 Slides

I'm back from Houston Texas after another great Into the Box conference. Slides for my talk Taming the top 25 Most Dangerous Software Weaknesses can be found here. For code samples I used my Bank of Insecurity repository which is full of security weaknesses.

From: Pete Freitag's Homepage

Links For You

Welcome to another "Links For You" post.

From: Raymond Camden

Firefox CSS Bug: Four-Sided Positioning With Buttons

Ben Nadel demonstrates a four-sided positioning bug for buttons in Firefox. And, how to use CSS Flexbox as a work-around....

From: Ben Nadel

FusionReactor 10 released yesterday, May 18

If you're using FusionReactor, note that a new version 10 (10.

From: Charlie Arehart - Server Troubleshooting

Eleventy by Example, by Bryan Robinson

I'd like to think I know Eleventy pretty well.

From: Raymond Camden

Using CSS Flexbox To Create A Simple Bar Chart In ColdFusion

Ben Nadel demonstrates how to create a simple bar chart using CSS Flexbox and ColdFusion, no JavaScript necessary....

From: Ben Nadel

ColdFusion 2023 released today, May 17 2023

ColdFusion 2023 has been released today, May 17 2023.

From: Charlie Arehart - Server Troubleshooting

Handling Web Component Removal with disconnectedCallback

MDN does a fairly good job of covering the lifecycle events for web components but one in particular got my attention today, disconnectedcallback.

From: Raymond Camden

Working Code Podcast - Episode 127: Tech Interviewing Is Broken With Sean Corfield

Ben Nadel and the crew talk to Sean Corfield about hiring technical candidates; and, why the pervasive approach to interviewing is completely broken....

From: Ben Nadel

Parsing GitHub Gist Embeds Into A Normalized Data Structure Using jSoup In ColdFusion

Ben Nadel demonstrates how to load GitHub Gist data as JSON, then parse it with jSoup, and render it with ColdFusion....

From: Ben Nadel