...endless Demos


Pie charts and Datagrids

In this demo I use an MVC .net framework 4 project, parse an text file, load it to the database using SSIS, run a threaded console app to get webservice data from UPS webservices, then present it using Google Charts and a DataTables js plugin.


Google Big Query

Here I ingest a text file to google big query, have it geo-coded, then run a console app that runs a query for data warehousing, saves the results, then run a weighted rank query and display the results using Geo shapes and Google Maps.


The Haversine Euclidian Geometry Example

Here I display parsing a text file, running the Haversine algorithm, utilizing Google Web Services and then sort a walklist into perfect walking order.


Vue & Front End Blog

This demo shows a recursive Vue component, its middle tier, and a nice backend CTE query.


A look at a CTE Query

In this quick video I talk about a CTE query, I'm a stickler for SQL, you can do so much in SQL that replaces pages of middle tier and front end logic. I also compare my custom hierarchy with the hierarchy SQL data type


Manhattan Distance, SQL, and Class based Validation

Here I talk about the ultra simple Manhattan Distance algorithm, in a .net framework 4.8 website. I talk about my own usage of "NoValidate" and CSS based Forms Authentication. I show a good implementation of dynamically generated test data. I talk briefly about project documentation and work I would assign.