Skip to content

Instantly share code, notes, and snippets.

View rmzi's full-sized avatar
🍊
...

Ramzi Abdoch rmzi

🍊
...
View GitHub Profile
@rmzi
rmzi / security-group-pattern.tf
Created July 21, 2020 17:18
Pseudocode for Security Group User Pattern
resource "aws_rds_cluster" "db" {
...
security_group = ""
...
}
resource "aws_security_group" "airflow-db" {
...
}
@rmzi
rmzi / keybase.md
Created November 2, 2017 19:49
Keybase Verification

Keybase proof

I hereby claim:

  • I am rmzi on github.
  • I am rmzi_mck (https://keybase.io/rmzi_mck) on keybase.
  • I have a public key ASC2M8Fs1YbYZcIdSgKwHvLvhC297J7UEWoPxmFcbHAKggo

To claim this, I am signing this object:

@rmzi
rmzi / README.md
Created February 23, 2017 01:49 — forked from serdaradali/README.md
Interactive world globe

Zoomable/rotatable world globe that uses orthographic projection. Drag behavior is enhanced as described here: https://www.jasondavies.com/maps/rotate/

Performance is not good due to redrawing whole world upon zoom/drag.