Creating a Web Component for Reveal.js (Follow-up)

This weekend I blogged about a web component experiment wrapping the excellent Reveal.

From: Raymond Camden

John Gall's Law On Building Complex Systems

Ben Nadel takes comfort in John Gall's law on building complex systems. And why starting simple isn't just practical, it's the only way to be successful....

From: Ben Nadel

Creating a Web Component for Reveal.js

I've been a fan of Reveal.

From: Raymond Camden

Testing the Web Share API

A week or so ago I discovered the Web APIs list on MDN.

From: Raymond Camden

Advanced Spring Security - How to create multiple Spring Security Configurations

In this tutorial, we will discuss how to create multiple Spring Security configurations and why you might want to do so.

From: Dan Vega

Advanced Spring Security - How to create multiple Spring Security Configurations

Security is an important aspect of any application, and Spring Security makes it secure by default.

From: Dan Vega

Working Code Podcast - Episode 123: Negative 10x Developers

Ben Nadel and the crew talk about how to be a negative 10x engineer by wasting time and wreaking havoc with large documents and massive meetings....

From: Ben Nadel

An interesting pair of anniversaries for my blog: 600 posts, over 17 years this month

After I posted my last entry, I happened to notice that it was exactly my 600th post here at carehart.

From: Charlie Arehart - Server Troubleshooting

New updates released for Java 8, 11, 17, and 20 as of Apr 18 2023

It's that time again: there are new JVM updates released today (Apr 18, 2023) for the current long-term support (LTS) releases of Oracle Java, 8, 11, and 17, as well as the current interim update 20.

From: Charlie Arehart - Server Troubleshooting

Selecting Portions Of A Turbo Stream Template With Custom Actions

Ben Nadel demonstrates how to create custom Turbo Stream actions that allow only portions of the template to be extracted and applied to the live page....

From: Ben Nadel

Learn With Code Samples Updated

I just updated the Learn With code Repository with all the code samples for my Angular 13, 14, and 15 book updates. Go Get The Updated Code Go Get The Latest Books Thanks everyone for the continued support of my writing endeavors.

From: Jeffry Houser's Blog

Create a GraphQL Client in Java with Spring Boot

If you're working on a Spring application and you need to call another REST API, you have tools such as RestTemplate or WebClient.

From: Dan Vega

Create a GraphQL Client in Java with Spring Boot

If you're working on a Spring application and you need to call another REST API, you have tools such as RestTemplate or WebClient.

From: Dan Vega

Create a GraphQL Client in Java with Spring Boot

If you're working on a Spring application and you need to call another REST API, you have tools such as RestTemplate or WebClient.

From: Dan Vega

Calva, Joyride, and Portal

Back in December, 2022, I described my original Calva, Joyride, and Portal setup.

From: Sean Corfield: An Architect's View

Accessing Stimulus Controllers From A Given DOM Element In Hotwire

Ben Nadel demonstrates how to access a Stimulus controller from a given DOM element in Hotwire....

From: Ben Nadel

Need Help with ColdFusion?

As folks know, I love it when yall send me questions via email.

From: Raymond Camden

Building Resilient Feature Flags That "Fail Open" In ColdFusion

Ben Nadel demonstrates how to code resilient feature flag logic so that features can "fail open" at the end of development in ColdFusion....

From: Ben Nadel

Using the Cookie Store API

Today while browsing a list of web APIs over at MDN, I ran across one that surprised me - the Cookie Store API.

From: Raymond Camden

Associating Submit Buttons With Any Form Using Button Attributes In Native HTML

Ben Nadel demonstrates that any button can submit any form, regardless of where it is on the page, by using the form attribute....

From: Ben Nadel