type

wired_how-to-build-a-cardboard-robot-helmet

Be Careful with Go Struct Embedding

Go has a feature called struct embedding that allows you to compose types. It looks something like this: type Position…

abstract-business-code-270348

Drupal 7 schema & datetime

When working on db schemas in Drupal it’s good to know that syntax for datetime is somewhat changed. Before it…