andyvanee
-
Don't Panic
“DON’T PANIC” - are the words printed in bold letters across the cover of The Hitchiker’s Guide To The Galaxy. I don’t think there could be any better motto for our time....
-
Event Driven Web
I’ve recently been working on a project that uses WebSockets as a core mechanic. These are my thoughts… For starters, an event-driven architecture all the way from Server to UI brings some interesting features....
-
Deconstruct 2017 - Stronger Communities
Deconstruct 2017 is over, and I’m still processing a lot of what I heard, but I did want to get a few notes down while the ideas are fresh. It came up a few times that the software community needs to do better in terms of inclusivity and overcoming the biases that have accumulated....
-
Converting Atmospheric CO₂
I had an idea as I was driving today. It seems so obvious that I’m sure it has some fundamental flaw. Either that, or someone is already working on it. I’m writing this only in the hopes that a Chemist or Biologist can explain to me how I’m wrong and why I’m wrong....
-
Advent of Code
I’ve really been enjoying working my way through the code challenges at http://adventofcode.com/. My solutions are here: https://github.com/andyvanee/adventofcode I’m now on day 8, and the examples have ranged from very easy to pretty involved, but none have been devilishly complicated or tricky....
-
Multiple Foreign Keys
I’d like to document a problem that I’ve never had before, and the solution I arrived at. It was not a real complicated problem, but I got hung up on an even simpler problem....
-
The Case Against Frameworks
This may come across as a rant, but I’m hoping I can keep this as objective as possible: I don’t like frameworks. I’m going to use a broad definition of frameworks defined like this:...
-
Sandbox your external scripts
Fonts and external scripts can be a real performance killer for modern websites. This is the white-screen of death for front-end web development. Anytime a page is blocked for 0.5 or more seconds due to scripts and hosts outside of your control is a serious problem in my opinion....
-
Re-evaluating Online Universities
Here’s an article I read a couple days ago about the founder of Udacity and his struggle with very low success rates for online courses. http://www.fastcompany.com/3021473/udacity-sebastian-thrun-uphill-climb To compensate for a high dropout rate, Udacity has made a shift to focusing on corporate training....
-
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....