stern-shawn
Staff software engineer at Twilio! Previously a Developer Educator at Twilio, and JS/TS Dev @ Walmart Global Tech, Kroger Technology, Nike, NWEA, Intel 📋
@twilio Portland, OR
Pinned Repositories
bulma
Modern CSS framework based on Flexbox
react-boilerplate
🔥 A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices.
react-autocomplete
WAI-ARIA compliant React autocomplete (combobox) component
redux-toolkit
The official, opinionated, batteries-included toolset for efficient Redux development
common
Common utils for ticketing microservices project
continued-education
A repo for storing my progress in courses or tutorials (udemy, egghead.io, etc) as I branch out into learning new topics as a developer
CSE142_HWArchive
Backup of old homework assignments from my very first intro to programming course at the UW in 2010/2011, beginner flaws and all
delicious
Full-stack web application for looking up, reviewing, and curating personal lists of restaurants. Key goal is to learn necessary concepts in application development beyond what I already know, namely user authentication, database storage, Ajax REST API, file upload and image resizing in NodeJS using async/await + Promises.
keystone-react-boilerplate
An exploration into using KeystoneJS 4 Beta as the CMS for best-practice-driven, fully Node-based, React apps (No more Wordpress)! Powered by Redux, Redux-Observable 'Epics', CSS Modules + Styled Components, AirBnB linting, Jest/Enzyme testing, MongoDB, and React Helmet for SEO. Feel free to check out the demo and open the console!
plugin-signal2021
Welcome to SIGNAL Developer Mode 2021
stern-shawn's Repositories
stern-shawn/CSE142_HWArchive
Backup of old homework assignments from my very first intro to programming course at the UW in 2010/2011, beginner flaws and all
stern-shawn/CSE143_HWArchive
Backup of old homework assignments from my second programming course at the UW in 2011, beginner flaws and all
stern-shawn/CSE373_HWArchive
Backup of old homework assignments from my algorithms course at UW
stern-shawn/CSE374_HWArchive
Backup of old homework assignments from my unix/bash shell/C/C++/version control course at UW
stern-shawn/DataValidationScriptGenerator
Script I wrote for my team to generate standardized data validation scripts based on input XMLs. Currently committed version is final state after about a month of continual edits and updates based on demands.
stern-shawn/FCC-JSCalulator
Javascript Calculator App for FreeCodeCamp
stern-shawn/FCC-JSTicTacToe
Javascript/jQuery/HTML/CSS implementation of the classic TicTacToe game which pits the player against a (thus far) undefeated "AI"
stern-shawn/FCC-PomodoroTimer
Pomodoro implementation for FreeCodeCamp curriculum
stern-shawn/FCC-quoteGenerator
Quote Generator App for FreeCodeCamp
stern-shawn/FCC-Simon
Imitation of the popular Simon Says game, implemented using HTML5/CSS3/jQuery stack as part of FreeCodeCamp curriculum
stern-shawn/FCC-TwitchViewer
Web app for displaying the status of and links to popular Twitch streamers, with filters for controlling who is displayed based on streaming status. Implemented using Javascript/jQuery/HTML/CSS
stern-shawn/FCC-weatherApp
Weather App for FreeCodeCamp
stern-shawn/FCC-WikipediaViewer
Web app for searching and displaying user search results using the Wikipedia API, implemented using Javascript/jQuery/HTML/CSS
stern-shawn/HackerRank
Repository of work done on HackerRank to gain more fluency in Python
stern-shawn/HeartRateParse
Small Perl script to parse the output of my Jarv Bluetooth HRM's output when taken using the RunKeeper app and exported
stern-shawn/Portfolio
Personal Portfolio to display previous work and introduce myself
stern-shawn/react-fundamentals-app
Simple React GitHub 'battle' app to compare two users based on metrics such as star count and followers. Learning how to use React and getting familiar with concepts such as pure programming, better understanding of the 'this' keyword, promises with Axios, NPM, Webpack, etc. Processes input of two GitHub user accounts, and asyncronously gets data from the Github API.
stern-shawn/react-voting-app
Full-Stack React/Redux voting app using ES6. Users vote between two provided choices from a pool of options until only one item remains.
stern-shawn/ReactWeatherApp
Now that I have some exposure to the React.js framework, I'm going to try and make a more functional, robust, and featured version of my first weather app.
stern-shawn/RenMa-Dojo-Website
Personal project to design a cleaner, more SEO-friendly website for my Kendo dojo
stern-shawn/sevenSegDriver
Arduino Sketch for driving a 3-digit 7-segment LED array (originally from an EE design project where we were controlling with a PIC instead of an Arduino, I just loved this little bit of hardware so much I wanted to have it around after the lab was over...)
stern-shawn/ShawnAndTianshus-EE-748-Capstone
Capstone project for EE 478 class. Semi-autonomous robot which could navigate simple mazes, avoid obstacles, grasp objects, and was fully controllable through an android application with additional voice command options over bluetooth
stern-shawn/style-loader
style loader module for webpack
stern-shawn/treehouse-projects
Location for worthy projects/workspaces completed as part of Treehouse Full-Stack JavaScript curriculum
stern-shawn/triColorLED
Arduino Sketch for driving a tri-color LED
stern-shawn/Vcc-Parse-and-Multi-Graph
Workflow automation script intended to replace the manual process of copy-pasting test data into a spreadsheet and graphing results with a simple Perl script to parse the data and a JSL script to call JMP and plot the data...
stern-shawn/You-Dont-Know-JS
A book series on JavaScript. @YDKJS on twitter.