Image by steve.francia via Flickr In business it’s common to use sales as a metric to determine success. Songs, albums, books and movies are all ranked on “best seller” charts. While this isn’t a perfect metric, it is largely useful due to the innate control built within. There is friction to a sale in that …
Read more »Someone once said a goal is a dream until you write it down … in your blog and tell the world about it. In an effort to focus on blogging a bit more frequently I have decided to start a blogathon beginning today. I will write a post every Monday, Wednesday and Friday for the next four weeks. I …
Read more »pid /var/run/nginx.pid; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; sendfile on; keepalive_timeout 75; proxy_buffering off; log_not_found off; error_log /dev/null; access_log off; proxy_connect_timeout 20; client_header_timeout 60; client_body_timeout 60; send_timeout 60; server { listen 127.0.0.1:80; location /nginx_status { stub_status on; access_log off; allow 127.0.0.1; deny all; } } server { listen in:80; server_name …
Read more »Image by steve.francia via Flickr I don’t know what could be more shocking that opening this month’s edition of CIO magazine and discovering that my blog, this very blog that you are currently reading is one of two blogs featured this month. I am humbled and honored to be mentioned and included with such great peers. To …
Read more »