Distributed apps platform Aspire supports JavaScript, Python

Aspire, Microsoft’s open source, cloud native development platform, now supports JavaScript, TypeScript, Python, and Java as first-class citizens.
“With Aspire 13, JavaScript and TypeScript developers get to join the party — and I’m not talking about some half-baked afterthought integration,” wrote Microsoft Senior Software Engineer David Pine on Microsoft’s developer blog. “This is first-class, full-featured support for orchestrating your JavaScript apps in distributed systems.”
The tool was previously called .Net Aspire, but .Net has been dropped since Aspire is a polyglot.
The code-first orchestration platform is used to build, debug, and deploy distributed applications, such as cloud native apps or microservices.
Aspire provides a set of curated components and tooling, including a developer dashboard. Its goal is to simplify starting, building, and running cloud native applications.
Pine explains how to run JavaScript code in three different scenarios, including Node and Vite.
Rust 1.93.0 upgrades musl C library
Rust released version 1.93.0 this week. The big news here is that it upgrades the version of the musl C library used when building certain Linux apps.
This ”should make portable Linux binaries that do networking more reliable, particularly in the face of large DNS records and recursive nameservers,” according to the Rust blog about version 1.93.0.
That translates into apps that will be more stable when running in Kubernetes, Docker, or complex cloud environments where DNS records are large and complex.
If you have a previous version of Rust installed via rustup, you can update to 1.93.0 with:
$ rustup update stable
A hackathon for useful applications
Are you working on a side project that’s especially useful and an actual application — not just a demo?
If so, you might want to submit it to the Proof of Usefulness Hackathon, which runs each month until June 5. It’s “a global developer competition that rewards one thing and one thing only: Real-world usefulness,” according to HackerNoon.
What’s interesting about this hackathon is that it will offer monthly rewards and recognition for more than 40 winners over the next six months. Every two months, there will be major software prize cycles for top startups. There’s also $1,500 worth of inventory for each participant.
The hackathon is open to individual developers and budding startups. It provides access to free tools that help you build and promote something meaningful.
While any technology is welcome, the bigger prizes will go to AI and machine learning (ML) projects that use the sponsor technologies. This week, the site explained how to enter the event, which is a bit of a process.
The event is sponsored by HackerNoon, Bright Data, Neo4j, Storyblok, and Algolia.
Benchmark AI models your way
Kaggle, a Google-owned online AI developer community, recently launched a new feature that lets you create custom benchmarks for evaluating AI models.
The feature is called Community Benchmarks for its Benchmarks platform. It can be used to design, run, and share the custom AI model benchmarks.
Here’s why it matters: AI is evolving so rapidly that it’s become difficult to evaluate model performances, according to a blog post by Michael Aaron, a Kaggle software engineer, and Megan Risdal, a product lead for Kaggle.
“Not long ago, a single accuracy score on a static dataset was enough to determine model quality,” Aaron and Risdal write. “But today, as LLMs evolve into reasoning agents that collaborate, write code, and use tools, those static metrics and simple evaluations are no longer sufficient.”
Among the features of Community Benchmarks:
- Custom task construction lets developers define tasks for code execution, tool use, and multiturn conversations using the new kaggle-benchmarks SDK.
- State-of-the-art model access to run custom benchmarks against models from Google, Anthropic, and DeepSeek for free, within a quota.
- Audit-ready reproducibility means the framework captures full inputs, outputs, and model interactions, replacing anecdotal testing with verifiable data.
- Dynamic leaderboards so developers can group multiple tasks into a single benchmark to generate comparative rankings across a suite of leading models.
The Kaggle Benchmarks repo has examples of prebuilt tasks.
The post Distributed apps platform Aspire supports JavaScript, Python appeared first on The New Stack.
