Things That Matter Most

Things That Matter Most

  • Home
  • Business
  • Faith
  • Technology
  • Politics
  • Creative Writing
  • Email
  • GitHub
  • RSS
  • Twitter

Powered by Genesis

Modular Architecture

November 18, 2014 by Eric

One of the most exciting new developments (at least for API geeks like me) is the coming JSON API.

Filed Under: Technology Tagged With: API, WordPress

Client-side Productivity Tools with Node

May 1, 2014 by Eric

I’ve been a fan of Node since we were first introduced in 2011. Unfortunately, it’s taken me a few years to come up with a compelling business use for Node.

Filed Under: Technology Tagged With: API, Node, Twitter

JavaScript and Closures

March 27, 2014 by Eric

One of the first things I look for when reviewing JavaScript code is the proper use (and isolation) of scope.

Filed Under: Technology Tagged With: API, closure, coding, javascript, method privacy

To Test or Not To Test: Unit Testing and Privacy

December 1, 2013 by Eric

Determining which methods in your application needed testing used to be easy – test everything exposed by the public API. But once you invite other developers to contribute, you are exposing a whole other set of internal APIs to the team. The behavioral consistency of these methods is just as important as that of the public API, so shouldn’t you be testing them too? I would argue you should, even if this internal API consists of private and protected methods. To make life easier, I’ll give you a couple of tools for testing these limited-visibility functions without forcing everything to be declared “public.”

Filed Under: Technology Tagged With: API, development, method privacy, phpunit, software, testing, Unit Test

Google Reader – Revisited

July 16, 2010 by Eric

A few weeks ago, I published a tutorial regarding using the Google Reader API in PHP projects.  Since that time, Google has changed the authentication portion of their API somewhat, so I need to revise my instructions just a bit.  And some day in the future, I’ll even post a tutorial on how to use […]

Filed Under: Technology Tagged With: API, Google

Google Reader API – A Brief Tutorial

May 21, 2010 by Eric

A few days ago, I asked a question on Stack Overflow regarding the Google Reader API.  What I wanted to do was build a WordPress plug-in that would import my feeds from Google Reader into my dashboard.  I’ve already pulled in my site statistics and Facebook, Google Reader is the last holdout keeping me from […]

Filed Under: Technology Tagged With: API, Google

About Me

Eric is a storyteller, web developer, and outdoorsman living in the Pacific Northwest. If he's not working with new tech in web development, you can probably find him out running, climbing, or hiking in the woods.

Get the newsletter