Feed
This is a feed of links I've run across and found interesting or noteworthy. The images, content and opinions in them are owned by their respective authors.
Amazon Q Developer for .NET in the IDE
Amazon Web Services - youtube.com
A presentation followed by a demo on integrating Q Developer with VS Code and Visual Studio for .NET.
AWS, Cloud, .NET, VS Code, C#

Using LocalStack with Docker Compose to mock AWS services
Mauro - whattodevnow.medium.com
Learn how to set up and use LocalStack with Docker Compose for mocking AWS services in local development.
LocalStack, Docker Compose, AWS, Mocking, Development
Extremely Fast MessagePack Serializer for C#
GitHub - github.com
A fast MessagePack serializer for C# compatible with .NET and Unity.
MessagePack, C#, .NET, serialization, Unity

Walk-through of OpenCV AI Kit using the MobileNet detection algorithm
Patrick Ryan - patrick-ryan.medium.com
This article expands on using the MobileNet detection algorithm with the OAK-1 video feed, building on previous examples.
OpenCV, AI Kit, MobileNet, OAK-1, Machine Learning

Honey, there are deer at the bird feeder again! ( Keras, OAK-1 and a RaspberryPi to detect deer)
Patrick Ryan - patrick-ryan.medium.com
Using Keras, OAK-1, and Raspberry Pi to detect deer at a bird feeder.
Keras, Raspberry Pi, Computer Vision
Help them Persuade Themselves: the Influence of Questions
Mike Clayton - youtube.com
Questions effectively influence others by focusing attention and eliciting desired responses.
questions, persuasion, influence, verbal influence, management training
Blazor Authentication and Authorization Tutorial [Blazor Authentication Without Identity]
YouTube - youtube.com
Learn Blazor authentication and authorization techniques without using Identity, including source code and video playlist.
blazor, authentication, authorization, tutorial, .net 8

New KILLER ChatGPT Prompt — The “Playoff Method”
Andrew Best - ai.plainenglish.io
An effective prompt strategy for ChatGPT, addressing common usage errors and leveraging advanced reasoning to optimize results.
ChatGPT, AI, Prompt Engineering
Transform JSON with ChatGPT
Brad Jolicoeur - bradjolicoeur.com
Explore using ChatGPT to automate transforming JSON documents into C# classes, improving efficiency in mapping data for software development.
ChatGPT, JSON, C#, automation, software development
Experiments with the new WASI workload in .NET 8 Preview 4
YouTube - youtube.com
.NET 8 introduces a 'wasi-experimental' workload, enhancing native server-side WebAssembly support.
wasi, .NET 8, server-side, WebAssembly