Blog content summary about Payload CMS

Meet Payload: Code-First CMS Built for Modern JavaScript Apps

David Hoffmann Articles, JavaScript, React Leave a Comment

Tired of forcing a legacy CMS into your sleek React stack?
Payload flips the script with a dev-first approach that feels native to modern JavaScript environments. While traditional platforms prioritize marketers, Payload is built for engineersโ€”especially those working in full-stack TypeScript apps with frameworks like Next.js and React….

How I Built a Developer Digital Twin with Agentic AI (And What It Got Right & Wrong)

John Hoestje AI, Articles, Java, Machine Learning, React Leave a Comment

This post walks through a hands-on experiment in agentic development using an AI-powered digital twin embedded in the IDE. See how a single, well-structured prompt enabled the agent to implement a real user story, generate behavioral tests, and prepare Git commit documentationโ€”with minimal developer input. Includes real-world code samples, implementation insights, and a candid look at what worked, what didnโ€™t, and where human oversight is still essential.

Zod + React Hook Form + TypeScript

One Source of Truth: Deriving Required Fields from Zod

Rachel Walker Articles, JavaScript, React, TypeScript 2 Comments

TL;DR: Struggling to keep form validation and UI in sync in your React app? Hereโ€™s how I used Zod and React Hook Form together to define a single source of truthโ€”driving both runtime validation and required field indicators in the UI. The Problem: When Validation Drifts from UI Iโ€™ve been writing forms for as long as Iโ€™ve been writing codeโ€”and …

Optimize Frontend Deployments with Module Federation

Troy McLaughlin Articles, JavaScript, Microservices, Programming, React Leave a Comment

Itโ€™s time to release your latest front-end changes to production. However, as you create a new tag, you notice a large number of commits unrelated to the feature youโ€™ve been working on. Now, instead of simply kicking off your deployment and watching the pipeline run, you need to check with numerous developers and managers to ensure you donโ€™t deploy any …

Using RegEx In Visual Studio Code

Using RegEx in VSCode For Powerful Searching

Alex Cassells .NET, Articles, Programming, React Leave a Comment

This post demonstrates some of my favorite search techniques that work well in VSCode, including some basic RegEx (Regular Expressions) expressions that will help you find exactly what youโ€™re looking for in an unfamiliar code base. We will cover VSCode file type inclusions and exclusions, single-line multi-term searching, conditional searching, and more. RegEx can be intimidating to people who arenโ€™t used to using it, but luckily the RegEx expressions described in this post are very easy to remember and incredibly powerful.