RSS Feed

Garrett Bluma



Garrett Bluma is a web programmer and platform developer. He is currently enrolled in graduate school studying Computer Information Systems (CIS) at Nova Southeastern University and works at Delta Dental of Wisconsin.


November 14th, 2011

PHP isset() performance

Since I had done some PHP benchmarking last week, I wondered about the performance implications of a technique that I use sometimes. In this article I take a quick look at some benchmarks to prove it’s worth.

November 12th, 2011

Keep Errors out of PHP

PHP has a number of faults. One of them being that it has two different models for handling errors. In this post I show you how to catch errors as exceptions in existing code. Also, I do some benchmarks to see if this is even a good idea.

September 25th, 2011

AirPort Scanning from Bash

In Mac OS X you often interact with wireless networks via the top-menu, but you also have access via command-line. In this article I show how to use the command-line version of AirPort to get useful data.

September 22nd, 2011

Monitor Your Web Services from Bash

A lengthy explanation of a one liner I use to detect when a service is not responding. Bash-fu included.

September 20th, 2011

Quake 2 Source Code Review

Quake 2 Source Code Review — Fabien Sanglard

Fabien Sanglard has written an amazing review on the insight that the game company id had when developing Quake 2 — not from the perspective of a gamer but down to the nuts and bolts of program design.