Skip to content

Instantly share code, notes, and snippets.

View sean-hill's full-sized avatar

Sean Hill sean-hill

View GitHub Profile
@sean-hill
sean-hill / MongoDB-Architecture-Multiple-Desserts.json
Last active April 28, 2017 23:31
MongoDB Architecture Descriptive Desserts
{
"sandwich": "ham",
"dessert": [
{
"type": "cookie",
"flavor": "chocolate chip",
},
{
"type": "cookie",
"flavor": "oatmeal",
@sean-hill
sean-hill / MongoDB-Architecture-Multiple-Desserts.json
Created April 28, 2017 23:23
MongoDB Architecture Multiple Desserts
{
"sandwich": "ham",
"dessert": ["cookie", "ice cream"]
}
@sean-hill
sean-hill / MongoDB-Architecture-Single-Dessert.json
Created April 28, 2017 23:20
MongoDB Architecture Single Dessert
{
"sandwich": "ham",
"dessert": "cookie"
}
@sean-hill
sean-hill / node.js, selenium grid, xvfb, and webdriver.io
Last active March 4, 2020 22:47
node.js, selenium grid, xvfb, and webdriver.io
node.js, selenium grid, xvfb, and webdriver.io
@sean-hill
sean-hill / AngularJS Back To Top Directive
Last active October 11, 2023 20:07
AngularJS Back To Top Directive
AngularJS Back To Top Directive.
Uses AngularJS, jQuery, Font Awesome, and SCSS.
@sean-hill
sean-hill / Hide Splashscreen in Ionic App
Last active April 16, 2017 17:25
Hide Splashscreen in Ionic App with ngCordova
Hide Splashscreen in Ionic App
@sean-hill
sean-hill / Branch Metrics Service for AngularJS Ionic project
Last active December 4, 2017 13:28
Branch Metrics Service for AngularJS / Ionic project
Branch Metrics Service for AngularJS / Ionic project
@sean-hill
sean-hill / Auth Token Interceptor Service for AngularJS and Passport HTTP Bearer Strategy
Last active August 29, 2015 14:17
Auth Token Interceptor Service for AngularJS and Passport HTTP Bearer Strategy
Auth Token Interceptor Service for AngularJS and Passport HTTP Bearer Strategy
@sean-hill
sean-hill / Ionic and Pushwoosh example
Last active May 23, 2019 15:37
Pushwoosh Service for Ionic Apps
Ionic and Pushwoosh example
@sean-hill
sean-hill / Ionic and ngCordova upload example
Last active May 6, 2019 01:52
Upload service for Ionic and ngCordova
Ionic and ngCordova upload example