Scott Nath
Front-end architect

Some notes on creating a custom Chat GPT that can consistently generate specific styles of characters using Dall-E
Learn about native web components that showcase DEV profiles and posts.
Discover native web components that showcase GitHub profiles and repositories within the profile-components library.
Profile-components are a set of web components with zero dependencies that display publicly-available profile information from various social networks. Currently two: GitHub and dev.to.
How to share testing-library UI tests between Javascript frameworks with the same or similar components and use them in Storybook and unit testing.
How to use the same testing-library UI tests for Storybook Interaction testing and Vitest, Vite's native test runner.
How to deploy multiple Storybooks to one repo's GitHub Pages site and use them in a multi-framework composition Storybook
How to run a local multi-framework composition Storybook instance with one command
Resolving errors that occur when attempting to run multiple instances of Vite-builder Storybooks in the same package.
How to share testing-library UI tests between child and parent components
Learn about a working concept for writing reusable tests which can be shared within and between components to reduce your testing footprint while increasing coverage
StoryDocker is an open-source tool which allows local Storybook development without dependencies by leveraging docker containers