Skip to content

Instantly share code, notes, and snippets.

View jayfallon's full-sized avatar
🎯
Focusing

Jay Fallon jayfallon

🎯
Focusing
View GitHub Profile
import Link from 'next/link'
import {GovUkTwoColumnContainer} from '../Global'
import GetStartedMenu from './menu'
import GetStartedStyles from './styles'
const Production = props => (
<GovUkTwoColumnContainer>
<GetStartedMenu/>
<GetStartedStyles>
<h2>Get started</h2>
Language Platform Libraries PWA CSS Markup App Data Main Advantage Main Disadvantage Learning Curve Community Years in Production
JavaScript Node.js Gatsby.js 😄 CSS Modules HTML Static Multiple Fast/Cheap Low Interactivity Easy OSC 1+
JavaScript Node.js Next.js 😄 Multiple JSX Static/Server API/DB Ease of Use Not Popular Medium OSC 3+
JavaScript Node.js React.js 😄 Multiple JSX Multiple API/DB Very Popular Many Approaches Medium/Hard Facebook 5+
TypeScript Node.js Angular.js 😄 Multiple HTML Server API/DB Easy Readability Framework Medium/Hard Google 9+
JavaScript Node.js Express.js 😐 Multiple Multiple Server API/DB Good Documentation Complex Codebase Medium OSC 9+
@jayfallon
jayfallon / milestones.csv
Last active July 29, 2018 20:56
Table in medium
Deliverable Deadline
Project Proposal Draft August 11th 2018
Project Research August 11th - August 31st 2018
Research Synthesis September 4th 2018
Information Architecture September 11th 2018
Userflow & Wireframes September 18th 2018
Prototype & Testing Sepetember 25th 2018
Adjustments October 2nd 2018
Build Phase 1 October 2nd - November 6th 2018
Build Phase 2 November 6th - December 4th 2018

An Introduction to Graphene and Relay https://speakerdeck.com/mjtamlyn/an-introduction-to-graphene-and-relay Apollo http://dev.apollodata.com/ Build Your First Python and Django Applicationhttps://scotch.io/tutorials/build-your-first-python-and-django-application?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more Django https://www.djangoproject.com/ Explaining GraphQL Connections https://dev-blog.apollodata.com/explaining-graphql-connections-c48b7c3d6976 Full-stack React + GraphQL Tutorial https://dev-blog.apollodata.com/full-stack-react-graphql-tutorial-582ac8d24e3b Getting started with GraphQL and Graphene http://blog.traintracks.io/getting-started-with-graphql-and-graphene/ Graphcool https://www.graph.cool/ Graphene http://graphene-python.org/ Graphene and Django Tutorial using Relay http://docs.graphene-python.org/projects/django/en/latest/tutorial-relay/

//- css build task
gulp.task('build:css', function(){
return gulp.src('src/css/main.css')
.pipe(dependencies({
dest: 'build',
prefix: 'vendor',
flat: true
}))
.pipe(gulp.dest('./build/css/'));
});
@alias {
bgc: background-color;
fs: font-size;
}
@font-face {
font-family: 'Cienfuegos';
font-path: '../vendor/cienfuegos/Cienfuegos_demo_font';
font-weight: normal;
font-style: normal;
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="author" content="Jay Fallon">
<link rel="stylesheet" href="css/main.css">
<title>Unencoded Design: Using Rucksack with PostCSS and gulp</title>
</head>
<template name="home">
<h1>hello world</h1>
{{#hello}}
Jay
{{/hello}}
</template>
<template name="hello">
Hello, {{> content}}<br>
</template>
### Keybase proof
I hereby claim:
* I am jayfallon on github.
* I am jayfallon (https://keybase.io/jayfallon) on keybase.
* I have a public key whose fingerprint is EC69 6E0D 8339 FB4B F3D5 02F7 067B B158 E97D 9B92
To claim this, I am signing this object: