Skip to content

Instantly share code, notes, and snippets.

View uilyam's full-sized avatar

William uilyam

  • Eastern, US
View GitHub Profile
@uilyam
uilyam / resources.txt
Created May 24, 2017 12:54
AWS Solutions Architect (Associate) - Free Resources
Exam Blueprint
http://awstrainingandcertification.s3.amazonaws.com/production/AWS_certified_solutions_architect_associate_blueprint.pdf
New (2017) Exam Training and Certification Portal
https://www.aws.training/?src=certification
QwickLabs - Walkthroughs for key concepts.
https://qwiklabs.com/focuses/3454
Whitepapers (~340 pages)
@uilyam
uilyam / colors.scss
Last active May 25, 2017 01:40
Material Design (500) Colors
// Material UI Colors: 500
// Source & Credit: http://materialuicolors.co/
$material_red: #F44336;
$material_pink: #E91E63;
$material_purple: #9C27B0;
$material_deep_purple: #673AB7;
$material_indigo: #3F51B5;
$material_blue: #2196F3;
$material_light_blue: #03A9F4;
$material_cyan: #00BCD4;