.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Kick off Nova customization experiments using Nova Forge SDK

    calendar Mar 18, 2026 · aws.amazon.com/blogs/machine-learning
    Kick off Nova customization experiments using Nova Forge SDK

    In this post, we walk you through the process of using the Nova Forge SDK to train an Amazon Nova model using Amazon SageMaker AI Training Jobs. Link to article: https://aws.amazon.com/blogs/machine-learning/kick-off-nova-customization-experiments-using-nova-forge-sdk/


    Read More
  • Introducing Nova Forge SDK, a seamless way to customize Nova models for enterprise AI

    calendar Mar 18, 2026 · aws.amazon.com/blogs/machine-learning
    Introducing Nova Forge SDK, a seamless way to customize Nova models for enterprise AI

    Today, we are launching Nova Forge SDK that makes LLM customization accessible, empowering teams to harness the full potential of language models without the challenges of dependency management, image selection, and recipe configuration and eventually lowering the barrier of entry. Link to article: …


    Read More
  • From the Captain’s Chair: Naga Santhosh Reddy Vootukuri

    calendar Mar 18, 2026 · docker.com
    From the Captain’s Chair: Naga Santhosh Reddy Vootukuri

    Docker Captains are leaders from the developer community that are both experts in their field and are passionate about sharing their Docker knowledge with others. “From the Captain’s Chair” is a blog series where we get a closer look at one Captain to learn more about them and their experiences. Today we are …


    Read More
  • MAF Workflows in C#: Sequential, Parallel, and Content Pipelines

    calendar Mar 18, 2026 · devleader.ca
    MAF Workflows in C#: Sequential, Parallel, and Content Pipelines

    Build MAF workflows in C# with sequential and parallel agent execution. Learn the content pipeline pattern using Microsoft Agent Framework with real code. Link to article: https://www.devleader.ca/2026/03/18/maf-workflows-in-c-sequential-parallel-and-content-pipelines


    Read More
  • Evaluating AI agents for production: A practical guide to Strands Evals

    calendar Mar 18, 2026 · aws.amazon.com/blogs/machine-learning
    Evaluating AI agents for production: A practical guide to Strands Evals

    In this post, we show how to evaluate AI agents systematically using Strands Evals. We walk through the core concepts, built-in evaluators, multi-turn simulation capabilities and practical approaches and patterns for integration. Link to article: …


    Read More
  • Build an AI-Powered A/B testing engine using Amazon Bedrock

    calendar Mar 18, 2026 · aws.amazon.com/blogs/machine-learning
    Build an AI-Powered A/B testing engine using Amazon Bedrock

    This post shows you how to build an AI-powered A/B testing engine using Amazon Bedrock, Amazon Elastic Container Service, Amazon DynamoDB, and the Model Context Protocol (MCP). The system improves traditional A/B testing by analyzing user context to make smarter variant assignment decisions during the experiment. Link …


    Read More
  • How Bark.com and AWS collaborated to build a scalable video generation solution

    calendar Mar 18, 2026 · aws.amazon.com/blogs/machine-learning
    How Bark.com and AWS collaborated to build a scalable video generation solution

    Working with the AWS Generative AI Innovation Center, Bark developed an AI-powered content generation solution that demonstrated a substantial reduction in production time in experimental trials while improving content quality scores. In this post, we walk you through the technical architecture we built, the key design …


    Read More
  • Migrate from Amazon Nova 1 to Amazon Nova 2 on Amazon Bedrock

    calendar Mar 18, 2026 · aws.amazon.com/blogs/machine-learning
    Migrate from Amazon Nova 1 to Amazon Nova 2 on Amazon Bedrock

    In this post, you will learn how to migrate from Nova 1 to Nova 2 on Amazon Bedrock. We cover model mapping, API changes, code examples using the Converse API, guidance on configuring new capabilities, and a summary of use cases. We conclude with a migration checklist to help you plan and execute your transition. Link …


    Read More
  • Coding Isn’t the Hard Part

    calendar Mar 18, 2026 · codeopinion.com
    Coding Isn’t the Hard Part

    I keep seeing posts pushing back on the idea that coding isn’t the hard part. And I get why. A lot of the disagreement comes down to what people mean by coding. YouTube Check out my YouTube channel, where I post all kinds of content on Software Architecture & Design, including this video showing everything in this… …


    Read More
  • Google Summer of Code 2026 Is Here: Contribute to Kotlin

    calendar Mar 18, 2026 · blog.jetbrains.com
    Google Summer of Code 2026 Is Here: Contribute to Kotlin

    The Kotlin Foundation is joining Google Summer of Code (GSoC) 2026! If you are a student or an eligible contributor looking to spend your summer working on a real-world open-source project, this is your chance to make a meaningful impact on the Kotlin ecosystem while also benefiting from the mentorship of experienced …


    Read More
  • When to Use Decorator Pattern in C#: Decision Guide with Examples

    calendar Mar 18, 2026 · devleader.ca
    When to Use Decorator Pattern in C#: Decision Guide with Examples

    Learn when to use decorator pattern in C# with a practical decision guide, code examples, and real scenarios for choosing the right approach. Link to article: https://www.devleader.ca/2026/03/18/when-to-use-decorator-pattern-in-c-decision-guide-with-examples


    Read More
  • CloudBees vs TeamCity: Enterprise CI/CD Beyond Jenkins

    calendar Mar 18, 2026 · blog.jetbrains.com
    CloudBees vs TeamCity: Enterprise CI/CD Beyond Jenkins

    Many organizations adopt Jenkins because it’s flexible and widely supported. Over time, however, that flexibility often turns into operational overhead: maintaining plugins, debugging pipelines, and coordinating upgrades across teams. CloudBees CI and JetBrains TeamCity represent two different ways of addressing this …


    Read More
  • dotNetDave Says… Good Recruiters Are Transparent and Willing to Share Details About the Job Position

    calendar Mar 18, 2026 · dotnettips.wordpress.com
    dotNetDave Says… Good Recruiters Are Transparent and Willing to Share Details About the Job Position

    The text emphasizes the importance of transparency in the recruiting process, highlighting that unclear communication from recruiters can hinder trust. Job seekers should request essential details upfront, while recruiters are encouraged to lead with clarity and respect candidates' experience. Building relationships …


    Read More
  • When NOT to use the repository pattern in EF Core

    calendar Mar 18, 2026 · blog.elmah.io
    When NOT to use the repository pattern in EF Core

    If you design an application with a data source, the repository pattern often comes to mind as a prominent choice. In fact, many developers see it as the default choice. However, the pattern is not helping every time. In this post, I will pinpoint some cases where the repository pattern Link to article: …


    Read More
  • Re-Sequencer and Global Message Partitioning in Wolverine

    calendar Mar 18, 2026 · jeremydmiller.com
    Re-Sequencer and Global Message Partitioning in Wolverine

    Last week I helped a JasperFx Software client with a use case where they get a steady stream of related events from an upstream system into a downstream system where order of processing is important, but the messages might arrive out of order. Once again referring to the venerable Enterprise Integration Patterns book, …


    Read More
  • From 150 Unread to Zero Stress: Automating Inbox Triage with MCP and GitHub Copilot

    calendar Mar 17, 2026 · devblogs.microsoft.com
    From 150 Unread to Zero Stress: Automating Inbox Triage with MCP and GitHub Copilot

    Taming the Noisy Inbox: How I Used MCP to Automate Email and Teams Triage How the Model Context Protocol (MCP) turns your AI coding assistant into a workplace productivity engine — connecting Microsoft 365 data to your terminal workflow. The Problem We All Share If you work in a customer-facing role, y Link to article: …


    Read More
  • Azure Skills Plugin - Let's Get Started!

    calendar Mar 17, 2026 · devblogs.microsoft.com
    Azure Skills Plugin - Let's Get Started!

    Part 2 of the Azure Skills Plugin series Previously: Announcing the Azure Skills Plugin This post is all about getting you up and running. I won't go d Link to article: https://devblogs.microsoft.com/all-things-azure/azure-skills-plugin-lets-get-started


    Read More
  • Build a Document Q&A App with RAG and Semantic Kernel in C#

    calendar Mar 17, 2026 · devleader.ca
    Build a Document Q&A App with RAG and Semantic Kernel in C#

    Build a document Q&A app with RAG and Semantic Kernel in C#. Covers ITextEmbeddingGenerationService, InMemoryVectorStore, and vector similarity search. Link to article: https://www.devleader.ca/2026/03/17/build-a-document-qa-app-with-rag-and-semantic-kernel-in-c


    Read More
  • UI Freezes and the Dangers of Non-Cancellable Read Actions in Background Threads

    calendar Mar 17, 2026 · blog.jetbrains.com
    UI Freezes and the Dangers of Non-Cancellable Read Actions in Background Threads

    In JetBrains IDEs, UI freezes are often blamed on “heavy work on the EDT,” but our recent investigations show another common culprit in plugins: long, non-cancellable read actions running in background threads. We receive a lot of freeze reports via our automated exceptions reporting system, and many reports actually …


    Read More
  • PowerToys 0.98 is here: new Keyboard Manager UX, the Command Palette Dock and better CursorWrap!

    calendar Mar 17, 2026 · devblogs.microsoft.com
    PowerToys 0.98 is here: new Keyboard Manager UX, the Command Palette Dock and better CursorWrap!

    Link to article: https://devblogs.microsoft.com/commandline/powertoys-0-98-is-here-new-keyboard-manager-ux-the-command-palette-dock-and-better-cursorwrap


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top