.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Advent of Code 2025 in Kotlin: Puzzles, Prizes, and Community

    calendar Jan 12, 2026 · blog.jetbrains.com
    Advent of Code 2025 in Kotlin: Puzzles, Prizes, and Community

    Thank you to everyone who participated in Advent of Code 2025 in Kotlin! Once again, it was a joy to see so many of you sharing solutions, cheering each other on in Slack, and keeping the holiday coding spirit alive. This year, we kicked things off with five days of livestreams on December 1–5, with […] Link to …


    Read More
  • How to Build Android Widgets with .NET MAUI

    calendar Jan 12, 2026 · devblogs.microsoft.com
    How to Build Android Widgets with .NET MAUI

    This is a guest blog from Toine de Boer. This blog takes a look at the Android side of the interactive widget created in the previous blog on iOS Widgets. Android is gen Link to article: https://devblogs.microsoft.com/dotnet/how-to-build-android-widgets-with-dotnet-maui


    Read More
  • How to Troubleshoot Builds With TeamCity Dashboards

    calendar Jan 12, 2026 · blog.jetbrains.com
    How to Troubleshoot Builds With TeamCity Dashboards

    This article was brought to you by Damaso Sanoja, draft.dev. If you’re spending your mornings debugging Jenkins pipeline failures, waiting for builds that should take minutes but stretch into hours, or scrambling to identify which plugin update broke your deployment process, you’re not alone. These daily …


    Read More
  • FAANG Interview Tips - Dev Leader Weekly 122

    calendar Jan 12, 2026 · devleader.ca
    FAANG Interview Tips - Dev Leader Weekly 122

    Welcome to another issue of Dev Leader Weekly! In this issue, I discuss my tips for prepping for FAANG interviews! Link to article: https://www.devleader.ca/2026/01/12/faang-interview-tips-dev-leader-weekly-122


    Read More
  • Aspire for JavaScript developers

    calendar Jan 12, 2026 · devblogs.microsoft.com
    Aspire for JavaScript developers

    Remember when Aspire was just for .NET folks? Yeah, those days are over. With Aspire 13, JavaScript and TypeScript developers get to join the party—and I'm not talking about some half-baked afterthought integration. This is first-class, full-featured support for orchestrating your JavaScript apps in distributed …


    Read More
  • How We Synchronize .NET's Virtual Monorepo

    calendar Jan 12, 2026 · devblogs.microsoft.com
    How We Synchronize .NET's Virtual Monorepo

    In our previous post "Reinventing how .NET Builds and Ships", Matt covered our recent overhaul of .NET's building and shipping processes. A key part of this multi-year effort, which we called Unified Build, is the introduction of the Vi Link to article: …


    Read More
  • How Omada Health scaled patient care by fine-tuning Llama models on Amazon SageMaker AI

    calendar Jan 12, 2026 · aws.amazon.com/blogs/machine-learning
    How Omada Health scaled patient care by fine-tuning Llama models on Amazon SageMaker AI

    This post is co-written with Sunaina Kavi, AI/ML Product Manager at Omada Health. Omada Health, a longtime innovator in virtual healthcare delivery, launched a new nutrition experience in 2025, featuring OmadaSpark, an AI agent trained with robust clinical input that delivers real-time motivational interviewing and …


    Read More
  • Weekly Recap - 2026-01-09

    calendar Jan 12, 2026 · devleader.ca
    Weekly Recap - 2026-01-09

    Check out this week from Dev Leader! Here's a list including articles and videos on software engineering, career development, and programming in C#! Link to article: https://www.devleader.ca/2026/01/12/weekly-recap-20260109


    Read More
  • Clipping the focus item when looking for its on-screen location

    calendar Jan 12, 2026 · devblogs.microsoft.com
    Clipping the focus item when looking for its on-screen location

    Last time, we used Active Accessibility to locate the focus item, but I noted that there was a quirk. The quirk is that the focus item might be clipped. For example, if you ta Link to article: https://devblogs.microsoft.com/oldnewthing/20260112-00/?p=111980


    Read More
  • Dancing Backwards With Go

    calendar Jan 12, 2026 · blog.jetbrains.com
    Dancing Backwards With Go

    This is a guest post from John Arundel, a Go writer and teacher who runs a free email course for Go learners. His book The Power of Go: Tests is a love letter to test-driven development in Go. Have you ever tried programming backwards? If not, you’re in for a treat! You won’t even need […] Link to article: …


    Read More
  • Implementing Level of Authentication (LoA) with ASP.NET Core Identity and Duende

    calendar Jan 12, 2026 · damienbod.com
    Implementing Level of Authentication (LoA) with ASP.NET Core Identity and Duende

    This post shows how to implement an application which requires a user to authenticate using passkeys. The identity provider returns three claims to prove the authentication level (loa), the identity level, (loi) and the amr claim showing the used authentication method. Code: …


    Read More
  • File I/O Performance: Picking the Fastest Weapon in Your Arsenal

    calendar Jan 11, 2026 · dotnettips.wordpress.com
    File I/O Performance: Picking the Fastest Weapon in Your Arsenal

    This article provides insights on the fastest file I/O methods for .NET 10, emphasizing benchmarks with 1 MB payloads. Link to article: https://dotnettips.wordpress.com/2026/01/11/file-i-o-performance-picking-the-fastest-weapon-in-your-arsenal/


    Read More
  • Crossmodal search with Amazon Nova Multimodal Embeddings

    calendar Jan 10, 2026 · aws.amazon.com/blogs/machine-learning
    Crossmodal search with Amazon Nova Multimodal Embeddings

    In this post, we explore how Amazon Nova Multimodal Embeddings addresses the challenges of crossmodal search through a practical ecommerce use case. We examine the technical limitations of traditional approaches and demonstrate how Amazon Nova Multimodal Embeddings enables retrieval across text, images, and other …


    Read More
  • Solving Message Ordering from First Principles

    calendar Jan 10, 2026 · milanjovanovic.tech
    Solving Message Ordering from First Principles

    Per-aggregate ordering is what we really want. But queues with competing consumers make it surprisingly easy to break. This article shows how the “fix” naturally evolves into a saga. Link to article: https://www.milanjovanovic.tech/blog/solving-message-ordering-from-first-principles


    Read More
  • Accelerating LLM inference with post-training weight and activation using AWQ and GPTQ on Amazon SageMaker AI

    calendar Jan 9, 2026 · aws.amazon.com/blogs/machine-learning
    Accelerating LLM inference with post-training weight and activation using AWQ and GPTQ on Amazon SageMaker AI

    Quantized models can be seamlessly deployed on Amazon SageMaker AI using a few lines of code. In this post, we explore why quantization matters—how it enables lower-cost inference, supports deployment on resource-constrained hardware, and reduces both the financial and environmental impact of modern LLMs, while …


    Read More
  • Security Is a Developer Experience Problem, Rooted in Our Foundations

    calendar Jan 9, 2026 · docker.com
    Security Is a Developer Experience Problem, Rooted in Our Foundations

    For more than a decade, the industry has tried to improve software security by pushing it closer to developers. We moved scanners into CI, added security checks to pull requests, and asked teams to respond faster to an ever-growing stream of vulnerabilities. And yet, the underlying problems have not gone away. The …


    Read More
  • How Beekeeper optimized user personalization with Amazon Bedrock

    calendar Jan 9, 2026 · aws.amazon.com/blogs/machine-learning
    How Beekeeper optimized user personalization with Amazon Bedrock

    Beekeeper’s automated leaderboard approach and human feedback loop system for dynamic LLM and prompt pair selection addresses the key challenges organizations face in navigating the rapidly evolving landscape of language models. Link to article: …


    Read More
  • Sentiment Analysis with Text and Audio Using AWS Generative AI Services: Approaches, Challenges, and Solutions

    calendar Jan 9, 2026 · aws.amazon.com/blogs/machine-learning
    Sentiment Analysis with Text and Audio Using AWS Generative AI Services: Approaches, Challenges, and Solutions

    This post, developed through a strategic scientific partnership between AWS and the Instituto de Ciência e Tecnologia Itaú (ICTi), P&D hub maintained by Itaú Unibanco, the largest private bank in Latin America, explores the technical aspects of sentiment analysis for both text and audio. We present experiments …


    Read More
  • Architecting TrueLook’s AI-powered construction safety system on Amazon SageMaker AI

    calendar Jan 9, 2026 · aws.amazon.com/blogs/machine-learning
    Architecting TrueLook’s AI-powered construction safety system on Amazon SageMaker AI

    This post provides a detailed architectural overview of how TrueLook built its AI-powered safety monitoring system using SageMaker AI, highlighting key technical decisions, pipeline design patterns, and MLOps best practices. You will gain valuable insights into designing scalable computer vision solutions on AWS, …


    Read More
  • Using Active Accessibility to find out where the focus item is

    calendar Jan 9, 2026 · devblogs.microsoft.com
    Using Active Accessibility to find out where the focus item is

    Last time, we learned how to use Active Accessibility to find the caret, but what if the focus is not on an edit control? In that case, we want to find the focus object. GUITHREA Link to article: https://devblogs.microsoft.com/oldnewthing/20260109-00/?p=111976


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top