.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • dotNetDave Rocks ØREDEV DEVELOPERS CONFERENCE 2025

    calendar Jul 11, 2025 · dotnettips.wordpress.com
    dotNetDave Rocks ØREDEV DEVELOPERS CONFERENCE 2025

    dotNetDave will speak at the Øredev Developers Conference in Malmö, Denmark, from November 5-7, 2025. His session focuses on optimizing .NET code performance, sharing techniques to improve execution speed by up to 98%. Attendees will learn about effective memory management, enhancing application efficiency while …


    Read More
  • Distributed Systems Mistakes Nobody Warns You About: Consistency

    calendar Jul 10, 2025 · codeopinion.com
    Distributed Systems Mistakes Nobody Warns You About: Consistency

    One of the most common and very overlooked issues when writing a distributed system is consistency. You have one thing happening in one part of your system that triggers something else to happen in another part of the system, except it doesn’t happen. And that can be a nightmare to deal with. This problem is… Read More …


    Read More
  • New capabilities in Amazon SageMaker AI continue to transform how organizations develop AI models

    calendar Jul 10, 2025 · aws.amazon.com/blogs/machine-learning
    New capabilities in Amazon SageMaker AI continue to transform how organizations develop AI models

    In this post, we share some of the new innovations in SageMaker AI that can accelerate how you build and train AI models. These innovations include new observability capabilities in SageMaker HyperPod, the ability to deploy JumpStart models on HyperPod, remote connections to SageMaker AI from local development …


    Read More
  • Accelerate foundation model development with one-click observability in Amazon SageMaker HyperPod

    calendar Jul 10, 2025 · aws.amazon.com/blogs/machine-learning
    Accelerate foundation model development with one-click observability in Amazon SageMaker HyperPod

    With a one-click installation of the Amazon Elastic Kubernetes Service (Amazon EKS) add-on for SageMaker HyperPod observability, you can consolidate health and performance data from NVIDIA DCGM, instance-level Kubernetes node exporters, Elastic Fabric Adapter (EFA), integrated file systems, Kubernetes APIs, Kueue, and …


    Read More
  • Accelerating generative AI development with fully managed MLflow 3.0 on Amazon SageMaker AI

    calendar Jul 10, 2025 · aws.amazon.com/blogs/machine-learning
    Accelerating generative AI development with fully managed MLflow 3.0 on Amazon SageMaker AI

    In this post, we explore how Amazon SageMaker now offers fully managed support for MLflow 3.0, streamlining AI experimentation and accelerating your generative AI journey from idea to production. This release transforms managed MLflow from experiment tracking to providing end-to-end observability, reducing …


    Read More
  • Amazon SageMaker HyperPod launches model deployments to accelerate the generative AI model development lifecycle

    calendar Jul 10, 2025 · aws.amazon.com/blogs/machine-learning
    Amazon SageMaker HyperPod launches model deployments to accelerate the generative AI model development lifecycle

    In this post, we announce Amazon SageMaker HyperPod support for deploying foundation models from SageMaker JumpStart, as well as custom or fine-tuned models from Amazon S3 or Amazon FSx. This new capability allows customers to train, fine-tune, and deploy models on the same HyperPod compute resources, maximizing …


    Read More
  • Supercharge your AI workflows by connecting to SageMaker Studio from Visual Studio Code

    calendar Jul 10, 2025 · aws.amazon.com/blogs/machine-learning
    Supercharge your AI workflows by connecting to SageMaker Studio from Visual Studio Code

    AI developers and machine learning (ML) engineers can now use the capabilities of Amazon SageMaker Studio directly from their local Visual Studio Code (VS Code). With this capability, you can use your customized local VS Code setup, including AI-assisted development tools, custom extensions, and debugging tools while …


    Read More
  • The 2025 Docker State of Application Development Report

    calendar Jul 10, 2025 · docker.com
    The 2025 Docker State of Application Development Report

    Executive summary The 2025 Docker State of Application Development Report offers an ultra high-resolution view of today’s fast-evolving dev landscape. Drawing insights from over 4,500 developers, engineers, and tech leaders — three times more users than last year — the survey explores tools, workflows, pain points, and …


    Read More
  • Customize AI responses from GitHub Copilot

    calendar Jul 10, 2025 · devblogs.microsoft.com
    Customize AI responses from GitHub Copilot

    GitHub Copilot along with its various models are capable of some amazing things. When in Agent mode the AI can create parts of or even entire applications from your written (or spoken!) instructions. You can just feel the vibes (coding), can't you? [alert type="note" heading="Note"]GitHub Copilot …


    Read More
  • Modular Ktor: Building Backends for Scale

    calendar Jul 10, 2025 · blog.jetbrains.com
    Modular Ktor: Building Backends for Scale

    Ktor offers a lightweight, flexible approach to building web applications that differs from more opinionated all-in-one frameworks. While Ktor’s minimalist design might seem challenging at first, a little experience using our modules can go a long way towards building for scale. In this article, I’ll show you some …


    Read More
  • Use K8sGPT and Amazon Bedrock for simplified Kubernetes cluster maintenance

    calendar Jul 10, 2025 · aws.amazon.com/blogs/machine-learning
    Use K8sGPT and Amazon Bedrock for simplified Kubernetes cluster maintenance

    This post demonstrates the best practices to run K8sGPT in AWS with Amazon Bedrock in two modes: K8sGPT CLI and K8sGPT Operator. It showcases how the solution can help SREs simplify Kubernetes cluster management through continuous monitoring and operational intelligence. Link to article: …


    Read More
  • How Rocket streamlines the home buying experience with Amazon Bedrock Agents

    calendar Jul 10, 2025 · aws.amazon.com/blogs/machine-learning
    How Rocket streamlines the home buying experience with Amazon Bedrock Agents

    Rocket AI Agent is more than a digital assistant. It’s a reimagined approach to client engagement, powered by agentic AI. By combining Amazon Bedrock Agents with Rocket’s proprietary data and backend systems, Rocket has created a smarter, more scalable, and more human experience available 24/7, without the wait. This …


    Read More
  • Build an MCP application with Mistral models on AWS

    calendar Jul 10, 2025 · aws.amazon.com/blogs/machine-learning
    Build an MCP application with Mistral models on AWS

    This post demonstrates building an intelligent AI assistant using Mistral AI models on AWS and MCP, integrating real-time location services, time data, and contextual memory to handle complex multimodal queries. This use case, restaurant recommendations, serves as an example, but this extensible framework can be …


    Read More
  • Build real-time conversational AI experiences using Amazon Nova Sonic and LiveKit

    calendar Jul 10, 2025 · aws.amazon.com/blogs/machine-learning
    Build real-time conversational AI experiences using Amazon Nova Sonic and LiveKit

    mazon Nova Sonic is now integrated with LiveKit’s WebRTC framework, a widely used platform that enables developers to build real-time audio, video, and data communication applications. This integration makes it possible for developers to build conversational voice interfaces without needing to manage complex audio …


    Read More
  • Our first attempt to detect and report all unhandled C++ exceptions as well as all unhandled structured exceptions

    calendar Jul 10, 2025 · devblogs.microsoft.com
    Our first attempt to detect and report all unhandled C++ exceptions as well as all unhandled structured exceptions

    Last time, we saw that installing an unhandled structured exception filter prevents the Microsoft Visual C++ runtime from converting unhandled C++ exceptions into Link to article: https://devblogs.microsoft.com/oldnewthing/20250710-00/?p=111366


    Read More
  • Docker Brings Compose to the Agent Era: Building AI Agents is Now Easy

    calendar Jul 10, 2025 · docker.com
    Docker Brings Compose to the Agent Era: Building AI Agents is Now Easy

    Agents are the future, and if you haven’t already started building agents, you probably will soon. Across industries and use cases, agents can act on our behalf, and offload repetitive work, because they can act on our behalf with judgment and context. But while agentic development is moving fast, today it’s tedious, …


    Read More
  • Use Agent to Update Dataverse Table Content

    calendar Jul 10, 2025 · devblogs.microsoft.com
    Use Agent to Update Dataverse Table Content

    Introduction Some time ago, I watched a demo of an AI agent updating a row in a table. The scenario was simple but effectively demonstrated the tool's capabilities and potential benefits for users. This made me wonder whether the same could be achieved using Microsoft Power Platforms. This article explores how to build …


    Read More
  • Customize GitHub Copilot in JetBrains with Custom Instructions

    calendar Jul 10, 2025 · devblogs.microsoft.com
    Customize GitHub Copilot in JetBrains with Custom Instructions

    Today, you can use Custom Instructions in JetBrains to speed up development while staying aligned with your team's coding standards and personal preferences. Link to article: https://devblogs.microsoft.com/java/customize-github-copilot-in-jetbrains-with-custom-instructions


    Read More
  • Dynamic configuration updates in .NET using Parameter Store and Secrets Manager

    calendar Jul 10, 2025 · aws.amazon.com/blogs/dotnet
    Dynamic configuration updates in .NET using Parameter Store and Secrets Manager

    Loading configurations and secrets in .NET applications is a common practice. However, it comes with challenges in storing and accessing them securely and dynamically, without the need for application restart. AWS Systems Manager Parameter Store provides a centralized solution for storing and managing configurations …


    Read More
  • AWS AI infrastructure with NVIDIA Blackwell: Two powerful compute solutions for the next frontier of AI

    calendar Jul 9, 2025 · aws.amazon.com/blogs/machine-learning
    AWS AI infrastructure with NVIDIA Blackwell: Two powerful compute solutions for the next frontier of AI

    In this post, we announce general availability of Amazon EC2 P6e-GB200 UltraServers and P6-B200 instances, powered by NVIDIA Blackwell GPUs, designed for training and deploying the largest, most sophisticated AI models. Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top