Optional Password Protection Added To Incident Commander

Ben Nadel explores the optional password protection that he's add to Incident Commander, his ColdFusion incident triage application....

From: Ben Nadel

Considering Encrypting Passwords At Rest In ColdFusion

Ben Nadel explores the idea of storing encrypted passwords in ColdFusion in cases where decrypting a password is an application requirement....

From: Ben Nadel

Considering A Secure Encoding Technique Inspired By JWT In ColdFusion

Ben Nadel creates a JWT-inspired light-weight encoder for his secure cookies in ColdFusion....

From: Ben Nadel

Formatting Dates In The Local Timezone With Alpine.js

Ben Nadel explores the idea of using Alpine.js to format date/time values on the client-side in the user's local timezone....

From: Ben Nadel

Counting The Occurrences Of A Substring Or RegEx Pattern In ColdFusion

Ben Nadel explores various techniques for counting the occurrences of a string or regular expression pattern in ColdFusion....

From: Ben Nadel

Rebuilding Incident Commander As A ColdFusion App

Ben Nadel shares his Incident Commander app, for triaging incidents, which he's rebuilt in Adobe ColdFusion....

From: Ben Nadel

Modern Java: Why You Might Not Need Lombok Anymore

A detailed exploration of why Java developers should reconsider using Project Lombok, examining its drawbacks and modern alternatives in Java development.

From: Dan Vega

Modern Java: Why You Might Not Need Lombok Anymore

A detailed exploration of why Java developers should reconsider using Project Lombok, examining its drawbacks and modern alternatives in Java development.

From: Dan Vega

Clojure/conj 2024

After last year's regular posts about my Clojurists Together-funded work on clojure-doc.

From: Sean Corfield: An Architect's View

Clojure/conj 2024

After last year's regular posts about my Clojurists Together-funded work on clojure-doc.

From: Sean Corfield: An Architect's View

Clojure/conj 2024

After last year's regular posts about my Clojurists Together-funded work on clojure-doc.

From: Sean Corfield: An Architect's View

Query By Example in Spring Data JPA: A Clean Approach to Dynamic Queries

Learn how to simplify your Spring Data JPA queries using Query By Example (QBE) and create dynamic, type-safe queries without the boilerplate code.

From: Dan Vega

Query By Example in Spring Data JPA: A Clean Approach to Dynamic Queries

Learn how to simplify your Spring Data JPA queries using Query By Example (QBE) and create dynamic, type-safe queries without the boilerplate code.

From: Dan Vega

RestClient OAuth2 Support in Spring Security 6.4: A Complete Guide

Learn how to implement OAuth2 authentication in your Spring applications using the new RestClient OAuth2 support in Spring Security 6.4. This guide covers architecture, implementation, and best practices for secure service-to-service communication.

From: Dan Vega

RestClient OAuth2 Support in Spring Security 6.4: A Complete Guide

Learn how to implement OAuth2 authentication in your Spring applications using the new RestClient OAuth2 support in Spring Security 6.4. This guide covers architecture, implementation, and best practices for secure service-to-service communication.

From: Dan Vega

Understanding Tokens in Large Language Models with Spring AI

Learn how to track and manage token usage in Spring AI applications, including implementing custom response types and automated logging with AOP.

From: Dan Vega

Understanding Tokens in Large Language Models with Spring AI

Learn how to track and manage token usage in Spring AI applications, including implementing custom response types and automated logging with AOP.

From: Dan Vega

Fixinator's New Compatibility Scanner

Upgrading to the latest version of ColdFusion can be stressful.

From: Pete Freitag's Homepage

Fixinator's New Compatibility Scanner

Upgrading to the latest version of ColdFusion can be stressful.

From: Pete Freitag's Homepage

Fixinator's New Compatibility Scanner

Upgrading to the latest version of ColdFusion can be stressful.

From: Pete Freitag's Homepage

Implementing Request/Response Logging with Spring Boot's Rest Client

Learn how to implement clean and efficient request/response logging for Spring Boot's Rest Client, including both inline and interceptor-based approaches.

From: Dan Vega

Implementing Request/Response Logging with Spring Boot's Rest Client

Learn how to implement clean and efficient request/response logging for Spring Boot's Rest Client, including both inline and interceptor-based approaches.

From: Dan Vega

Using Environment Variables in Spring Boot

Learn how to effectively manage configuration and secure sensitive data using environment variables in Spring Boot applications. This comprehensive guide covers best practices, security considerations, and practical examples.

From: Dan Vega

Using Environment Variables in Spring Boot

Learn how to effectively manage configuration and secure sensitive data using environment variables in Spring Boot applications. This comprehensive guide covers best practices, security considerations, and practical examples.

From: Dan Vega

Building a Spring Security Login Form with JTE

Learn how to create a secure login form using Spring Security and JTE (Java Template Engine) with support for both traditional authentication and OAuth2 providers.

From: Dan Vega

Building a Spring Security Login Form with JTE

Learn how to create a secure login form using Spring Security and JTE (Java Template Engine) with support for both traditional authentication and OAuth2 providers.

From: Dan Vega