Tech Tips
Random ramblings on technical topics.
Monday, May 30, 2022
RedisJSON - CRUD Ops
›
Summary I cover a shopping cart application use case in this post. I implement a full CRUD set for the users, products, and carts using t...
Saturday, May 21, 2022
Azure Container Apps
›
Summary This is a continuation of a previous post on proxying a SOAP API to REST. In this post, I'll deploy the containerized proxy to...
Sunday, May 15, 2022
RedisTimeSeries
›
Summary I'll be covering an IoT data feed use case in this post. That data feed originates from a Tempest weather station and is stor...
Stable Marriage Problem - Python
›
Summary This short post covers a Python implementation of the Gale-Shapely algorithm for the Stable Marriage Problem (SMP). Stable matc...
Sunday, February 20, 2022
API Proxy - Docker
›
Summary This post covers a machine-to-machine use case where the provider has only a SOAP interface to their services but the client can o...
Saturday, December 11, 2021
Javascript Function Argument Options and Object Conditionals
›
Summary This post is purely some code examples of different ways to structure arguments to functions. I show some examples of conditional...
Saturday, December 4, 2021
Google Cloud Serverless VPC + Cloud Functions
›
Summary I'll show an example configuration of GCP Serverless VPC Access in this post. The scenario here will be a Cloud Function tha...
‹
›
Home
View web version