andyvanee
-
Accidental CMS
When I started reading [this article called CMS Trap](http://hakunin.com/cms- trap), I had no idea what the hell he was talking about. As I pushed through, I began saying ‘yes’ more and more, and by the time I was finished I had to go back and re-read it again because so much rang true. ...
-
The World is Immutable
Interesting slide deck here called Clojure: The JFDI language I haven’t done any Clojure programming, but I have done some lisp (sbcl) and Haskell, so this off-the-cuff remark caught my attention: ...
-
Udacity CS-212
Peter Norvig is a big name in computer programming. I stumbled across some of his code and was struck by how he could often accomplish in 4 lines of code things that might take me pages. ...
-
Playing With OpenResty
OpenResty is a bit of an enigma. I first heard about the project a few months back when reading about some benchmarks of various web application platforms. OpenResty was WAY ahead of all the others. ...
-
Taking Stock
As I’ve given this blog a little refresh, it’s caused me to look back on what I’ve written so far and think about what I want to write in the future. ...
-
New Layout
This blog is now compiled with Middleman and deployed with Wercker (still deploying to S3). I’ve updated the look/feel as well, mostly taking stuff away to make it really clean & simple. I think this will be a nice setup :) ...
-
Event Driven Programming
I haven’t been doing a lot of JavaScript lately, but every time I do i try to explore the idea of doing everything event driven. “I want the world to be made of hooks” -Andrew Plotkin ...
-
Spamming the Internet
When Google announced that Reader was to be no more, I, like many other geeks took things into my own hands. I was, until recently, a daily user of Reader. There are only a handful of RSS feeds that I follow, but I like them for the very fact that they are not Rich content or an Immersive Experience. ...
-
Writing Is Hard
…for a number of reasons. One reason, which is often addressed, is the challenge of effectively communicating your ideas. This is partly technical, but has more to do with how effectively you communicate in any manner. The benefits of learning to write effectively, whether it be blogging or public speaking or whatever, will transform other parts of your life as well. So they tell me. ...
-
Prose, Github and S3
In an effort to make the static site workflow a little less manual, I’ve created a little web-service to automate things a bit. Here’s how it works: Edit posts/pages/layouts etc with prose.io Github web-hook hits my service, triggering a build. The build stage looks like this: ...