I've been writing code. I created an application last year, called rideque.com. The site was great, but nobody got it. One of the things that evolved out of that was a routing application available as a sub domain. (/que).

It was a mapping route generator that gave you great flyovers of your chosen destination, step by step directions on how to get there, and map modes galore.

I actually use it all of time, it is my goto tool for planning out a road trip. Programing wise, I needed to generate an eight character random text string to replace the sequential database storage id, currently in place.

And strip out and modify all of the code that was integrated with my ride share app, and get a new domain name to hold it all, so I did...

Here's my new site: RouteQue.

I've only got a little bit more work to do on it, like make sure my randomly generated eight character keys don't already exist in the database, but that's about it.

Old coders rock on, despite everything...