Skip to content

Instantly share code, notes, and snippets.

View jtwray's full-sized avatar
:bowtie:
writing custom Hooks tackling mapbox and C#

James 'Tucker' Wray jtwray

:bowtie:
writing custom Hooks tackling mapbox and C#
View GitHub Profile

Frontend Masters: AWS for Frontend Engineers

You should have the following completed on your computer before the workshop:

  • Install the AWS CLI.
  • Have Node.js installed on your system. (Recommended: Use nvm.)
    • Install yarn with brew install yarn.
  • Create an AWS account. (This will require a valid credit card.)
  • Create a Travis CI account. (This should be as simple as logging in via GitHub).

Frontend Masters: React && Firebase (Version 2)

Contact Information

Prequisite Setup

  • A recent version of Node.js
  • npm install -g create-react-app
@jtwray
jtwray / gist:27ce3cfaeeae3ec4b51c44be29da9bed
Last active October 12, 2020 04:50
json string to setup an AWS bucket for serverless static site deployment
- use aws cloud9 very similar to codesandbox
- git clone you repo into cloud9
- create a new s3 bucket in the provided terminal ( the aws cli )
all lowercase dashes and periods only cant start or end with a number
aws s3 mb s3://REPLACE_ME_BUCKET_NAME
- run 2nd command to enable the bucket to be used for state website hosting
@jtwray
jtwray / newAmenities.js
Last active December 16, 2020 20:04
writing thousand line for loop output to new file with promisify stream pipeline
{/**
code starts line 78
a little story telling for context
while mocking seeds for my Express API
I ran into 2 simliar common obstacles
-- several occasions where I didn't get the seed just right the first go around and needed to tweak a small part..of every seed
@devinschumacher
devinschumacher / how-to-google-workspace-email-setup.md
Last active June 2, 2025 18:03
How to Setup Google Workspace (G Suite) Emails - Step by Step (MX, DKIM, DMARC, SPF Records)

How to Setup Google Workspace (G Suite) Emails - Step by Step [VIDEO INCLUDED] (MX, DKIM, DMARC, SPF Records)

Setting up Google-anything is an awful experience - especially for the technically-normal-not-elite-IT-guy.

Hopefully, this video makes it easier for you.

Watch it and follow along and you can ignore reading this article! Yipeeee!