<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/jetbrains/best-of/2026/01" -->

---
title: Best JetBrains posts — January 2026 | daily.dev
description: The most upvoted JetBrains posts from January 2026, curated by the daily.dev community.
canonical: https://daily.dev/sources/jetbrains/best-of/2026/01
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/jetbrains/best-of/2026/01
og:type: website
og:site_name: daily.dev
og:title: Best JetBrains posts — January 2026 | daily.dev
og:description: The most upvoted JetBrains posts from January 2026, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of JetBrains — January 2026

1. 1  
[](https://daily.dev/posts/rust-vs-javascript-typescript-performance-and-webassembly-uaejhl6mu "Rust vs JavaScript & TypeScript: Performance and WebAssembly")  
Article  
![Avatar of jetbrains](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/53ecf0c676f34b3896ee109609d91efa)JetBrains · 33w  
Rust vs JavaScript & TypeScript: Performance and WebAssembly  
Rust and JavaScript/TypeScript are complementary languages increasingly used together in hybrid architectures. JavaScript/TypeScript excels at rapid iteration, UI development, and full-stack flexibility with its massive ecosystem, while Rust delivers superior performance, memory safety, and reliability for system-level tasks. WebAssembly bridges the two, enabling Rust to handle performance-critical logic within JS/TS applications. Modern teams commonly use JS/TS for the product layer and Rust for the underlying engine, combining speed with flexibility. Real-world examples include Figma using Rust/Wasm for graphics rendering with a TypeScript/React interface, Biome replacing JS tooling with Rust implementations, and Cloudflare powering edge computing with Rust while developers write in JS/TS.  
51
2. 2  
[](https://daily.dev/posts/exposed-1-0-is-now-available-loeugb7zw "Exposed 1.0 Is Now Available")  
Article  
![Avatar of jetbrains](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/53ecf0c676f34b3896ee109609d91efa)JetBrains · 33w  
Exposed 1.0 Is Now Available  
Exposed 1.0, JetBrains' Kotlin SQL library, has been released with major new features including R2DBC support for reactive database drivers, enhanced Spring Boot integration (supporting both versions 3 and 4), and a stable API with guaranteed backward compatibility until the next major version. The release includes performance improvements, bug fixes, and better developer experience features like GraalVM native image support and simplified transaction management in Spring applications.  
31  
1
3. 3  
[](https://daily.dev/posts/rider-2026-1-early-access-program-is-now-open--jihejglyr "Rider 2026.1 Early Access Program Is Now Open!")  
Article  
![Avatar of jetbrains](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/53ecf0c676f34b3896ee109609d91efa)JetBrains · 33w  
Rider 2026.1 Early Access Program Is Now Open!  
Rider 2026.1 Early Access Program is now available with several new features. Key additions include Azure DevOps repository cloning, NuGet Package Manager Console with PowerShell command support, mixed-mode debugging for managed and native code on Windows, a .NET Disassembler plugin for inspecting assembly output, enhanced Godot Editor integration via a new addon, improved Natvis expression evaluation for C++ debugging, and more flexible C++ naming rules configuration. The EAP build is free to use and available for download.  
21  
1
4. 4  
[](https://daily.dev/posts/spring-boot-debugging-now-remote-a1g7mxjih "Spring Boot Debugging – Now Remote")  
Article  
![Avatar of jetbrains](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/53ecf0c676f34b3896ee109609d91efa)JetBrains · 33w  
Spring Boot Debugging – Now Remote  
JetBrains' Spring Debugger plugin now supports remote debugging without requiring debug agents. The plugin, which has over 300,000 downloads, allows developers to inspect Spring Boot applications running remotely by suspending servlet container threads to read the Spring context. Behavior varies by container: Tomcat loads context immediately, while Jetty and Undertow require the first HTTP request. Setup uses standard JVM remote debugging with an open debug port. Current limitations include embedded-container-only support, required module classpath specification, and no remote database structure view.  
18
5. 5  
[](https://daily.dev/posts/intellij-idea-2025-3-2-is-out--ihws5ybw2 "IntelliJ IDEA 2025.3.2 Is Out!")  
Article  
![Avatar of jetbrains](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/53ecf0c676f34b3896ee109609d91efa)JetBrains · 33w  
IntelliJ IDEA 2025.3.2 Is Out!  
IntelliJ IDEA 2025.3.2 has been released with bug fixes addressing terminal flickering when using CLI tools like Claude Code, multiple credential storage and settings synchronization issues in remote development, and improvements to run configuration handling in the Services tool window. The update is available through the IDE, Toolbox App, snaps for Ubuntu, or direct download.  
15
6. 6  
[](https://daily.dev/posts/game-dev-in-2025-excerpts-from-the-state-of-game-development-report-5vv3xu3vb "Game Dev in 2025: Excerpts From the State of Game Development Report")  
Article  
![Avatar of jetbrains](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/53ecf0c676f34b3896ee109609d91efa)JetBrains · 32w  
Game Dev in 2025: Excerpts From the State of Game Development Report  
The 2025 State of Game Development report highlights major industry shifts: over half of game developers experienced layoffs, making job security a top concern. Unity remains the dominant engine, but Godot is rapidly gaining popularity among indie developers. Mobile and desktop platforms (Android, Windows, iOS) are the primary targets for indie studios. JetBrains Rider has become the preferred IDE, surpassing Visual Studio and VS Code. AI tools like ChatGPT, GitHub Copilot, and JetBrains AI Assistant have transitioned from experimental to essential, with nearly half of developers using AI for feature implementation and code reviews.  
14
7. 7  
[](https://daily.dev/posts/platform-debugger-architecture-redesign-for-remote-development-in-2026-1-a51eqoq0j "Platform Debugger Architecture Redesign for Remote Development in 2026.1")  
Article  
![Avatar of jetbrains](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/53ecf0c676f34b3896ee109609d91efa)JetBrains · 34w  
Platform Debugger Architecture Redesign for Remote Development in 2026.1  
JetBrains redesigned the IntelliJ Platform debugger architecture in version 2026.1 to support remote development scenarios. The debugger is now split into frontend (UI rendering) and backend (session management) components communicating via RPC. This architectural change deprecates several APIs that directly access debugger UI, introduces asynchronous UI creation, and replaces direct plugin entity access with frontend wrappers. Plugin developers need to migrate from deprecated APIs like \`XDebugSession#getUI\` and \`XDebugSession#getRunContentDescriptor\` to alternatives such as \`runWhenUiReady\` and \`XDebuggerTreeBackendOnlyActionBase\`. The guide provides two migration paths: local-only mode with minimal changes, or full remote development support requiring more extensive updates.  
10

[See all JetBrains archives](/sources/jetbrains/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/jetbrains/best-of/2026/01#page","url":"https://daily.dev/sources/jetbrains/best-of/2026/01","name":"Best JetBrains Posts — January 2026","description":"The most upvoted JetBrains posts from January 2026, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/jetbrains/best-of/2026/01#items","numberOfItems":7,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/rust-vs-javascript-typescript-performance-and-webassembly-uaejhl6mu","name":"Rust vs JavaScript & TypeScript: Performance and WebAssembly"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/exposed-1-0-is-now-available-loeugb7zw","name":"Exposed 1.0 Is Now Available"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/rider-2026-1-early-access-program-is-now-open--jihejglyr","name":"Rider 2026.1 Early Access Program Is Now Open!"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/spring-boot-debugging-now-remote-a1g7mxjih","name":"Spring Boot Debugging – Now Remote"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/intellij-idea-2025-3-2-is-out--ihws5ybw2","name":"IntelliJ IDEA 2025.3.2 Is Out!"},{"@type":"ListItem","position":6,"url":"https://daily.dev/posts/game-dev-in-2025-excerpts-from-the-state-of-game-development-report-5vv3xu3vb","name":"Game Dev in 2025: Excerpts From the State of Game Development Report"},{"@type":"ListItem","position":7,"url":"https://daily.dev/posts/platform-debugger-architecture-redesign-for-remote-development-in-2026-1-a51eqoq0j","name":"Platform Debugger Architecture Redesign for Remote Development in 2026.1"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"JetBrains","item":"https://daily.dev/sources/jetbrains"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/jetbrains/best-of"},{"@type":"ListItem","position":5,"name":"January 2026"}]}]}
```

