Pinned Repositories
advanced-git-exercises
Exercises for Frontend Masters Advanced Git http://git.io/advanced-git
apollo-client
:rocket: A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server
apollo-client-demo
Proof of concept for a GraphQL wrapper around existing REST API (in this case, Dropbox). GraphQL queries are decomposed into corresponding REST API requests. Works with and without a GraphQL server.
apollo-client-devtools
:christmas_tree: Chrome extension for Apollo Client developer tools
before-after-each
Demonstrates a case where afterEach() may be better than beforeEach() for cleaning up between tests.
datasharing
The Leek group guide to data sharing
git-cheatsheet
Mike's git reference
vSPI
Verilog implementation of an SPI slave interface. Intially targetted for Atlys devkit (Xilinx Spartan-6) controlled by TotalPhase Cheetah USB/SPI adapter
webcoder
Code editor in your browser
mjlyons's Repositories
mjlyons/git-cheatsheet
Mike's git reference
mjlyons/advanced-git-exercises
Exercises for Frontend Masters Advanced Git http://git.io/advanced-git
mjlyons/apollo-client
:rocket: A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server
mjlyons/apollo-client-demo
Proof of concept for a GraphQL wrapper around existing REST API (in this case, Dropbox). GraphQL queries are decomposed into corresponding REST API requests. Works with and without a GraphQL server.
mjlyons/apollo-client-devtools
:christmas_tree: Chrome extension for Apollo Client developer tools
mjlyons/before-after-each
Demonstrates a case where afterEach() may be better than beforeEach() for cleaning up between tests.
mjlyons/complete-intro-to-react-v5
The Complete Intro to React, the fifth version
mjlyons/complete-intro-to-react-v5-adopt-me
Adopt-me project for Complete Intro to React v5
mjlyons/cookiecutter-cntnr
Commands that make it easier to develop on a docker-compose system and deploy it to production
mjlyons/electorn-tutorial-firesale-v3
Markdown editor from Steve Kinney's Electron class on frontendmasters
mjlyons/electron-tutorial-clipmaster-v3
mjlyons/electron-tutorial-not-done
mjlyons/fem-javascript-background
mjlyons/fem-layout
Frontend Masters: CSS Grids and Flexbox in Responsive Web Design workshop files
mjlyons/firebase-js-sdk
Firebase Javascript SDK
mjlyons/fullstack-tutorial-typescript
🚀 The Apollo platform tutorial app adapted for Typescript
mjlyons/learning-graphql-mjlyons
My implementations working through "Learning GraphQL by Eve Porcello & Alex Banks"
mjlyons/mjlyons.github.io
Mike Lyons's GitHub Page
mjlyons/obsidian-daily-plugin
Moves the previous daily file over while removing any checked boxes
mjlyons/portal-context
Shares context across page by rendering components using shared context and portaling around
mjlyons/query-page-param-type
🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.
mjlyons/react-query-course-ts
This is ui.dev's react-query class project, with additional typescript typings added by @mjlyons.
mjlyons/react-testing-library
🐐 Simple and complete React DOM testing utilities that encourage good testing practices.
mjlyons/shared-context
Demos a react app that shares the same state across two instances of a context provider
mjlyons/testing-react-notes
Mike's notes for testing react apps
mjlyons/testing-workshop
A workshop for learning how to test JavaScript applications
mjlyons/travis-ci-demo
A sample project for a Travis CI Demo
mjlyons/vscode-copy-containing-folder-relative-path
Copies the relative path of the folder containing the current file
mjlyons/vscode-ext-yarn-restart
Runs `yarn start` in the terminal. If a `yarn start` terminal already exists, closes it first
mjlyons/vscode-fundamentals
👨🏫 Mike's Visual Studio Code Course