Skip to content

Instantly share code, notes, and snippets.

@zmalltalker
Created April 4, 2017 11:16
Show Gist options
  • Save zmalltalker/70b81ef0fe6bef1b741cc74df4ac26d8 to your computer and use it in GitHub Desktop.
Save zmalltalker/70b81ef0fe6bef1b741cc74df4ac26d8 to your computer and use it in GitHub Desktop.

Must learn technology for any programmer

  • A functional language. Either Elixir or Clojure
  • A non-SQL database. Bonus points for Riak or Datomic
  • A non-bash shell
  • The UNIX process model: fork/exec
  • Sockets: create a socket and accept on it. Bonus points for netcat
  • A text editor
  • Git. At least git rebase -i
  • Encodings
  • Text-oriented neckbeard text-manipulation language like awk, sed
  • Creating a process which is started at boot time, stopped at shutdown, accepts config reload via SIGHUP and has a restart command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment