OAuth 2.0 and Open ID Connect Cheat Sheet
A collection of OAuth 2.0 and Open ID Connect (OIDC) terms and concepts I refer back to often.
Providing quality software engineering content in the form of tutorials, applications, services, and commentary suited for developers.
A collection of OAuth 2.0 and Open ID Connect (OIDC) terms and concepts I refer back to often.
In this article I capture a plethora of Kafka CLI commands that I've found useful. It is my goal to capture them here to serve as a cheatsheet of commands for myself and others to draw from.
In this article I discuss the benefits of architecting observability into your AWS Aurora PostgreSQL deployments through the use of CloudWatch Logs, Metric Filters, and Alarms.
In this article I present a demonstration of how one can use Cloud Watch Metrics and Alarms to monitor CPU Utilization for an AWS RDS database consisting of a primary read/write instance and a read-only replica.
In this article I show how to implement a data pipelining solution utilizing Dockerized Kafka Connect and the Snowflake Sink Connector to pull events out of Apache Kafka and into the Snowflake Cloud Data Warehouse.
In this article I present a minimal Java Gradle project that utilizes Apache Avro serialization and integrates with the Confluent Schema Registry for managing message data formats used by Apache Kafka producers and consumers.
In this article I present the concepts of AWS Virtual Private Cloud (VPC) Endpoints through simple examples of setting up and consuming AWS services made explicitly accessible through VPC endpoints.
In this short "How To" article I demonstrate implementing a Python based Command Line Interface (CLI) application using the Click package to consume text input from both files and standard input streams.
In this article I demonstrate the power of the Python based Click package for building beautiful Command Line Interface (CLI) programs by creating a clone of the popular wc Unix command.
In this article I demonstrate how to use Python to perform rudimentary topic modeling and identification with the help of the GENSIM and Natural Language Toolkit (NLTK) libraries.