Skip to content

Instantly share code, notes, and snippets.

View bluehawk27's full-sized avatar
:bowtie:
Loading...

Alberto Villacorta bluehawk27

:bowtie:
Loading...
View GitHub Profile
@bluehawk27
bluehawk27 / installGO.sh
Last active April 26, 2019 17:20 — forked from RaviTezu/installGO.sh
Shell(bash) script to install golang on Linux and MacOS machines
#!/usr/bin/env bash
set -e
# Author: Ravi Teja Pothana (@RaviTezu)
# Date: Nov 15, 2016
# The MIT License (MIT)
# Copyright (c) 2016 RaviTezu
@bluehawk27
bluehawk27 / System Design.md
Created April 26, 2019 05:09 — forked from vasanthk/System Design.md
System Design Cheatsheet

System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

Basic Steps

  1. 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?

Effective Engineer - Notes

What's an Effective Engineer?

  • They are the people who get things done. Effective Engineers produce results.

Adopt the Right Mindsets

@bluehawk27
bluehawk27 / crash.log
Created June 26, 2018 23:15
terraform codebuild crash
Error: Error applying plan:
2 error(s) occurred:
* module.codebuild.aws_codebuild_project.default: 1 error(s) occurred:
* aws_codebuild_project.default: unexpected EOF
* module.codebuild.aws_iam_role_policy_attachment.default: 1 error(s) occurred:
* aws_iam_role_policy_attachment.default: unexpected EOF