Presentations I give through work and elsewhere.
A crash-course into NextJS hopefully taking 10 minutes. The presentation was given at Slalom to the Denver Moden Web group.
git clone https://github.com/jsmithdenverdev/presentations.git
cd presentations
npx @marp-team/marp-cli@latest -s ./nextjs-in-10-minutes
A lunch and learn on AWS Step Functions that includes a real world example of a step function application.
git clone https://github.com/jsmithdenverdev/presentations.git
cd presentations
google-chrome ./step-functions-ll/index.html
A deep dive into new React Router 6 features and how my dev teams are expected to leverage them. Presentation focuses mainly on loaders and actions.
git clone https://github.com/jsmithdenverdev/presentations.git
cd presentations
npx @marp-team/marp-cli@latest -s ./react-router-6-features