Explore my Pulumi workshop for Infrastructure as Code and Azure enthusiasts. This lab, available on this GitHub repository👉 https://t.co/g8rtjQ2VK1, provides self-paced learning with TypeScript, C#, and Python code solutions.
#IaC#InfrastructureasCode#pulumi#devops#azure
I'm thrilled to unveil Nuxt UI v3-alpha to the world! 🚀
✨ Completely rebuilt from the ground up
🎨 Powered by Tailwind CSS v4-alpha
🧩 Integrated with Radix Vue for accessible primitives
🔧 Enhanced with Tailwind Variants for flexible styling
https://t.co/wrqTgPVugZ
Aspire 9 upcoming features 🧵:
First, you'll be able to use Aspire 9 with .NET 8 and .NET 9! It will no longer require a call to dotnet workload install, and instead uses an MSBuild SDK. This should simplify CI/CD integration and getting started immensely! All you need is NuGet!
#dotnet #aspire
@DevLeaderCa My website is still statically generated, I 'm still using markdown but with Nuxt the developer experience is awesome and I can benefit from the Vue.js ecosystem. I still love .NET but for it's not my preferred option for frontend development.
@DevLeaderCa I started my blog a few years ago with the .NET static site generator wyam, then migrated to its successor Statiq and I was happy about it: my code was just a .NET console app and I was writing my articles in markdown. This year I rewrote my blog using Nuxt.js.
@glaforge I came across a blog post (https://t.co/XkG5yKLbqi) which seems to be a plagiarism of your article "Text classification with Gemini and LangChain4j". An AI may have been used to reformulate some words but it's the same article otherwise.
@glaforge He also did some plagiarism on blog author by translating the articles from french to english ... using IA as well it seems. He removed the articles when the original author called him out. So I guess you can do the same. I don't know how to prevent it from doing it again ...
I've just published a new blog post on using any Terraform provider in Pulumi, featuring a hands-on guide with the Netlify provider! 🌐✨
Check it out and learn how to generate a local Pulumi SDK from any Terraform or OpenTofu provider! 💻🔧
Read more: https://t.co/HCp7jnonmz
💡Tip of the day for developers working on APIs for mobile applications or webhooks:
Microsoft Dev Tunnels tool allows you to securely expose your localhost to the internet
@cecilphillip When you use TypeScript it's even more similar to bicep but with all the benefits of using a programming language. In my last article I showed how to provision a Function App on the new Flex Consumption Plan : https://t.co/D41o5Hm9V9
@cecilphillip When you use the Azure native Pulumi provider, the infrastructure code looks similar to Bicep because the provider is generated from the Azure APIs. Hence, properties are the same and you can access all the versions of the APIs. But you can use C#, compile and debug your code ...