Tech Tips
Random ramblings on technical topics.
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-...
Wednesday, October 16, 2019
Twitter Analytics with Google Natural Language
›
Summary I'll be taking Twitter tweets and processing them through Google's Natural Language APIs in this post. The NL APIs pr...
Sunday, October 13, 2019
Twitter Premium Search API - Node.js
›
Summary In this post I'll demonstrate how to use the Twitter Premium Search API . This is a pure REST API with two different sear...
‹
›
Home
View web version