Readings for Lunch — [ 13 Sep 2018 ]
IMAGE OF THE DAY

Photo taken inside an old French cello. Note the Latin calligraphy in the reinforcing strip down the center.(source)
REACT
Use a Render Prop!
the higher-order component pattern that is a popular method of code reuse in many React codebases could be replaced 100% of the time with a regular component with a “render prop”…
GOLANG
Common Pitfalls When Using database/sql in Go
"This blog post is dedicated to some of the past mistakes we’ve made ourselves, in hopes that you won’t also make them when the time comes."