Amazing tip for teachers this coming week I saw on our internal school group. Tape a pencil to the back of your laptop and tip/hang a CD over the front, angled down. Instant free document camera.
Amazon API Gateway HTTP APIs now supports wildcard custom domain names
Customers can use wildcard custom domain names to easily create multiple URLs that route to one Amazon API Gateway HTTP API. This update extends API Gateway’s current support fo... https://t.co/Uqj0IHPEmD
@donnacamos88 Do not compare yourself to others. That is a sure-fire way to fall into a bout of imposter syndrome.
Only compare yourself to where you were a week ago, two weeks ago, a month ago, a year ago, etc.. Concentrate on how far YOU have come.
You've got this!
@bradwilson@shanselman@dotnet Yes -- though we're not expecting different outcomes for different targets... My issue is executing this in a dockerfile (ci/cd) -- will either need to install another SDK version ontop of base image or another FROM...
@shanselman@dotnet Still an issue. The problem is the xunit test proj being multitarget. One TFM in test works, but only tests the same TFM of classlib, I'd like to test both TFMs of the classlib as it has conditional compilation due to dependency requirements. Am I trying to test too much?