Posts
All the articles I've posted.
NextJS 10 and Thoughts Around Incremental Static Regeneration (ISR)
Published: at 08:00 PMNextJS 9 introduced Incremental Static Regeneration and further refined it in NextJS 10. There is a lot to it's subtle behavior and I'm writing some notes about there here that I've found are not documented yet.
How To Return Non IQueryable Results That Include Entity Framework Context in Hot Chocolate GraphQL Server
Published: at 08:00 PMLearn what is needed to build a resolver that returns from a resolver that is primarily designed to return Entity Framework results in an IQueryable format.
To TypeScript or Not To TypeScript
Published: at 08:00 PMA discussion about whether it's worth the extra effort to add TypeScript to a JavaScript file. Is it worth it?
Debug React Hooks useState and useReducer with Redux DevTools Redux Support
Published: at 08:00 PMLearn how to debug state changes in chrome dev tools while using the React Hooks useState and useReducer. Learn how the Node NPM package reinspect makes this straight forward.
Integrating Jekyll and SmartForms and ReCaptcha For Static Site Contact Forms
Published: at 08:00 PMLearn how to integrate a static web site with a contact form effortlessly using SmartForms.