Measuring Software Operations Tempo

2017-06-19 9:00

As a long time member of the twenty two person strong web development team at UCF’s Center for Distributed Learning, I have stepped up to the challenge of measuring Ops Tempo for our group.

Lookout for cheaters!

2017-02-28 9:00

How do we know student employees aren't using their power to cheat?

Installing GitLab on CentOS 6

2017-02-26 9:00

The long winding road to a functional University wide GitLab server.

The Martian - Andy Weir

2016-07-21 13:05

The Martian is a fantastic fictional view of what it would take to survive on Mars, even when everything goes wrong.

Review! Little Bets - Peter Sims

2016-07-14 1:15

Peter Sims gives us a tour of why we should think smaller when working on our ideas.

The Art of the Deal - Donald Trump

2016-06-25 13:15

It’s important to pay attention to the people who want to have a say in how our country is run.

Setting up the New Relic agent for Django .wsgi

2016-05-20 9:00

Quick and dirty New Relic agent setup for Django's .wsgi file system.

Getting ripped off on Fiverr

2014-08-10 9:00

I'm a first time Fiverr user, so maybe I just made a mistake in trusting this community, but here's my story.

Getting the most out of part time developers.

2014-07-20 10:30

I've been managing a small team of part time web developers for just over a year. I'd like to share what I've learned about workflow in a small team, and specifically how to keep track of dozens of issues across a part time team.

Mac OSX Tools

2014-06-24 12:57

There are tons of tools available to a Mac based professional. Here are the top tools that every developer should check out...

Nested comments in Python using a Depth First Search

2014-06-22 11:00

Handling comments in Python can be a real chore, but it doesn't have to be. Using a simple depth first search, you can organize your comments into a nested list that can be displayed on your site, or passed to a client via JSON.