PostgreSQL: Terminating all active connections and dropping the database
Drop all active connections. Run this script to drop all active connections. Drop Database.
Read More
Drop all active connections. Run this script to drop all active connections. Drop Database.
Read More
I asked ChatGPT4 what a DDD is in c#. It came back with a decent answer. In Domain-Driven Design (DDD)…
Read More
Example Repo: https://github.com/chrisstraw/angular-ssl Requirement: you must have OpenSSL installed. I do this through https://chocolatey.org/ 1. To generate the key and crt…
Read More
Good Post on how https://levelup.gitconnected.com/how-to-update-fork-repo-from-original-repo-b853387dd471
Read More
This post goes through the https://adamtheautomator.com/rabbitmq-cluster/ For docker, I forked a repo. Docker Compose for RabbitMQ Cluster To work with MassTransit…
Read More
To run Kubernetes clusters within docker, use kind (k8s.io) I found these tools beneficial kubectx: Faster way to switch between clusters…
Read More