Author: Chris Straw
How to Update Fork Repo From Original Repo
Good Post on how https://levelup.gitconnected.com/how-to-update-fork-repo-from-original-repo-b853387dd471
Read MoreMy Notes: Setting up a RabbitMQ Cluster
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 MoreMy Notes: Kubernetes Helpers
To run Kubernetes clusters within docker, use kind (k8s.io) I found these tools beneficial kubectx: Faster way to switch between clusters…
Read MoreExploring AWS RDS for SQL Server vs Azure SQL
I’m looking at moving to AWS RDS for SQL from Azure SQL. The biggest downside is the licensing. Currently, I’m using…
Read MoreMy Notes: Deploying Angular/.Net Core App to Kubernetes
Good Post with DB migrations while the deploying is rolling out https://andrewlock.net/series/deploying-asp-net-core-applications-to-kubernetes
Read MoreMy Notes – Standup .Net API with Angular on Ubuntu
This is my notes on how I setup a .net core web api with an Angular frontend on a Ubuntu Linux…
Read MoreCopy/Paste – Docker build/publish
More to come My Angular sandbox example: https://github.com/chrisstraw/angular-dockerize Digital Ocean Example with an Azure DevOps NPM auth
Read More