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.
An effective prompt strategy for ChatGPT, addressing common usage errors and leveraging advanced reasoning to optimize results.
ChatGPT, AI, Prompt Engineering
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
.NET 8 introduces a 'wasi-experimental' workload, enhancing native server-side WebAssembly support.
wasi, .NET 8, server-side, WebAssembly
Semantic Kernel now integrates with AWS Bedrock, enabling access to Amazon Titan models and support for chat completion, text generation, and embeddings.
Semantic Kernel, AWS Bedrock, AI integration, Amazon Titan, developers
Learn to set up AWS CDK for deploying applications to LocalStack and AWS in this detailed video tutorial.
aws localstack, aws cdk, deployment, software engineering
Learn to design loosely coupled microservices using burrito ordering as an example, emphasizing minimized design-time coupling for efficient development.
Microservices, Loose Coupling, Design-Time Coupling
Microsoft unveils the Modern Web App (MWA) pattern for .NET to enhance application modernization to the cloud.
Modern Web App, .NET, application modernization, cloud
This article discusses the significant decline of product management roles amid recent tech layoffs, questioning the need for these positions in an AI-driven world.
Product Management, AI, Tech Layoffs, Software Development
Explores the limitations of Request-Response pattern and introduces the lightweight Publish-Subscribe alternative in .NET for improved implementation.
Webhooks, .NET, Publish-Subscribe, Software Development
A comprehensive tutorial on implementing JavaScript Isolation in Blazor, guiding software engineers through the necessary steps.
javascript isolation, blazor, .NET 5, tutorial