Download
AWS Solutions Architect Password: gratismas.org
GraphQL pt-BR
Lynda Courses
Ultimate design patterns 1
Ultimate design patterns 2
http://www.allitebooks.com/beginning-solid-principles-and-design-patterns-for-asp-net-developers/
http://kickass.to/infiniteskills-learning-jquery-mobile-working-files-t7967156.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@ip-172-31-16-205:~/minishift-1.17.0-linux-amd64$ minishift start --show-libmachine-logs -v5 | |
-- minishift version: v1.17.0+f974f0c | |
-- Starting profile 'minishift' | |
Found binary path at /usr/local/bin/docker-machine-driver-kvm | |
Launching plugin server for driver kvm | |
Plugin server listening at address 127.0.0.1:38691 | |
() Calling .GetVersion | |
Using API Version 1 | |
() Calling .SetConfigRaw | |
() Calling .GetMachineName |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@ip-172-31-16-205:~$ minishift delete -f | |
Deleting the Minishift VM... | |
Minishift VM deleted. | |
ubuntu@ip-172-31-16-205:~$ minishift start | |
-- Starting profile 'minishift' | |
-- Checking if https://github.com is reachable ... OK | |
-- Checking if requested OpenShift version 'v3.9.0' is valid ... OK | |
-- Checking if requested OpenShift version 'v3.9.0' is supported ... OK | |
-- Checking if requested hypervisor 'kvm' is supported on this platform ... OK | |
-- Checking if KVM driver is installed ... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node { | |
echo 'No quotes, pipeline command in single quotes' | |
sh 'echo $BUILD_NUMBER' | |
echo 'Double quotes are silently dropped' | |
sh 'echo "$BUILD_NUMBER"' | |
echo 'Even escaped with a single backslash they are dropped' | |
sh 'echo \"$BUILD_NUMBER\"' | |
echo 'Using two backslashes, the quotes are preserved' | |
sh 'echo \\"$BUILD_NUMBER\\"' | |
echo 'Using three backslashes still results in preserving the single quotes' |
A curated list of AWS resources to prepare for the AWS Certifications
A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.
Picking the right architecture = Picking the right battles + Managing trade-offs
- Clarify and agree on the scope of the system
- User cases (description of sequences of events that, taken together, lead to a system doing something useful)
- Who is going to use it?
- How are they going to use it?