
Updating Downstream Repos with Github Actions
The Problem When working with multiple repositories that depend on shared packages, keeping dependencies updated can become a tedious manual process. Every time you release a new version of your p...
The Problem When working with multiple repositories that depend on shared packages, keeping dependencies updated can become a tedious manual process. Every time you release a new version of your p...
Modern document analysis often demands a blend of precision and automation. In this post, I demonstrate how to leverage AWS SDKs, Bedrock AI, and pdf-lib to analyze a PDF file, identify key evaluat...
Introduction GitHub Actions are awesome! They’re definitely one of my favorite ways of accomplishing repeatable builds, deployments, and testing for both user experience and security. One of the i...
The Problem Creating a library of shared components can be challenging, especially when dealing with complex components that rely on other libraries like React Router or custom hooks. You can pack...
Introduction We’ve all been there: trying to deliver self-contained components across teams with React, only to hit stumbling blocks regarding data handling. You go through the effort to create a ...