Posts
All the articles I've posted.
An Example GraphQL Apollo Server 3 with Redis and Auth Working
Published: at 08:00 PMThis is a clean example of a GraphQL Apollo Server Version 3 working with Redis. It is based on a clone of a V2 project and has all the fixes for version 3.
Build a Web Site With React 18 That Shows the Most Polluted Cities in the United States
Published: at 08:00 PMSee the most polluted cities in the United States ranked by Air Quality as well as how to built that app in React 18
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?