The latest updates on all JetBrains products and topics
Easily store, manage, and share Dart & Flutter packages within your organization. Use Space packages to create custom Dart repositories for your packages.
See how JetBrains Rider 2023.1 has visualizers for common formats to help you increase your development productivity.
In recent .NET versions, there's a new way to build JSON-based APIs with ASP.NET Core: Minimal APIs. Inspired by previous attempts in the ASP.NET ecosystem and elements from other communities, the Minimal APIs approach is an attempt to simplify the development of JSON-producing HTTP APIs. This po…
ReSharper and JetBrains Rider help you speed up your code when working with HashSet, Dictionary, and other collections.
In this blog post, we go over the steps that the TeamCity team took in order to boost the performance and stability of our build server and what issues we faced.
The .NET 7 SDK arrived a few months ago, with many .NET developers looking forward to this release and the brand-new C# language features that come along with it. If you haven't put your fingers on it yet, all you need is: Download the latest .NET SDKUpdate your global.json if you have oneUpdate …
Use barplots to gain insight into the differences between groups.
Reading data from a MySQL database to a pandas dataframe can be intimidating. Establishing a connection, keeping the credentials safe, creating an SQL query within a string variable, and saving the result to pandas is not a trivial task.
Create line plots that show trends over time.