I hereby claim:
- I am cemeng on github.
- I am cemeng (https://keybase.io/cemeng) on keybase.
- I have a public key ASCNBCEK3rfAONHVtIyNcqOf6PHJu3oTwbfPfSmahiKnowo
To claim this, I am signing this object:
| /* Auht0 Injected CSS */ | |
| .auth0-lock html { | |
| font-family: sans-serif; | |
| /* 1 */ | |
| -ms-text-size-adjust: 100%; | |
| /* 2 */ | |
| -webkit-text-size-adjust: 100%; | |
| /* 2 */ | |
| } |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # Install a custom MySQL 5.7 version - https://www.mysql.com | |
| # | |
| # To run this script on Codeship, add the following | |
| # command to your project's setup commands: | |
| # \curl -sSL https://raw.githubusercontent.com/codeship/scripts/master/packages/mysql-5.7.sh | bash -s | |
| # | |
| # Add the following environment variables to your project configuration | |
| # (otherwise the defaults below will be used). | |
| # * MYSQL_VERSION |
| My Golang study note |
| CloudFormation is the blueprint of your cloud architecture / infrastructure. | |
| IaC -> Infrastructure as Code | |
| What system in AWS you can build using CloudFormation ? Mostly can - but some cannot. | |
| Even for these you can use custom resource to do this. |
| Focus on automation | |
| Preso by Gerardo Estaba - AWS solution architect | |
| keyword: on premise | |
| az - multiple data centres close to each other - to allow synchronous replication | |
| global services -> cloudfront, route 53 | |
| other services are region based for example: S3, DynamoDB etc | |
| don't wait too long to build - if you have 60% information - start build and iterate on it | |
| lightsail -> easiest way to get started on aws, convinient, not a lot of control |
| Get the correct people and roles | |
| - small company one person w/ many hats | |
| - need cloud skills - need to be leader | |
| - need to be liasion between cloud vendor and business | |
| Train these people | |
| - there are classes offered by AWS - uhm okay | |
| - holy grails - 5 AWS professional | |
| - AWS Qwiklabs, youtube, acloudguru / udemy - even AWS people use these | |
| - AWS Lunch & Learns -> find out about these |
Certification Prep: https://aws.amazon.com/certification/certification-prep/
Solutions Architect: https://aws.amazon.com/training/course-descriptions/architect/ https://aws.amazon.com/certification/certified-solutions-architect-associate/
Reading Materials:
| Recommended to look into these: | |
| https://tour.golang.org/ | |
| https://golang.org/doc/effective_go.html | |
| https://gobyexample.com | |
| Perhaps read this first: | |
| https://golang.org/doc/code.html |