Software Highlight

Introducing Rack Manage

Background As an IT technician, one problem my team and I have faced is trying to track down a specific piece of equipment in one of our many server and network rooms. As a university IT team consisting of mostly students, we have a lot of new and inexperienced technicians not familiar with our server...

Software Highlight: TechFont

Working on a portfolio or similar project where you want icons to display what tech stack you’re using? TechFont is here to help. I usually turn to Font Awesome for any project in need of icons, but they don’t have brand icons for everything, and the ones they do have don’t support multi-color. To my...

Software Highlight: PHP REST Service

PHP REST Service is a smart API server that can automatically generate API endpoints from a class (or manually specified callback functions), using PHP reflection. It’s extremely lightweight with zero dependencies and a single server file, and it packs a ton of features like regex url patterns, JSON, XML, plaintext and custom responses, middleware functions…