tinyint in c#
A schema in our db had changed and the data type used in MSSQL was tinyint. When passing that value in the backend, I needed to…
tinyint
ms sql script add column
While changing the schema to a db table, I wanted to be able to communicate my changes easily to my co-workers for their dev environments…
kubernetes daemon set api
I provisioned a Kubernetes cluster and wanted to check whether a DaemonSet was added when the…
js date toisostring
I was writing some nodejs code that cached the result of an api call to re-use later. When it get pulled out of redis , the date of the stored item needed…
logging kubernetes containers
I was researching methods for aggregating logs from Docker containers in a Kubernetes cluster.