👋 Hi! I’m Chad. I’m a Tech Lead turned founder, but I mostly see myself as a web developer specializing in the .NET Core, React, and Node.js ecosystems. I like to build tools to make developers’ lives easier. I am currently working on a modern job platform for .NET Core and Node.js.
GitHub Action to upload a directory of assets to Azure Blob Storage under a specified version number directory. If the versioned assets have already been uploaded, the upload will be skipped.
This can be useful to automatically deploy versioned web assets from GitHub to an Azure CDN.
By default, Gatsby only makes system environment variables prefixed with GATSBY_ available to client scripts. Using this plugin, you can make any arbitrary environment variable available at runtime.
Given a Disqus XML export, this source plugin will make threads & comments available to query via GraphQL. This will allow you to statically render comments and not include the Disqus embed code on your site.
This can be useful if you are trying to migrate away from Disqus but you don’t want to lose your existing comments. Or it could be useful if you want to server-render your comments for SEO purposes and replace the comment div with the Disqus embed code at runtime.
C# geocoding and address validation API that integrates with five popular Geocoding providers. Perform address validation, real time mapping of user-entered addresses, distance calculations, and more.
This is an approach to doing batch processing and background jobs that I helped refine over many years. We finally decided to OSS it and provide a service on top of it.