Skip to content

Instantly share code, notes, and snippets.

View seanconrad1's full-sized avatar

Sean Conrad seanconrad1

View GitHub Profile
let params = args.queryParameters;
let input = params["input"];
let wv = new WebView();
await wv.loadURL(input);
await wv.waitForLoad();
let js = `
document.querySelector('video').src;
@seanconrad1
seanconrad1 / deploy.sh
Last active November 17, 2020 17:07
CI/CD for react-native expo
#! /usr/bin/env bash
#https://blog.expo.io/automating-standalone-expo-app-builds-and-deployments-with-fastlane-exp-and-exptool-9b2f5ad0a2cd
set -e # exit entire script when command exits with non-zero status
read_var() {
VAR=$(grep $1 $2 | xargs)
IFS="=" read -ra VAR <<< "$VAR"
echo ${VAR[1]}
}
@seanconrad1
seanconrad1 / resume.json
Last active September 15, 2020 01:10
Sean Conrad resume
{
"basics": {
"name": "Sean Conrad",
"label": "Full Stack Developer",
"image": "https://i.ibb.co/W3PwVrV/circle-cropped.png",
"email": "seanconrad123@gmail.com",
"phone": "(480) 799-6359",
"summary": "Pheonix native, Sean began his professional career at PayPal as a desktop support technician and in the latter years at PayPal, an unofficial software dev. Wanting to further education he moved to NYC and attended Flatiron School's Full Stack Web Dev Immersive course and since has worked for Splash Creative in NJ as a full stack web developer. Although work has him focusing on unintentionally contributing to the creation of SkyNet, he's a sponsored(former) amateur skateboarder, foodie, city explorer, and expert in Star Wars lore.",
"location": {
"city": "New York",