MissedMemo
Transitioned from C/C++ to .Net/C#, working mostly with Javascript, node & React.JS for the past several years... most recently, at an e-commerce company.
Berkeley, CA
Pinned Repositories
adopt-me
work through v5 of Brian Holt's React tutorial at Front End Master's
adventurous
airbnb-style-guide
JavaScript Style Guide
elegant-testing
dynamically generate Jest tests for set of common algorithms
explore-golang
walk thru, and create variations on, golang tutorials
lightbox-old-school
My solution to a coding challenge: to implement a Lightbox using vanilla JS (no jQuery or other libraries)...
parkingSQUAT
( IN PROGRESS... ) a React Native parking space reservation app., featuring NavigationExperimental (Redux), Airbnb's advanced MapView (Cocoa Podfile) etc.
python-server-parser-challenge
My solution to a coding challenge: to implement a python server, get, parse and format JSON data... with no helper libraries
react-testing-library
review K.C. Dodds revised & updated React testing lib & best practices
tv-listings
( IN PROGRESS... ) a real-time TV listings schedule using ReactJS, featuring React Router v.4, CSS Modules, PostCSS etc.
MissedMemo's Repositories
MissedMemo/parkingSQUAT
( IN PROGRESS... ) a React Native parking space reservation app., featuring NavigationExperimental (Redux), Airbnb's advanced MapView (Cocoa Podfile) etc.
MissedMemo/react-testing-library
review K.C. Dodds revised & updated React testing lib & best practices
MissedMemo/explore-golang
walk thru, and create variations on, golang tutorials
MissedMemo/adopt-me
work through v5 of Brian Holt's React tutorial at Front End Master's
MissedMemo/elegant-testing
dynamically generate Jest tests for set of common algorithms
MissedMemo/lightbox-old-school
My solution to a coding challenge: to implement a Lightbox using vanilla JS (no jQuery or other libraries)...
MissedMemo/python-server-parser-challenge
My solution to a coding challenge: to implement a python server, get, parse and format JSON data... with no helper libraries
MissedMemo/tv-listings
( IN PROGRESS... ) a real-time TV listings schedule using ReactJS, featuring React Router v.4, CSS Modules, PostCSS etc.
MissedMemo/algorithm-testing
Dynamically generate a suite of ES6/Mocha/Chai tests to apply against a growing list of algorithms
MissedMemo/b.holt-react-tutorial-v4
following along with Brian Holt's latest React tutorial...
MissedMemo/b.holt-react-v5
following along with Brain Holt's updated React features tutorial
MissedMemo/complib1
straight React component library WITHOUT Webpack, Tailwind, or TypeScript
MissedMemo/d3-with-react
exercises illustrating the use of D3 with React
MissedMemo/docker-multistage-CI-CD
configure docker containers to host various demo projects, and explore CI pipeline options
MissedMemo/end2end
end to end generic implementation of a react/node SPA, using the latest components
MissedMemo/epicreact-fundamentals
Material for my React Fundamentals Workshop
MissedMemo/explore-graphql
walk thru, and explore variations on, graphQL tutorials
MissedMemo/javascript-toy-problems
misc. toy problems in javascript, for fun
MissedMemo/js-module-variations
the various ways to implement and reference, javascript modules, in both node and browser clients
MissedMemo/js-test-notes
misc. javascript notes, and testing async etc. tricky behaviors
MissedMemo/kyle.s-deep-node
Kyle Simpson covers some deeper node concepts
MissedMemo/lets-go
work through, and explore variations on, latest "pro" golang web app examples
MissedMemo/lightbox-cool-school
an enhanced React/ES6 version of our vanilla JS lightbox
MissedMemo/mini-carousel
MissedMemo/project-template-react-node
incorporate latest popular libs and lib versions into reference project template
MissedMemo/react-hooks
play around with React hooks, suspense etc. (egghead/Dodds)
MissedMemo/react-styling-libs-compared
reference implementation to compare react styling options (latest babel plugins etc.)
MissedMemo/reference-implementations-react
collection of useful reference implementations targeting React
MissedMemo/teeny
simple npm lib playground
MissedMemo/typescript3
review TypeScript 3 features, including integration with Babel 7 & React