Creating Multi-Language AI-Powered Apps w/ Rust, Python & Blazor | TJ Gokken | SSW User Groups

Let’s do some polyglot programming. We’ll create a modern system diagnostics tool called HAL (Hardware Assistant that Learns). We’ll combine Rust’s system-level performance, Python’s AI capabilities with AutoGen, a multi-agent framework, and Blazor’s modern web interface into a cohesive application.
Key Takeaways:

Inter-process communication between Rust, Python, and .NET
Understand when and why to use different languages in AI applications
Learn to implement Microsoft’s AutoGen for multi-agent AI systems

Read More

Rules to Better Chat GPT and Using the Best API Ever | Adam Cogan | User Group

Are you ready to take your GPT game to the next level? Join Adam Cogan and learn invaluable tips and tricks that will help you master the AI revolution. In this presentation, Adam will show the awesomeness of ChatGPT, including prompt engineering for developers and marketers. Then Adam will also showcase the wonders of the OpenAI API and demonstrate how developers can leverage it to its full potential.

Read More

Developing Flexible Authorization Capabilities in ASP.NET Core with Jason Taylor

In this talk, Jason Taylor will demonstrate an approach using permission-based authorization to overcome these limitations by building a flexible approach to managing roles and permissions from within your system. This will improve the maintainability and visibility of access control across your system. Putting the power into the hands of application users and administrators, rather than developers.

Read More

Do you know when to mock your API?

Sometimes you may not know what the backend technology for your API could be… perhaps it is a serverless Azure Functions App, a Logic App, or even a set of services running in Kubernetes. These questions may take time to answer, but you already made a choice on the frontend technology. You may already have…

Read More