#java21 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #java21, aggregated by home.social.
-
In this series, I’ll share practical tips to help you understand the new features of Java 21 and get ready to pass the certification exam with confidence.
Read more 👉 https://lttr.ai/Ama8v
-
In this series, I’ll share practical tips to help you understand the new features of Java 21 and get ready to pass the certification exam with confidence.
Read more 👉 https://lttr.ai/AphQr
-
True or False: An unnamed module includes all the classes on the classpath that are not part of any named module ?
Read more 👉 https://lttr.ai/ApVIv
-
Создаем Telegram-бота для отслеживания погоды за 5 минут с помощью Nyagram (а не очередного PizzaBot)
В большинстве туториалов по Java-ботам нам предлагают написать EchoBot или магазин пиццы на огромных switch-case конструкциях. Но в 2026 году, когда у нас есть Java 21 и Spring Boot 3 , писать бойлерплейт — это преступление против продуктивности. Сегодня мы напишем WeatherBot — полезного бота, который показывает реальную погоду через API OpenWeatherMap, имеет кнопку обновления "на лету" и, используя FSM (Машину состояний) с валидацией данных, позволяет настроить ежедневную рассылку прогноза.
https://habr.com/ru/articles/991414/
#telegram #java #telegrambot #github #java21 #spring_boot #spring_mvc #боты #tutorial #программирование