Search Results For “Tag:go” - # - rss
JR:
Nginx and Redis - March 2016
- need to recompile nginx in order to install the redis module.
the default install of nginx contains the memcached module.
https://github.com/openresty/redis2-nginx-module
HN discussion about caching servers.
https://news.ycombinator.com/item?id=1...
more>>
3 min read
- Mar 30, 2016
- #redis #nginx #go
JR:
Veery Blog App - April 2015
- June To-Dos
For the Perl API and client code bases.
within API code, write to caching server.
modify how title is processed and change both client and API code.
add rss
shortform (first X-number of chars for intro text) done
longform (entire post)...
more>>
10 min read
- Aug 03, 2015
- #veery #go #nodejs #perl #couchdb #programming #blogging
JR:
Interesting programming languages
- ... to read more about and possibly learn to use
Go
Lua
Erlang
Haskell
Scheme
Scala
#programming - #go - #lua - #erlang - #haskell - #scheme - #scala
- Oct 10, 2014
JR:
Learning the Go language
- On Oct 6, 2014:
I installed the Go language.
apt-get install golang
That installed version go1
I executed a hello world go script
https://code.google.com/p/go-wiki/
https://stripe.com/blog/official-go-support
https://github.com/stri...
more>>
- Oct 06, 2014
- #howto #programming #go