Skip to content

Instantly share code, notes, and snippets.

@sirenko
sirenko / go-builder-pattern.go
Last active June 28, 2021 23:14 — forked from vaskoz/builder.go
Golang Builder pattern
// Go, builder design pattern
//
// Go playground URL: https://play.golang.org/p/ArweZ3i7Puc
package main
import "strconv"
import "fmt"
type Color string
@sirenko
sirenko / Effective_Engineer.md
Created December 29, 2017 09:58 — forked from rondy/Effective_Engineer.md
Effective Engineer, Notes

Effective Engineer - Notes

What's an Effective Engineer?

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

Adopt the Right Mindsets