#java — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #java, aggregated by home.social.
-
ClickHouse is hiring Senior Software Engineer - JVM Language Clients
🔧 #csharp #cplusplus #golang #java #javascript #python #rust #api #kafka #sql #seniorengineer
🌎 Remote; Germany
⏰ Full-time
🏢 ClickHouseJob details https://jobsfordevelopers.com/jobs/senior-software-engineer-jvm-language-clients-at-clickhouse-com-apr-22-2026-43d187?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
@EclipseIDE
from now on there is no more #cofe on Fedi just #java -
#UML ist nicht tot – aber statisch reicht nicht mehr. Erfahre von Sven Reinck, warum interaktive Abhängigkeitsvisualisierung eher wie Google Maps für Code funktioniert & Teams beim Verstehen massiv entlastet: https://javapro.io/de/beyond-uml-saubere-software-architektur-im-zeitalter-von-ki‑generiertem-code/
-
#UML ist nicht tot – aber statisch reicht nicht mehr. Erfahre von Sven Reinck, warum interaktive Abhängigkeitsvisualisierung eher wie Google Maps für Code funktioniert & Teams beim Verstehen massiv entlastet: https://javapro.io/de/beyond-uml-saubere-software-architektur-im-zeitalter-von-ki‑generiertem-code/
-
Codex 5.3 vs Claude Opus 4.6 на реальном Java-монолите
Я сравнил Codex 5.3, Claude Opus 4.6 и GPT-5.5 на реальном многомодульном Java-монолите: скопировал проект в отдельные ветки, дал агентам похожие задачи и прогнал их через цикл правок, ревью и e2e-тестов. Результат: чем дешевле - тем лучше результат.
https://habr.com/ru/articles/1034452/
#Codex #Claude #GPT55 #AIагенты #вайбкодинг #Java #Spring_AI #Telegramбот #LLM #ReAct
-
HotSpot auto-vectorization can speed up #Java loops—but often doesn’t apply in real-world code. @BalaRawool explains how the #Vector API enables explicit #SIMD with predictable gains.
Learn how to turn scalar loops into portable SIMD code: https://javapro.io/2026/04/09/java-vector-api-faster-vector-computations-for-the-jvm/
-
HotSpot auto-vectorization can speed up #Java loops—but often doesn’t apply in real-world code. @BalaRawool explains how the #Vector API enables explicit #SIMD with predictable gains.
Learn how to turn scalar loops into portable SIMD code: https://javapro.io/2026/04/09/java-vector-api-faster-vector-computations-for-the-jvm/
-
TypedMemory is a new, experimental Java library that provides type-safe, structured access to contiguous off-heap memory via Java's new Foreign Function & Memory (FFM) API.
To explore this game changer for data processing in Java, we recommend browsing its API docs on APIdia:
https://apidia.net/mvn/io.github.mambastudio/typedmemoryCredits to Joe Mwangi @joemwangi / Mamba Studio for creating this lib!
Github: https://github.com/mamba-studio/TypedMemory -
TypedMemory is a new, experimental Java library that provides type-safe, structured access to contiguous off-heap memory via Java's new Foreign Function & Memory (FFM) API.
To explore this game changer for data processing in Java, we recommend browsing its API docs on APIdia:
https://apidia.net/mvn/io.github.mambastudio/typedmemoryCredits to Joe Mwangi @joemwangi / Mamba Studio for creating this lib!
Github: https://github.com/mamba-studio/TypedMemory -
TypedMemory is a new, experimental Java library that provides type-safe, structured access to contiguous off-heap memory via Java's new Foreign Function & Memory (FFM) API.
To explore this game changer for data processing in Java, we recommend browsing its API docs on APIdia:
https://apidia.net/mvn/io.github.mambastudio/typedmemoryCredits to Joe Mwangi @joemwangi / Mamba Studio for creating this lib!
Github: https://github.com/mamba-studio/TypedMemory -
TypedMemory is a new, experimental Java library that provides type-safe, structured access to contiguous off-heap memory via Java's new Foreign Function & Memory (FFM) API.
To explore this game changer for data processing in Java, we recommend browsing its API docs on APIdia:
https://apidia.net/mvn/io.github.mambastudio/typedmemoryCredits to Joe Mwangi @joemwangi / Mamba Studio for creating this lib!
Github: https://github.com/mamba-studio/TypedMemory -
Локальное нагрузочное тестирование в Java с использованием Virtual Threads
Всем привет! Меня зовут Михаил, я работаю главным экспертом в ОТП Банке. Я люблю тестировать свои решения и почти всегда пишу unit- и integration-тесты. Но вот с нагрузочным тестированием ситуация обычно совсем другая: о нем вспоминают ближе к релизу, когда архитектуру уже поздно менять. В какой-то момент я поймал себя на мысли: А как вообще заранее понять, сколько ресурсов будет потреблять сервис под нагрузкой? Сколько памяти съест приложение? Когда упрется в CPU? Как поведет себя БД при разном кол-ве запросов? Чтобы ответить на эти вопросы, я написал небольшую библиотеку для локального нагрузочного тестирования на Java Virtual Threads. Она запускает большое количество задач, собирает метрики и формирует отчет - прямо в консоли или в CSV. Сегодня я покажу сам подход, разберу код библиотеки и оставлю ссылку на GitHub-репозиторий, чтобы вы могли попробовать ее у себя или адаптировать под свои задачи.
https://habr.com/ru/articles/1035238/
#java #virtual_threads #multithreading #виртуальные_потоки #нагрузочное_тестирование #нагрузочное_тестрование #unittesting
-
Локальное нагрузочное тестирование в Java с использованием Virtual Threads
Всем привет! Меня зовут Михаил, я работаю главным экспертом в ОТП Банке. Я люблю тестировать свои решения и почти всегда пишу unit- и integration-тесты. Но вот с нагрузочным тестированием ситуация обычно совсем другая: о нем вспоминают ближе к релизу, когда архитектуру уже поздно менять. В какой-то момент я поймал себя на мысли: А как вообще заранее понять, сколько ресурсов будет потреблять сервис под нагрузкой? Сколько памяти съест приложение? Когда упрется в CPU? Как поведет себя БД при разном кол-ве запросов? Чтобы ответить на эти вопросы, я написал небольшую библиотеку для локального нагрузочного тестирования на Java Virtual Threads. Она запускает большое количество задач, собирает метрики и формирует отчет - прямо в консоли или в CSV. Сегодня я покажу сам подход, разберу код библиотеки и оставлю ссылку на GitHub-репозиторий, чтобы вы могли попробовать ее у себя или адаптировать под свои задачи.
https://habr.com/ru/articles/1035238/
#java #virtual_threads #multithreading #виртуальные_потоки #нагрузочное_тестирование #нагрузочное_тестрование #unittesting
-
Локальное нагрузочное тестирование в Java с использованием Virtual Threads
Всем привет! Меня зовут Михаил, я работаю главным экспертом в ОТП Банке. Я люблю тестировать свои решения и почти всегда пишу unit- и integration-тесты. Но вот с нагрузочным тестированием ситуация обычно совсем другая: о нем вспоминают ближе к релизу, когда архитектуру уже поздно менять. В какой-то момент я поймал себя на мысли: А как вообще заранее понять, сколько ресурсов будет потреблять сервис под нагрузкой? Сколько памяти съест приложение? Когда упрется в CPU? Как поведет себя БД при разном кол-ве запросов? Чтобы ответить на эти вопросы, я написал небольшую библиотеку для локального нагрузочного тестирования на Java Virtual Threads. Она запускает большое количество задач, собирает метрики и формирует отчет - прямо в консоли или в CSV. Сегодня я покажу сам подход, разберу код библиотеки и оставлю ссылку на GitHub-репозиторий, чтобы вы могли попробовать ее у себя или адаптировать под свои задачи.
https://habr.com/ru/articles/1035238/
#java #virtual_threads #multithreading #виртуальные_потоки #нагрузочное_тестирование #нагрузочное_тестрование #unittesting
-
Локальное нагрузочное тестирование в Java с использованием Virtual Threads
Всем привет! Меня зовут Михаил, я работаю главным экспертом в ОТП Банке. Я люблю тестировать свои решения и почти всегда пишу unit- и integration-тесты. Но вот с нагрузочным тестированием ситуация обычно совсем другая: о нем вспоминают ближе к релизу, когда архитектуру уже поздно менять. В какой-то момент я поймал себя на мысли: А как вообще заранее понять, сколько ресурсов будет потреблять сервис под нагрузкой? Сколько памяти съест приложение? Когда упрется в CPU? Как поведет себя БД при разном кол-ве запросов? Чтобы ответить на эти вопросы, я написал небольшую библиотеку для локального нагрузочного тестирования на Java Virtual Threads. Она запускает большое количество задач, собирает метрики и формирует отчет - прямо в консоли или в CSV. Сегодня я покажу сам подход, разберу код библиотеки и оставлю ссылку на GitHub-репозиторий, чтобы вы могли попробовать ее у себя или адаптировать под свои задачи.
https://habr.com/ru/articles/1035238/
#java #virtual_threads #multithreading #виртуальные_потоки #нагрузочное_тестирование #нагрузочное_тестрование #unittesting
-
The Java Modules with @ASFMavenProject (4) series continues!
Decouple consumers from implementations using uses/provides/ServiceLoader — the command-line module no longer needs to know which AnalyzerService implementation it gets. True inversion of control built into the Java module system.
-
Wer heute noch jedes GoF-Pattern 1:1 implementiert, ignoriert 20 Jahre Sprachentwicklung in #Java. Andreas Jürgensen zeigt, wie #Lambdas, Functional Interfaces & #PatternMatching frühere Pattern-Strukturen ablösen.
Pflichtlektüre zu #DesignPatterns: https://javapro.io/de/sind-die-klassischen-design-patterns-mit-modernem-java-noch-gueltig/
-
Wer heute noch jedes GoF-Pattern 1:1 implementiert, ignoriert 20 Jahre Sprachentwicklung in #Java. Andreas Jürgensen zeigt, wie #Lambdas, Functional Interfaces & #PatternMatching frühere Pattern-Strukturen ablösen.
Pflichtlektüre zu #DesignPatterns: https://javapro.io/de/sind-die-klassischen-design-patterns-mit-modernem-java-noch-gueltig/
-
Wer heute noch jedes GoF-Pattern 1:1 implementiert, ignoriert 20 Jahre Sprachentwicklung in #Java. Andreas Jürgensen zeigt, wie #Lambdas, Functional Interfaces & #PatternMatching frühere Pattern-Strukturen ablösen.
Pflichtlektüre zu #DesignPatterns: https://javapro.io/de/sind-die-klassischen-design-patterns-mit-modernem-java-noch-gueltig/
-
Wer heute noch jedes GoF-Pattern 1:1 implementiert, ignoriert 20 Jahre Sprachentwicklung in #Java. Andreas Jürgensen zeigt, wie #Lambdas, Functional Interfaces & #PatternMatching frühere Pattern-Strukturen ablösen.
Pflichtlektüre zu #DesignPatterns: https://javapro.io/de/sind-die-klassischen-design-patterns-mit-modernem-java-noch-gueltig/
-
A pair of wooden doors with a fretwork pattern, Yogyakarta, Java, Indonesia
#DoorsDay #DoorThursday #sabafoto #geometry #tiling #MathArt #photography #design #TravelPhotography #Yogyakarta #Java #Indonesia
-
A pair of wooden doors with a fretwork pattern, Yogyakarta, Java, Indonesia
#DoorsDay #DoorThursday #sabafoto #geometry #tiling #MathArt #photography #design #TravelPhotography #Yogyakarta #Java #Indonesia
-
A pair of wooden doors with a fretwork pattern, Yogyakarta, Java, Indonesia
#DoorsDay #DoorThursday #sabafoto #geometry #tiling #MathArt #photography #design #TravelPhotography #Yogyakarta #Java #Indonesia
-
A pair of wooden doors with a fretwork pattern, Yogyakarta, Java, Indonesia
#DoorsDay #DoorThursday #sabafoto #geometry #tiling #MathArt #photography #design #TravelPhotography #Yogyakarta #Java #Indonesia
-
A pair of wooden doors with a fretwork pattern, Yogyakarta, Java, Indonesia
#DoorsDay #DoorThursday #sabafoto #geometry #tiling #MathArt #photography #design #TravelPhotography #Yogyakarta #Java #Indonesia
-
Still redeploying apps just to change runtime behavior? Enterprise pipelines & maintenance windows make that painfully slow. #OpenFeature gives #Java teams cleaner rollouts & runtime control.
Alexei Bratuhin shares patterns you can reuse: https://javapro.io/2026/05/14/openfeature-one-flag-to-rule-them-all/
@OpenFeature
-
🚨 Hiring Alert | Senior Technical Architect – AI & Digital Engineering 🚨
📍 Location: Hyderabad
👨💻 Experience: 12–14 Years
💼 Employment Type: Permanent
💰 CTC: Up to 40 LPA📩 Apply here: - https://zurl.co/8FVNz
#Hiring #TechnicalArchitect #AI #GenAI #CloudArchitecture #Java #SpringBoot #Kafka #AWS #Azure #GCP #HyderabadJobs #TechHiring
-
🚨 Hiring Alert | Senior Technical Architect – AI & Digital Engineering 🚨
📍 Location: Hyderabad
👨💻 Experience: 12–14 Years
💼 Employment Type: Permanent
💰 CTC: Up to 40 LPA📩 Apply here: - https://zurl.co/8FVNz
#Hiring #TechnicalArchitect #AI #GenAI #CloudArchitecture #Java #SpringBoot #Kafka #AWS #Azure #GCP #HyderabadJobs #TechHiring
-
🚨 Hiring Alert | Senior Technical Architect – AI & Digital Engineering 🚨
📍 Location: Hyderabad
👨💻 Experience: 12–14 Years
💼 Employment Type: Permanent
💰 CTC: Up to 40 LPA📩 Apply here: - https://zurl.co/8FVNz
#Hiring #TechnicalArchitect #AI #GenAI #CloudArchitecture #Java #SpringBoot #Kafka #AWS #Azure #GCP #HyderabadJobs #TechHiring
-
🚨 Hiring Alert | Senior Technical Architect – AI & Digital Engineering 🚨
📍 Location: Hyderabad
👨💻 Experience: 12–14 Years
💼 Employment Type: Permanent
💰 CTC: Up to 40 LPA📩 Apply here: - https://zurl.co/8FVNz
#Hiring #TechnicalArchitect #AI #GenAI #CloudArchitecture #Java #SpringBoot #Kafka #AWS #Azure #GCP #HyderabadJobs #TechHiring
-
🚨 Hiring Alert | Senior Technical Architect – AI & Digital Engineering 🚨
📍 Location: Hyderabad
👨💻 Experience: 12–14 Years
💼 Employment Type: Permanent
💰 CTC: Up to 40 LPA📩 Apply here: - https://zurl.co/8FVNz
#Hiring #TechnicalArchitect #AI #GenAI #CloudArchitecture #Java #SpringBoot #Kafka #AWS #Azure #GCP #HyderabadJobs #TechHiring
-
Everybody loves a token chart. I care more about the app that boots.
This piece looks at a small Quarkus Agent MCP test thread and the part I think matters most: skills pay off when they cut wrong turns, retries, and stale framework guesses.
-
Everybody loves a token chart. I care more about the app that boots.
This piece looks at a small Quarkus Agent MCP test thread and the part I think matters most: skills pay off when they cut wrong turns, retries, and stale framework guesses.
-
Everybody loves a token chart. I care more about the app that boots.
This piece looks at a small Quarkus Agent MCP test thread and the part I think matters most: skills pay off when they cut wrong turns, retries, and stale framework guesses.
-
Everybody loves a token chart. I care more about the app that boots.
This piece looks at a small Quarkus Agent MCP test thread and the part I think matters most: skills pay off when they cut wrong turns, retries, and stale framework guesses.
-
Everybody loves a token chart. I care more about the app that boots.
This piece looks at a small Quarkus Agent MCP test thread and the part I think matters most: skills pay off when they cut wrong turns, retries, and stale framework guesses.
-
Harness is hiring Principal Engineer - Data Platform
🔧 #java #scala #druid #kafka #mongodb #principalengineer
🌎 Bengaluru, India
⏰ Full-time
🏢 HarnessJob details https://jobsfordevelopers.com/jobs/principal-engineer-data-platform-at-harness-io-aug-28-2025-4eac94?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Harness is hiring Principal Engineer - Data Platform
🔧 #java #scala #druid #kafka #mongodb #principalengineer
🌎 Bengaluru, India
⏰ Full-time
🏢 HarnessJob details https://jobsfordevelopers.com/jobs/principal-engineer-data-platform-at-harness-io-aug-28-2025-4eac94?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Harness is hiring Principal Engineer - Data Platform
🔧 #java #scala #druid #kafka #mongodb #principalengineer
🌎 Bengaluru, India
⏰ Full-time
🏢 HarnessJob details https://jobsfordevelopers.com/jobs/principal-engineer-data-platform-at-harness-io-aug-28-2025-4eac94?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Harness is hiring Principal Engineer - Data Platform
🔧 #java #scala #druid #kafka #mongodb #principalengineer
🌎 Bengaluru, India
⏰ Full-time
🏢 HarnessJob details https://jobsfordevelopers.com/jobs/principal-engineer-data-platform-at-harness-io-aug-28-2025-4eac94?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Harness is hiring Principal Engineer - Data Platform
🔧 #java #scala #druid #kafka #mongodb #principalengineer
🌎 Bengaluru, India
⏰ Full-time
🏢 HarnessJob details https://jobsfordevelopers.com/jobs/principal-engineer-data-platform-at-harness-io-aug-28-2025-4eac94?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
RE: https://mastodon.social/@venkats/116568410481331830
I’m not only presenting two talks (one is a game, guess what it is), but also thrilled to do a workshop on my current passion: #EventSourcing and #DomainDrivenDesign #Java
-
I just sponsored Namastack for the Outbox Pattern. Join me and sponsor your open source dependencies!
-
High-Performance Java Persistence by Vlad Mihalcea is on sale on Leanpub! Its suggested price is $34.95; get it for $25.46 with this coupon: https://leanpub.com/high-performance-java-persistence/c/LeanpubSpecialEvent20260508 #software #java #databases #mysql #oracle #postgresql
-
High-Performance Java Persistence by Vlad Mihalcea is on sale on Leanpub! Its suggested price is $34.95; get it for $25.46 with this coupon: https://leanpub.com/high-performance-java-persistence/c/LeanpubSpecialEvent20260508 #software #java #databases #mysql #oracle #postgresql
-
High-Performance Java Persistence by Vlad Mihalcea is on sale on Leanpub! Its suggested price is $34.95; get it for $25.46 with this coupon: https://leanpub.com/high-performance-java-persistence/c/LeanpubSpecialEvent20260508 #software #java #databases #mysql #oracle #postgresql
-
High-Performance Java Persistence by Vlad Mihalcea is on sale on Leanpub! Its suggested price is $34.95; get it for $25.46 with this coupon: https://leanpub.com/high-performance-java-persistence/c/LeanpubSpecialEvent20260508 #software #java #databases #mysql #oracle #postgresql
-
Carreira na Tecnologia. Serão 5 lives sobre as principais áreas tech com conteúdo prático. É só se inscrever por aqui: https://carreiratech.fiap.com.br/?utm_source=buzzlead&utm_medium=link&utm_content=LZMGLLR&utm_campaign=https://carreiratech.fiap.com.br/?utm_source=captacao&utm_medium=site&utm_campaign=semana-carreira-tech-2026&utm_term=indique_um_amigo
#postgresql #technology #microsoft #google #oracle #javascript #gadget #webdevelopment #python #dotnet #computer #java #database
-
🕹️ Title: Illarion
🦊️ Idea: A mature & libre High Fantasy MMORPG w/ an emphasis on freedom of action
🏡️ https://illarion.org/
🐣️ https://github.com/Illarion-eV
🔖 #LinuxGaming #ARPG #MMO #Fantasy
📦️ #Libre #Bin #Java #Arch #RPM #Deb #Snap
📕️ https://lebottinlinux.vps.a-lec.org/LO.html🥁️ Update: 20260418/0512
⚗️ Major release(Stable)🍎️
📌️ Changes: https://illarion.org/general/us_news.php
🦣️ From: 🛜️ https://github.com/Illarion-eV/Illarion-Content/releases.atom🏝️ https://www.youtube.com/embed/6XSu6sV50Ho
🦉️ https://www.youtube.com/embed/FPdalXVQ7Fk
🎲️ https://www.youtube.com/embed/O8n9436pTUk
🎲️ https://www.youtube.com/embed/K-VgwFqzDXU -
🕹️ Title: Illarion
🦊️ Idea: A mature & libre High Fantasy MMORPG w/ an emphasis on freedom of action
🏡️ https://illarion.org/
🐣️ https://github.com/Illarion-eV
🔖 #LinuxGaming #ARPG #MMO #Fantasy
📦️ #Libre #Bin #Java #Arch #RPM #Deb #Snap
📕️ https://lebottinlinux.vps.a-lec.org/LO.html🥁️ Update: 20260418/0512
⚗️ Major release(Stable)🍎️
📌️ Changes: https://illarion.org/general/us_news.php
🦣️ From: 🛜️ https://github.com/Illarion-eV/Illarion-Content/releases.atom🏝️ https://www.youtube.com/embed/6XSu6sV50Ho
🦉️ https://www.youtube.com/embed/FPdalXVQ7Fk
🎲️ https://www.youtube.com/embed/O8n9436pTUk
🎲️ https://www.youtube.com/embed/K-VgwFqzDXU