Skip to content

Instantly share code, notes, and snippets.

@mybluedog24
mybluedog24 / buildspec.yml
Created February 28, 2019 03:58 — forked from marcelog/buildspec.yml
Example for buildspec file for Amazon CodeBuild and Amazon CodePipeline to achieve Continuous Integration and Continuous Delivery for a ServerLess project
version: 0.1
phases:
install:
commands:
- printenv
- npm install
build:
commands:
- npm run build
@mybluedog24
mybluedog24 / google-img-resize.mdown
Created August 23, 2018 17:08
Google’s authentication-less on-the-fly image resizing service

Google's authentication-less on-the-fly image resizing service

I found it while poking around the Google+ HTML. Jotting down some notes felt like a good idea, so here goes. If you know more about this API, let me know, please!

(Word of warning: I spent ~30 minutes on both my experimentation and this here write-up, so it might not be the most thought-provoking, brilliant thing you read today.)