.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Uncovering Motivation in Software Engineering - Dev Leader Weekly 98

    calendar Jun 14, 2025 · devleader.ca
    Uncovering Motivation in Software Engineering - Dev Leader Weekly 98

    Welcome to another issue of Dev Leader Weekly! In this issue, I discuss how to breakdown what keeps you engaged as a software engineer. Link to article: https://www.devleader.ca/2025/06/14/uncovering-motivation-in-software-engineering-dev-leader-weekly-98


    Read More
  • Weekly Recap - 2025-06-13

    calendar Jun 14, 2025 · devleader.ca
    Weekly Recap - 2025-06-13

    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/2025/06/14/weekly-recap-20250613


    Read More
  • Run C# Scripts With dotnet run app.cs (No Project Files Needed)

    calendar Jun 14, 2025 · milanjovanovic.tech
    Run C# Scripts With dotnet run app.cs (No Project Files Needed)

    With .NET 10, you can now run C# files directly. No project files, no Main method, just code. In this issue, I'll show you how to use the new dotnet run app.cs feature in practice: from quick one-liners to a real-world SQL seeding script. Link to article: …


    Read More
  • Deploy Qwen models with Amazon Bedrock Custom Model Import

    calendar Jun 13, 2025 · aws.amazon.com/blogs/machine-learning
    Deploy Qwen models with Amazon Bedrock Custom Model Import

    You can now import custom weights for Qwen2, Qwen2_VL, and Qwen2_5_VL architectures, including models like Qwen 2, 2.5 Coder, Qwen 2.5 VL, and QwQ 32B. In this post, we cover how to deploy Qwen 2.5 models with Amazon Bedrock Custom Model Import, making them accessible to organizations looking to use state-of-the-art AI …


    Read More
  • Build generative AI solutions with Amazon Bedrock

    calendar Jun 13, 2025 · aws.amazon.com/blogs/machine-learning
    Build generative AI solutions with Amazon Bedrock

    In this post, we show you how to build generative AI applications on Amazon Web Services (AWS) using the capabilities of Amazon Bedrock, highlighting how Amazon Bedrock can be used at each step of your generative AI journey. This guide is valuable for both experienced AI engineers and newcomers to the generative AI …


    Read More
  • How Netsertive built a scalable AI assistant to extract meaningful insights from real-time data using Amazon Bedrock and Amazon Nova

    calendar Jun 13, 2025 · aws.amazon.com/blogs/machine-learning
    How Netsertive built a scalable AI assistant to extract meaningful insights from real-time data using Amazon Bedrock and Amazon Nova

    In this post, we show how Netsertive introduced a generative AI-powered assistant into MLX, using Amazon Bedrock and Amazon Nova, to bring their next generation of the platform to life. Link to article: …


    Read More
  • Make videos accessible with automated audio descriptions using Amazon Nova

    calendar Jun 13, 2025 · aws.amazon.com/blogs/machine-learning
    Make videos accessible with automated audio descriptions using Amazon Nova

    In this post, we demonstrate how you can use services like Amazon Nova, Amazon Rekognition, and Amazon Polly to automate the creation of accessible audio descriptions for video content. This approach can significantly reduce the time and cost required to make videos accessible for visually impaired audiences. Link to …


    Read More
  • Training Llama 3.3 Swallow: A Japanese sovereign LLM on Amazon SageMaker HyperPod

    calendar Jun 13, 2025 · aws.amazon.com/blogs/machine-learning
    Training Llama 3.3 Swallow: A Japanese sovereign LLM on Amazon SageMaker HyperPod

    The Institute of Science Tokyo has successfully trained Llama 3.3 Swallow, a 70-billion-parameter large language model (LLM) with enhanced Japanese capabilities, using Amazon SageMaker HyperPod. The model demonstrates superior performance in Japanese language tasks, outperforming GPT-4o-mini and other leading models. …


    Read More
  • JetBrains Academy – June Digest

    calendar Jun 13, 2025 · blog.jetbrains.com
    JetBrains Academy – June Digest

    This month, we’ve gathered fun plugins and a course to help you build your own, as well as AI updates, exciting news for C++ learners and professional developers. Dive in! Link to article: https://blog.jetbrains.com/education/2025/06/13/jetbrains-academy-june/


    Read More
  • Thread pool threads are like preschool: Leave things the way you found them

    calendar Jun 13, 2025 · devblogs.microsoft.com
    Thread pool threads are like preschool: Leave things the way you found them

    A customer wanted to use the Windows thread pool, but they also wanted to use COM from their work item. They saw in the COM documentation that each thread must call Co­Initialize(Ex) before using COM, so they planned on doing something like this: thread_local bool isComInitialized = false; auto DoWork Link to article: …


    Read More
  • JetBrains GameDev Days 2025 – Call for Speakers

    calendar Jun 13, 2025 · blog.jetbrains.com
    JetBrains GameDev Days 2025 – Call for Speakers

    JetBrains GameDev Day is back! Join us online on October 21, 2025, for a day dedicated to all things game development. We’re looking for speakers who are eager to share their knowledge, experience, tools, or creative approaches across the gamedev community. What is GameDev Day? GameDev Day is a free, live, online event …


    Read More
  • Accelerating Articul8’s domain-specific model development with Amazon SageMaker HyperPod

    calendar Jun 12, 2025 · aws.amazon.com/blogs/machine-learning
    Accelerating Articul8’s domain-specific model development with Amazon SageMaker HyperPod

    Learn how Articul8 is redefining enterprise generative AI with domain-specific models that outperform general-purpose LLMs in real-world applications. In our latest blog post, we dive into how Amazon SageMaker HyperPod accelerated the development of Articul8’s industry-leading semiconductor model—achieving 2X higher …


    Read More
  • How VideoAmp uses Amazon Bedrock to power their media analytics interface

    calendar Jun 12, 2025 · aws.amazon.com/blogs/machine-learning
    How VideoAmp uses Amazon Bedrock to power their media analytics interface

    In this post, we illustrate how VideoAmp, a media measurement company, worked with the AWS Generative AI Innovation Center (GenAIIC) team to develop a prototype of the VideoAmp Natural Language (NL) Analytics Chatbot to uncover meaningful insights at scale within media analytics data using Amazon Bedrock. Link to …


    Read More
  • Improve Your Productivity with New GitHub Copilot Features for .NET!

    calendar Jun 12, 2025 · devblogs.microsoft.com
    Improve Your Productivity with New GitHub Copilot Features for .NET!

    The Visual Studio 17.14 GA release and recent C# Dev Kit releases for VS Code have introduced a whole new batch of GitHub Copilot features des Link to article: https://devblogs.microsoft.com/dotnet/improve-productivity-with-github-copilot-dotnet


    Read More
  • May 2025 (version 1.101)

    calendar Jun 12, 2025 · devblogs.microsoft.com
    May 2025 (version 1.101)

    Learn what is new in the Visual Studio Code May 2025 Release (1.101) Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/may-2025-(version-1.101)


    Read More
  • Microsoft recognized for second consecutive year as a Leader in the 2025 Gartner® Magic Quadrant™ for Data Science and Machine Learning Platforms

    calendar Jun 12, 2025 · azure.microsoft.com/en-us/blog
    Microsoft recognized for second consecutive year as a Leader in the 2025 Gartner® Magic Quadrant™ for Data Science and Machine Learning Platforms

    We’re proud to share that Microsoft has once again been named a Leader in the 2025 Gartner® Magic Quadrant™ for Data Science and Machine Learning (DSML) Platforms. The post Microsoft recognized for second consecutive year as a Leader in the 2025 Gartner® Magic Quadrant™ for Data Science and Machine Learning Platforms …


    Read More
  • You DON’T Need Microservices for Serverless!

    calendar Jun 12, 2025 · codeopinion.com
    You DON’T Need Microservices for Serverless!

    I want to talk about something that might sound like a contradiction in terms: the serverless monolith. If you’re scratching your head right now, thinking, “Wait, that makes no sense, serverless is for microservices!” then stick with me. I’m going to clear up one of the biggest misconceptions out there and explain why …


    Read More
  • How to Build, Run, and Package AI Models Locally with Docker Model Runner

    calendar Jun 12, 2025 · docker.com
    How to Build, Run, and Package AI Models Locally with Docker Model Runner

    Introduction As a Senior DevOps Engineer and Docker Captain, I’ve helped build AI systems for everything from retail personalization to medical imaging. One truth stands out: AI capabilities are core to modern infrastructure. This guide will show you how to run and package local AI models with Docker Model Runner — a …


    Read More
  • Why does Windows even have Interlocked functions when we have std::atomic?

    calendar Jun 12, 2025 · devblogs.microsoft.com
    Why does Windows even have <code>Interlocked</code> functions when we have <code>std::atomic</code>?

    Windows provides a family of functions for performing atomic operations. They have the word Interlocked in their name. But why do these functions even exist when we have std::atomic? This is similar to asking Link to article: https://devblogs.microsoft.com/oldnewthing/20250612-00/?p=111265


    Read More
  • Livestream: Building an MCP Server

    calendar Jun 12, 2025 · blog.jetbrains.com
    Livestream: Building an MCP Server

    Join us on Tuesday, June 24, at 10 am EDT / 4 pm CEST (check other timezones) for our free livestream, Live Coding: Building an MCP Server. In this livestream, we’ll team up with Max Kless, a senior engineer at Nx, to build a Model Context Protocol (MCP) server from scratch and seamlessly integrate it […] Link to …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top