-
AWS Parameter Store allows us to store any arbitrary text as parameters, including JSON. This post shows how to parse the value using the jq command.
-
I started an ASP.NET Core application using dotnet watch run and I was surprised to see the whole application restarting even when I just changed a single character within a MVC View.
-
A few weeks ago I had my tenth Twitter anniversary. But I didn't feel happy about it - quite the opposite. At that time I was oscillating between leaving Twitter completely one day and following even more people because of their great Tweets the other day.
-
DigitalOcean recently announced the public availability of it's managed Kubernetes offering and it's pretty awesome. The Kubernetes dashboard is not deployed by default, so let's do this now.
-
It was a bit of confusing when trying to use View components in ASP.NET Core with Tag Helpers and passing fragments of the parent view model to the View Component by attributes. Once you get it, it's pretty cool.