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
Let Cursor do the coding for you | Calum Simpson | SSW Rules
The latest AI assisted coding tools allow you to guide an agent to complete the work for you.
The 12 days of Generative AI | Seth Daily | SSW User Groups
This is Seth’s mental journey of a someone new to the tech industry, who has ridden the AI wave since ChatGPT first blew up.
How to maximize your Superannuation | Stephan Fako | SSW Rules
Discover how small adjustments to your superannuation strategy can lead to significant gains in your retirement balance. Stephan walks you through essential tips like the power of compounding, the benefits of salary sacrifice, and choosing the right fund for optimal growth. Don’t miss this guide to securing a stress-free retirement!
Coding Naming Conventions | Jeoffrey Fischer | SSW Rules
Jeoffrey walks us through three simple stretches you can do right at your desk to improve your posture and overall well-being.
Building Cross-platform Blazor Desktop Apps with Photino | Matt Parker | SSW User Group
We’ll compare options like Electron, MAUI and Avalonia, then dive into a live example to show how quickly you can build a Blazor desktop app using Photino—no complex setups or new frameworks required!
What every .NET developer should know about collections | Anton Polkanov | SSW User Groups
The world of .NET development offers powerful collections like List, Dictionary, HashSet, and many other, but knowing when to use each can make or break your app’s performance.