.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • A Practical Guide to Profiling in Go

    calendar May 20, 2026 · blog.jetbrains.com
    A Practical Guide to Profiling in Go

    As is often the case with Go, the standard library comes with a great tool for profiling your programs – pprof. It samples your call stack, allowing you to later generate reports that help you analyze and visualize your software’s performance without installing any plugins. Everything you need is in the Go development …


    Read More
  • The SARIF Viewer Is Now Available in CLion 2026.1.2

    calendar May 20, 2026 · blog.jetbrains.com
    The SARIF Viewer Is Now Available in CLion 2026.1.2

    Starting with v2026.1.2, CLion includes the SARIFThe Static Analysis Results Interchange Format. Viewer, available out of the box. This is especially useful for embedded and automotive teams, for whom external static analysis is often part of the compliance toolchain. If you use tools that produce SARIF reports – such …


    Read More
  • Relocating With JetBrains: What to Expect

    calendar May 20, 2026 · blog.jetbrains.com
    Relocating With JetBrains: What to Expect

    Why JetBrains supports international relocation At JetBrains, we believe that top talent knows no borders. Exceptional people can come from anywhere, and we are committed to building the best possible team by looking beyond geography. That’s why we invest in international employee relocation support and help colleagues …


    Read More
  • Introducing the JetBrains Course Creators Program

    calendar May 19, 2026 · blog.jetbrains.com
    Introducing the JetBrains Course Creators Program

    Online programming education still has a major gap: students learn concepts through videos and browser-based exercises, but rarely get to code in the professional tools they’ll use in development jobs. As AI changes how people learn programming and write code, practical developer skills are becoming even more …


    Read More
  • LLM Evaluation and AI Observability for Agent Monitoring

    calendar May 19, 2026 · blog.jetbrains.com
    LLM Evaluation and AI Observability for Agent Monitoring

    This is a guest post from Naa Ashiorkor, a data scientist and tech community builder. Artificial intelligence keeps evolving at a rapid pace. The latest major application of AI, specifically of LLMs, is AI agents. These are systems that use their perception of their environment, processes, and input to take action to …


    Read More
  • From the Big 4 to Global Tech: What Changes When You Move In-House?

    calendar May 19, 2026 · blog.jetbrains.com
    From the Big 4 to Global Tech: What Changes When You Move In-House?

    A career at a Big 4 firm is often seen as the ideal launchpad for finance professionals. The learning curve is steep, the standards are high, and the exposure is intense. You work with smart people on complex problems under real pressure. You learn fast – often faster than you expect. But after a few […] Link to …


    Read More
  • Pyrefly LSP Integration with Type Engine in PyCharm 2026.1.2

    calendar May 15, 2026 · blog.jetbrains.com
    Pyrefly LSP Integration with Type Engine in PyCharm 2026.1.2

    In PyCharm 2026.1.2, you can enable Pyrefly as an external type provider, dramatically increasing the speed of the IDE’s code insight features. What is the Pyrefly LSP? “LSP” stands for the Language Server Protocol – a standardized protocol that allows code editors and IDEs to communicate with language servers. The LSP …


    Read More
  • IntelliJ IDEA 2026.1.2 Is Out!

    calendar May 15, 2026 · blog.jetbrains.com
    IntelliJ IDEA 2026.1.2 Is Out!

    IntelliJ IDEA 2026.1.2 has arrived with several valuable fixes. You can update to this version from inside the IDE, using the Toolbox App, or using snaps if you are a Ubuntu user. You can also download it from our website. Here are the most notable updates included in this version: To find out more details about the …


    Read More
  • A New Default Project Structure for Kotlin Multiplatform

    calendar May 15, 2026 · blog.jetbrains.com
    A New Default Project Structure for Kotlin Multiplatform

    We are updating the default project structure for Kotlin Multiplatform projects to give modules clearer responsibilities, better align with conventions used by other build systems and frameworks, and reflect the changes in Android Gradle Plugin 9.0. You’ll see this project structure in newly created projects generated …


    Read More
  • Help Shape the Future of Kotlin in the Age of AI

    calendar May 15, 2026 · blog.jetbrains.com
    Help Shape the Future of Kotlin in the Age of AI

    AI is rapidly changing the way developers write, review, learn, and maintain code. Code completion, AI chat assistants, autonomous coding agents, and other tools are giving rise to new workflows almost every month. But one important question remains: How well do these tools actually work with Kotlin? We want to better …


    Read More
  • Compose Multiplatform 1.11.0 Is Now Available

    calendar May 15, 2026 · blog.jetbrains.com
    Compose Multiplatform 1.11.0 Is Now Available

    A new release of Compose Multiplatform has landed, with improvements to the iOS and web experience and a refreshed approach to UI testing. Read on for the highlights, or for the complete list of changes, check out the What’s New. Get Started with Compose Multiplatform Native text input on iOS If you’ve wanted text …


    Read More

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top