.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • IntelliJ IDEA 2026.2.2 Is Out!

    calendar Sep 2, 2026 · blog.jetbrains.com
    IntelliJ IDEA 2026.2.2 Is Out!

    IntelliJ IDEA 2026.2.2 is now available. You can update to this version from inside the IDE, using the Toolbox App, or by using snaps if you are a Ubuntu user. You can also download it from our website. IntelliJ IDEA 2026.2.2 brings the following refinements: To see the full list of issues addressed in this version, …


    Read More
  • TeamCity 2026.2: Pipelines General Availability, BYOK for AI Assistant, and More

    calendar Sep 2, 2026 · blog.jetbrains.com
    TeamCity 2026.2: Pipelines General Availability, BYOK for AI Assistant, and More

    This major update for TeamCity On-Premises introduces a number of pipeline improvements that are now moving out of EAP and joining build configurations as official, stable options for designing CI/CD workflows. We are also shipping a number of AI-related features, including an MCP toolset extension and the ability to …


    Read More
  • The MPS 2026.2 Early Access Program Has Started

    calendar Sep 2, 2026 · blog.jetbrains.com
    The MPS 2026.2 Early Access Program Has Started

    MPS 2026.2 EAP1 offers several improvements to test reporting, enhances grouping of found items, and brings a smoother editing experience and a more maintainable foundation for launching MPS and MPS-based products. This release makes multi-node selection more predictable and aligns the MPS startup configuration more …


    Read More
  • Stop Guessing at Hard Faults

    calendar Sep 2, 2026 · blog.jetbrains.com
    Stop Guessing at Hard Faults

    CLion’s new AI skill lets agents find the root cause without manual digging. Embedded debugging takes a lot of manual work. You’re flashing real hardware, juggling debug probes or DAP adapters, and when something goes wrong at a lower level (a hard fault), the processor doesn’t tell you why, only that it happened. …


    Read More
  • How to Handle Errors in Go

    calendar Sep 2, 2026 · blog.jetbrains.com
    How to Handle Errors in Go

    This article was initially published by a community contributor, Christoph Berger, in the JetBrains’ Go Guide and has since been moved to the JetBrains Go blog. We have also updated it in August 2026 to reflect the most recent changes to the Go language. Error handling is one of the aspects in which Go differs […] Link …


    Read More
  • The Grails Plugin Has a New Home: Apache Grails

    calendar Sep 1, 2026 · blog.jetbrains.com
    The Grails Plugin Has a New Home: Apache Grails

    The Grails plugin for IntelliJ IDEA (which provides framework-aware coding assistance, GSP tooling, and GORM integration) has moved to the Apache Grails project. The Apache Software Foundation (ASF), which already stewards the Grails framework, now owns the plugin’s source code, which lives in its new GitHub …


    Read More
  • Ensuring Code Compliance in Public Sector Software Projects

    calendar Sep 1, 2026 · blog.jetbrains.com
    Ensuring Code Compliance in Public Sector Software Projects

    The public sector handles sensitive citizen data, which is why software projects built with secure coding are imperative to deliver high trust levels. Code compliance with data protection laws, financial governance standards, and various regulations and policies is an obligation that must be consistently met to …


    Read More
  • Authenticating TeamCity Builds to External Services With OIDC

    calendar Sep 1, 2026 · blog.jetbrains.com
    Authenticating TeamCity Builds to External Services With OIDC

    Static credentials in CI/CD environments are a significant source of security risks and operational overhead. They can be accidentally leaked through logs and build artifacts. And you can never be sure who’s copying, saving, or sharing them with others during the CI/CD setup process. In addition, they require regular …


    Read More
  • Fine-Tuning SOTA Object Detection Models on Real-World Datasets

    calendar Aug 31, 2026 · blog.jetbrains.com
    Fine-Tuning SOTA Object Detection Models on Real-World Datasets

    In our previous blog post in this series, we discussed state-of-the-art models for object detection: the architectures, the theory, and what makes YOLO12, YOLO26, and RF-DETR tick. If you want the theoretical background on these models, start there. This post is the practical follow-up: how to actually use these …


    Read More
  • From Leaderboards to Model Profiles: A Deep Dive Evaluation of LLMs for Agentic Coding

    calendar Aug 31, 2026 · blog.jetbrains.com
    From Leaderboards to Model Profiles: A Deep Dive Evaluation of LLMs for Agentic Coding

    Beyond the resolve rate Imagine plugging two LLMs from different frontier labs into the same coding agent and finding that they solve exactly the same number of benchmark tasks. If the evaluation stopped there, you might conclude that the models are interchangeable and simply choose the cheaper one. This is what also …


    Read More
  • Sunsetting of the JetBrains Teacher Pack for Bootcamps

    calendar Aug 31, 2026 · blog.jetbrains.com
    Sunsetting of the JetBrains Teacher Pack for Bootcamps

    After careful consideration, we’ve decided to sunset the JetBrains Teacher Pack for Bootcamps. If you’re planning to run a bootcamp and would like support from JetBrains, you can submit one final application by September 30, 2026, 11:59 pm CET. Starting October 1, 2026, we will no longer accept new applications. …


    Read More
  • The State of Django 2026: Boring is so back

    calendar Aug 28, 2026 · blog.jetbrains.com
    The State of Django 2026: Boring is so back

    Welcome to the highlights from the fifth annual Django Developers Survey, a collaboration between the Django Software Foundation and PyCharm. This year’s report draws on responses from nearly 3,500 Django developers across more than 40 countries — from students in their first year to veterans with decades of …


    Read More
  • Security Incident Affecting JetBrains Cadence

    calendar Aug 28, 2026 · blog.jetbrains.com
    Security Incident Affecting JetBrains Cadence

    We are investigating a security incident affecting JetBrains Cadence. Cadence is a JetBrains-hosted service that integrates with PyCharm through an optional plugin, and lets you run your projects on cloud compute resources. Our investigation has confirmed unauthorized access to the service and the exposure of customer …


    Read More
  • Project Loom in IntelliJ IDEA: Virtual Threads, Scoped Values, and Structured Concurrency

    calendar Aug 28, 2026 · blog.jetbrains.com
    Project Loom in IntelliJ IDEA: Virtual Threads, Scoped Values, and Structured Concurrency

    Java concurrency is a powerful feature, but it can be difficult to get right. Writing correct multithreaded code requires a deep understanding of thread pools, synchronization, cancellation, and error propagation. Even experienced developers regularly introduce subtle bugs like thread leaks, swallowed exceptions, and …


    Read More
  • Differential Privacy for Hugging Face Trainers – Without Rewriting Your Training Loop

    calendar Aug 27, 2026 · blog.jetbrains.com
    Differential Privacy for Hugging Face Trainers – Without Rewriting Your Training Loop

    It is a well-known problem by now that training LLMs on sensitive data raises serious privacy concerns. In a recent blog post, we talked about membership inference attacks and our research on mitigating them. At JetBrains Research, we are deeply concerned about user privacy and continually developing new methods and …


    Read More
  • The CLion Roadmap: What’s Coming Between Now and Late 2026

    calendar Aug 27, 2026 · blog.jetbrains.com
    The CLion Roadmap: What’s Coming Between Now and Late 2026

    This blog post covers the updates we plan to introduce over the next four months in the upcoming minor releases (2026.2.x) and the next stable release (2026.3). After reviewing your feedback and our strategic goals, we’ve decided to focus on improving agentic workflows, embedded development support, and the debugger. …


    Read More

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top