Skip to content

Instantly share code, notes, and snippets.

View herman-rogers's full-sized avatar
💻
Compiling...

Herman (Boomer) Rogers herman-rogers

💻
Compiling...
View GitHub Profile
@herman-rogers
herman-rogers / mrrobotdata.go
Last active February 19, 2017 18:39
Mr. Robot Data
type MrRobotMessage struct {
ArchivePath string `json:"archivepath"`
Project string `json:"project"`
EngineName string `json:"enginename"`
EnginePlatform string `json:"engineplatform"`
EngineVersion string `json:"engineversion"`
BuildrID string `json:"buildrid"`
BuildID string `json:"buildid"`
}
type Messenger interface {
GetMessage() (*BuildServiceRequest, error)
DeleteMessage() error
}
type MessengerImpl struct {
session *sqsiface.SQSAPI // Need to use amazon's interface
message *sqs.Message
}
@herman-rogers
herman-rogers / learningmap.txt
Last active January 20, 2017 11:05
Learning Map
Skill Improvement
https://www.freecodecamp.com/
https://javascript30.com/
Algorithm Improvement:
https://www.topcoder.com/my-dashboard
Raw Code Reads: