Author Archives: way0utwest

Unknown's avatar

About way0utwest

Editor, SQLServerCentral

Setting up a Local http Server with Node

Setting up a local web server was something that I haven’t done in a long time and this was really easy. This post shows how to do this with a command line node web server. A Need Most software that … Continue reading

Posted in Blog | Tagged , , | Comments Off on Setting up a Local http Server with Node

The Best Graph

Conveying information is a bit of an art and science. Many of us have written reports, graphs, charts, etc. at some point in our career. We’ve likely created some good ones and some bad ones that our clients love or … Continue reading

Posted in Editorial | Tagged | 1 Comment

Stacked Bar Charts vs. Line Graphs–Which is Better?

I ran across an interesting post from Rita Fainshtein that looked at the different types of graphs for a set of data. I thought that was interesting, so I ran my own experiment. I found for my data, a line … Continue reading

Posted in Blog | Tagged , | 5 Comments

Database APIs

Creating an API and using an API server of some sort has become a very common way of working with modern software, especially distributed systems. Whether developers move to microservices or something else, they often make more use of APIs … Continue reading

Posted in Editorial | Tagged | 2 Comments