I pushed my http[s] RESTy client and server to github yesterday. It’s almost there. Today, working on favicon.ico support. Cmon!
Persistent notes will go on the wiki.
I pushed my http[s] RESTy client and server to github yesterday. It’s almost there. Today, working on favicon.ico support. Cmon!
Persistent notes will go on the wiki.
There are a million ways to do CI. My goal is to keep it as simple as possible. Concepts:
$global:DebugPreference = "Continue"
See the wiki for details.
I’m writing trading software called A better Trader. For the web UI, I started using some basic JQuery and JQuery UI, with a mind to kick the tires on Bootstrap. I dug in and after looking at a bazillion frameworks and libraries (some fading, some up and coming, NONE really owning it)… K.I.S.S. is ruling the day. I’m finding myself happy with the following:
On the back end, I’m doing RESTful services with boost ASIO. It’s a light clean set of tools. I will probably stand up bootstrap on the front end, and node.js on the back end, for comparison. We’ll see how it goes.