| Title | Description
This file contains hidden or 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
| Define Cloud Architecture | |
| Define PAAS, CAAS, SAAS, IAAS | |
| How many white papers does AWS have available to the public? | |
| What are the AWS White Papers? | |
| For every single AWS White paper, can you create a question for each section. |
This file contains hidden or 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
| BOOK PREVIEW: SOON TO BE A MAJOR MOTION PICTURE DIRECTED BY STEVEN SPIELBERG It's the year 2044, and the real world has become an ugly place. We're out of oil. We've wrecked the climate. Famine, poverty, and disease are widespread. Like most of humanity, Wade Watts escapes this depressing reality by spending his waking hours jacked into the OASIS, a sprawling virtual utopia where you can be anything you want to be, where you can live and play and fall in love on any of ten thousand planets. And like most of humanity, Wade is obsessed by the ultimate lottery ticket that lies concealed within this alternate reality: OASIS founder James Halliday, who dies with no heir, has promised that control of the OASIS - and his massive fortune - will go to the person who can solve the riddles he has left scattered throughout his creation. For years, millions have struggled fruitlessly to attain this prize, knowing only that the riddles are based in the culture of the late twentieth century. And then Wade stumbles onto the |
Current as of: August, 2016
Passing SA Pro:
- get ACloudGuru 5 certification bundle. (Disclaimer: I have no financial interest in ACloudGuru.)
- work through Associate courses. Take and pass all Associate exams.
- work through SA Pro course
- take the SA Pro Sample exam. Note that answers are provided for version from the Japan site. Download the PDF. The answers are at the end of each question.
- take SA Pro Practice exam. If you get 75% or higher, just take the SA Pro exam.
This file contains hidden or 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
| # start | |
| sudo launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist | |
| # stop | |
| sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist |
This file contains hidden or 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
| A Practical Introduction to Container Terminology | |
| https://developers.redhat.com/blog/2018/02/22/container-terminology-practical-introduction/ | |
#Introduction to Devops Resources:
##Chapter 1
2015 State of DevOps Report https://puppet.com/resources/white-paper/2015-state-of-devops-report
Knight Capital https://en.wikipedia.org/wiki/Knight_Capital_Group
This file contains hidden or 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
| AWS PRODUCTS | |
| Amazon EC2 | |
| Amazon Elastic Container Registry | |
| Amazon Elastic Container Service | |
| AWS Lambda | |
| Amazon Virtual Private Cloud | |
| AWS Elastic Beanstalk | |
| Auto Scaling | |
| Elastic Load Balancing | |
| Amazon S3 |
This file contains hidden or 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
| Q | |
| What are some advantages of using Ruby on Rails? | |
| A | |
| Famed coder Yukihiro “Matz” Matsumoto designed Ruby to make programmers “happy”—Rails affords you all the advantages of Ruby, including simple syntax, an extensive library, and a quickly growing community. Here are some advantages to look for in the developer’s answer. | |
| Programmer Productivity: The Ruby framework isn’t called “Rails” for no reason—testimonies abound around the web on how Rails can quickly carry an app from conception, through development, and into production in record speed. | |
| Built-In Testing: Rails enables developers to use supporting code called harnesses and fixtures to quickly draft simple extendable automated tests. | |
| Open-Source: Rails is open-source and 100% free, and its compatibility with Linux means there are many open-source options available when constructing your solution stack. | |
| Metaprogramming: The ability to write code that acts on code rather than data can be a huge advantage, and Rails makes it easy. | |
| HIDE THE ANSWER | |
| Q |
This file contains hidden or 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
| 12 Reasons to Pursue a Software Testing Career | |
| Software testing gets a bad rap. But, people that don’t think a software testing career is rewarding, challenging, and fun surely aren’t software testers. In fact, most testers really love their jobs, and wouldn’t give it up for any job in the world. | |
| When considering which direction to take your career next, here are a few reasons you should think about pursuing a software testing career. | |
| It’s challenging – Testing is not easy — there are constantly puzzles and problems to solve. The job will likely bring something new every day. If you prefer a boring job where you don’t have to think too much then don’t pursue a software testing career. But if you want a job that keeps you on your toes, anyone will tell you that testing is a really great choice. | |
| It’s important – Testers don’t always get enough recognition for the work they do, but we’d be lost without them. As a tester, you’re advocating the end user and making sure that they’re being delivered a quality pro |