home.social

#goland — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #goland, aggregated by home.social.

fetched live
  1. Why didn't I use package-url/packageurl-go? Because it does a lot of low level processing (see here for example), that I'm sure Go url.URL already does. After all, the specification clearly states that A PURL is a URL.

    #purl #go #goland

  2. [Перевод] Что нового в GoLand 2026.2

    В статье разберём основные изменения GoLand 2026.2, а также расскажем, какие возможности для Go-разработки уже доступны в

    habr.com/ru/companies/haulmont

    #go #goland #ide

  3. "We're collaborating with LinkedIn to make it easier for you to showcase your expertise with JetBrains"

    Does anyone use this new function?

    Please only answer, if u live in europe.

    #jetbrains #survey #IntelliJIDEA #PyCharm #WebStorm #GoLand #PhpStorm #Rider #CLion #RustRover #RubyMine #development #developers #boost #pleaseboost #linkedin

  4. @feb

    Darum finde ich es aber auch schade, das Firmen wie @jetbrains dieses Update/Upgrade Konzept aushebeln. Hier würde ich mir auch ein Update über das Software-Management von Linux wünschen, nicht über ein eigenes System.

    #jetbrains #phpstorm #goland

  5. Anyone else had to turn off "Insert selected suggestion by pressing space, dot, or other context-dependent keys" in the latest release of Goland? Since updating to 2026.1, it has started to auto-complete the blank identifier (_) to a variable when typing the following comma. As well as other similar issues.

    Specifically, when authoring a member function, it's auto-completing _ to the first member variable of the struct against which the member function is defined.

    #Jetbrains #Goland #Golang

  6. Один сервис — четыре стека: практический бенчмарк с SLO по p99 и Docker/JMeter

    В статье я сравниваю четыре реализации одного и того же сервиса поверх PostgreSQL: 1. Spring MVC + JDBC 2. Spring WebFlux + R2DBC 3. Ktor + JDBC 4. Go + pgx Все сервисы крутятся в Docker с одинаковыми ресурсными лимитами и прогоняются через один и тот же JMeter-план. Для каждого стека я ищу максимальный RPS при соблюдении SLO по p99-латентности. Я подробно разбираю: - как устроен стенд (Docker-compose, Postgres, Prometheus, Grafana, JMeter); - как реализованы сервисы и чем различаются модели конкурентности; - методологию нагрузочного тестирования и расчёта RPS@p99≤SLA; - как реально ведут себя блокирующий стек, реактивный стек и Go под честной нагрузкой.

    habr.com/ru/companies/domclick

    #java #kotlin #go #goland #spring #load_testing

  7. [Перевод] Что нового в GoLand 2025.3

    Команда Go for Devs подготовила краткий разбор новинок GoLand 2025.3. В этот раз IDE получила анализатор утечек ресурсов, встроенный Terraform, улучшенную работу с Kubernetes, поддержку нескольких ИИ-агентов и заметный прирост производительности.

    habr.com/ru/articles/974572/

    #GoLand #Terraform #Kubernetes #golangcilint #производительность #ресурсныеутечки