Skip to content

Instantly share code, notes, and snippets.

View szinck1's full-sized avatar
🏠
Working from home

Steven Zinck szinck1

🏠
Working from home
View GitHub Profile
class ListNode {
constructor(data) {
this.data = data
this.next = null
}
}
class LinkedList {
constructor(head = null) {
this.head = head

Amazon Solutions Architect Associate

Exam Notes

S3

  • Stores objects (files) in "buckets" (directories)
  • Buckets must have globally unique name
  • Buckets are created at the region level
@szinck1
szinck1 / openshift_on_atomic.md
Created September 11, 2017 14:09
OpenShift install on Atomic