thawkin3
Senior Software Engineer @Webflow. Previously @adobe, @Workfront, @instructure, @youniquellc, @qualtrics.
@WebflowLehi, UT
Pinned Repositories
bundle-analysis-demo
dom-testing-demo
Experiment for testing HTML and vanilla JS with Jest and @testing-library/dom
jest-module-mocking-demo
Demo app for exploring module mocking within the Jest test framework
js-data-structures-and-algorithms
JavaScript implementations of common data structure and algorithm concepts.
nodejs-event-loop-presentation
Presentation slides and demo examples for the Node.js event loop
plagiarism-checker
This app is built using Python 3.9+, Flask 2.0+, and Pinecone. It performs a similarity search using the Pinecone SDK to find articles that contain the same or similar content as what's entered by the user.
single-spa-demo-root-config
tdd-for-ui-demo-2022
This project is used in a presentation to show how we can use test-driven development to build user interfaces. It's not as hard as you may think!
webpack-demos
Webpack demos for various configuration options
webpack-training-1
Demo project used for a team training on webpack 4
thawkin3's Repositories
thawkin3/nodejs-event-loop-presentation
Presentation slides and demo examples for the Node.js event loop
thawkin3/js-data-structures-and-algorithms
JavaScript implementations of common data structure and algorithm concepts.
thawkin3/webpack-training-1
Demo project used for a team training on webpack 4
thawkin3/single-spa-demo-root-config
thawkin3/html-to-pdf-demo
Demo of exporting HTML content as PDFs using various html-to-pdf libraries
thawkin3/reddit-clone
Reddit clone app built with React, React Router, Apollo Client, and Slash GraphQL
thawkin3/tdd-for-ui-demo-2022
This project is used in a presentation to show how we can use test-driven development to build user interfaces. It's not as hard as you may think!
thawkin3/unit-price-calculator
A demo app for a unit price calculator deployed to Heroku
thawkin3/accessible-drag-and-drop
This project is meant to teach software engineers how to create drag and drop functionality in React. It includes good examples and bad examples.
thawkin3/plinko-java-maven
Plinko game from the game show The Price Is Right written in Java with Maven and JUnit
thawkin3/tdd-for-ui-demo
Using TDD to build UIs
thawkin3/coinbase-crowdfunding-app
A simple crowdfunding app using the Coinbase Wallet SDK
thawkin3/skyflow-demo
Skyflow demo for data privacy vaults
thawkin3/boundaries-demo
Demo of Clean Code Chapter 8: Boundaries
thawkin3/codesee-automation-demo
Icon library used to show off CodeSee automation triggers in pull requests
thawkin3/create-react-app-legacy-versions
This repo contains the output of using Create React App to generate React apps using various versions of React.
thawkin3/docs
Official documentation for @dnd-kit
thawkin3/dungeon-crawler-render
Dungeon crawler game built with React and deployed as a static site with Render
thawkin3/exercise-tracker
Exercise tracker microservice built with Node, Express, and MongoDB
thawkin3/express-render-hello-world
Express Hello World Example on Render https://render.com
thawkin3/insomnia-plugin-requests-desktop-notification
Sends a desktop notification once all requests in a folder have completed running
thawkin3/is-today-my-birthday
The best, easiest, and fastest way to determine if today is your birthday.
thawkin3/java-learning
Small projects I'm building as I learn Java
thawkin3/maven-site
Apache Maven site
thawkin3/nextjs-blog-demo
This is the finished example app from the https://nextjs.org/learn tutorial.
thawkin3/react-17-feature-support
This demo app shows what functionality does or does not work in React 17. This is meant to help guide teams in upgrading their apps from React 16 to React 17.
thawkin3/react-multiple-versions
This demonstrates how multiple React apps using different versions of React can coexist on the same page
thawkin3/recursion-vs-loops-js
Simple code examples in JavaScript demonstrating various ways to approach a problem
thawkin3/storybook-example
Setting up Storybook from a basic create-react-app app
thawkin3/tdd-demo
Test Driven Development example while building a caesar cipher