Tech Tips
Random ramblings on technical topics.
Sunday, July 26, 2020
Salesforce Object Query via REST Call
›
Summary This post explains how to execute a Salesforce Object Query Language (SOQL) command from a REST call. The approach and code he...
Wednesday, June 17, 2020
AWS Connect Chat/Lex Bot - Web Client via API-Gateway, Lambda
›
Summary This post is a continuation my previous on the topic web chat client integration to AWS Connect. In this post, I utilize more...
AWS Connect Chat/Lex Bot - Web Client via SDK
›
Summary In this post, I cover development of a demo-grade chat web client against AWS Connect via direct integration with the Javasc...
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...
‹
›
Home
View web version