Skip to content

Instantly share code, notes, and snippets.

View jasperfurniss's full-sized avatar

Jasper Furniss jasperfurniss

  • http://bibleproject.com
  • Greenville, SC
  • 06:22 (UTC -04:00)
  • X @jasperfurniss
View GitHub Profile

Git Commit Signatures

To understand why your commits are not being verified, click the badge in github.

Screen Shot 2023-03-08 at 12 00 09 PM

If it's a mismatched email, you need to make sure that your git config email matches your settings in your github account.

A brief intro video on the history of Typescript. https://www.youtube.com/watch?v=EUlM3wx546o
var buildRunwayData = function() {
var returnData = [];
// Loops over each sprint
$(".backlog-filter-condensed").each(function(i, item) {
// Only care about the first 2
if (i < 2) {
Requirements:
- VSCode
- Have the following links open in your browser:
https://docs.emmet.io/cheat-sheet/ (helpful shortcuts)
https://devhints.io/emmet (helpful shortcuts)
https://www.youtube.com/playlist?list=PL1wzr--U1bxNKKvf5eYeROcyy3vmRGi0U (a great crash course video series)
Hello UX Engineers!
@jasperfurniss
jasperfurniss / gist:ed0ba9e9be839b8aa51c38e289233713
Last active December 15, 2020 19:50
Steps for Filling in for the Scrum Team Design/Support Role (ex. UXE filling in for a UXD who normally sits on a scrum team)
1. Coordinate with the main UX person on the team to sync on any current projects/workloads.
2. Write down all meeting times for that team.
3. Meet with the producteer on that team.
4. Get added to the team's calendar so you won't miss any meetings.
5. Attend those as the support fill-in.
6. Be the UX eyes in those meetings and write down things that need discussing.
7. Bring back to UX team any unknowns or key information.
import React from "react"
import {
Card,
TextInput,
Flex,
FlexItem,
Select,
CircleIconButton,
SectionSeparator,
Caption,
@jasperfurniss
jasperfurniss / tools.md
Last active September 30, 2020 15:20
Tools for Drag and Drop Components
git checkout master
git pull
git checkout christina/candidate_applications
git merge origin/master
git push
@jasperfurniss
jasperfurniss / spacing.md
Last active August 14, 2020 20:40
spacing.md

THE MVP GOAL: Be able to call marginRight: "sm" on any existing react kit and have it add a margin-right of 16px, according to our spacing variables in our tokens directory. Ultimately, we'd like to be able to call the following spacing options:

margin 
marginTop 
marginRight 
marginBottom 
marginLeft 
marginX