Tech Tips
Random ramblings on technical topics.
Friday, April 10, 2020
NiceIncontact API Authentication
›
Summary I've authored several posts on the usage of the NiceIncontact (NiC) APIs, but never covered the authentication steps. This...
Sunday, March 29, 2020
Priority Queue with Typescript
›
Summary This post covers development of a Priority Queue with Typescript . The queue is implemented via a Binary Heap . Typescript ...
Sunday, December 15, 2019
Workflow for moving an existing VS Code project to Github
›
Summary This post is a step by step instruction on how to push an existing Visual Studio Code project to Github. I'll demonstrate ste...
Monday, December 9, 2019
Google Cloud Run Quickstart
›
Summary This post is a continuation of the previous quick start on containerizing a Node.js app. In this post, I'll use the same sim...
Node.js on Docker Quickstart
›
Summary This post is a basic primer on getting a Node app containerized. Step 1: Create the app Below is a basic HTTP server impl...
Sunday, October 27, 2019
Trading on Trump's Tweets
›
Summary There have been several articles during President Trump's term regarding his use of Twitter and his influence on stock ...
Thursday, October 24, 2019
Twitter Filtered Stream
›
Summary This post discusses my use of Twitter Developer Labs (beta) APIs for creating a real-time tweet feed. The APIs are all HTTP-...
‹
›
Home
View web version