Conversation
Added a new article reference about Drasi's Node.js library, highlighting a change-driven programming approach.
Contributor
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
Add the article to the Media Coverage index to keep the documentation indexes consistent.
Get a fresh assessment by requesting another Copilot review.
Review effort: Lite
Findings: 1
Open (1)
What changed in this PR
Adds a Microsoft article reference about Drasi’s Node.js library and change-driven programming.
Changes:
- Adds a linked article card to the Blog page with its title, source, date, and summary.
| File | Summary |
|---|---|
docs/content/blog/_index.md |
Adds the Node.js library article reference card. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+10
to
+16
| <a href="https://techcommunity.microsoft.com/blog/linuxandopensourceblog/delete-your-polling-loop-change-driven-programming-in-node-js-with-drasilib/4559093" target="_blank" rel="noopener noreferrer"> | ||
| <div class="unified-card unified-card--reference"> | ||
| <div class="unified-card-icon"><i class="fas fa-newspaper"></i></div> | ||
| <div class="unified-card-content"> | ||
| <h3 class="unified-card-title">Delete Your Polling Loop: Change-driven programming in Node.js with @drasi/lib</h3> | ||
| <p class="td-blog-meta">Microsoft Linux and Open Source Blog · Sep 22, 2026</p> | ||
| <p class="unified-card-summary">Drasi's new Node.js library is the focus of this latest article, with a walk-through on how to replace a polling loop with a change-driven approach.</p> |
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Added a new article reference about Drasi's Node.js library, highlighting a change-driven programming approach.
Description
Please explain the changes you've made.
Type of change
Fixes: #issue_number