Lviv JavaClub news
49 subscribers
713 links
Download Telegram
๐Ÿ”ˆEvent#344 Load balancer by Oleksandr Belinskyi
https://www.javaclub.lviv.ua/2024/10/16/Event-344-Load-balancer.html
This week on Java Club we talk about load balancersJoin us next Thursday, at 10:00 Online Media #load balancer
๐ŸŽฌ CoffeeJUG online "What can go wrong in a distributed system - experience from the field"
The talk: "What can go wrong in a distributed system - experience from the field"The speaker: Andrii Rodionov, Lecturer at National Technical University of UkraineLocation: YouTube channel: https://www.youtube.com/channel/UCQ65oHlDUUCDCOSgz4rdKZwBuilding an in-memory real-time distributed data platform is a challenge and a passion that we have at Hazelcast. To create such a platform we used raw Java, our own RPC and concurrency stack, distributed primitives, replication and Raft-based consensus protocol. In this talk, on the example of our issues, we will discuss what you should care about while building a distributed system: what replication options you have, how messages reordering could resurrect the dead node, how harmful the retries can be, and finally, how one slow node can bring down the entire cluster even with the Raft consensus protocol.
via YouTube https://www.youtube.com/watch?v=yWGl609kgKs
โ˜• New version of #Java #JDK24 will be released in 150 days ๐Ÿ˜Š
#Java24 is released on 2025-03-19
๐Ÿ‘‹ Hi, don't forget to check out the Release notes from testcontainers-java 1.20.3! Exciting updates and improvements to look out for.
https://github.com/testcontainers/testcontainers-java/releases/tag/1.20.3 #releases #updates #testcontainers
๐Ÿ‘‹ Don't miss the latest Release notes from spring-boot v3.2.11! Stay up-to-date on all the new features and enhancements by checking them out now.
https://github.com/spring-projects/spring-boot/releases/tag/v3.2.11
#releases #updates #springboot
๐Ÿ‘‹ Hi! Check out the latest Release notes from spring-boot v3.3.5 and stay up-to-date with the latest features and improvements!
https://github.com/spring-projects/spring-boot/releases/tag/v3.3.5
#releases #updates #springboot
๐ŸŽฌ Lviv JavaClub [Event 342] Blaze Persistence by Volodymyr Yastrubchak
Review Blaze Persistenceby Volodymyr Yastrubchak Quality Assurance Automation Engineer @ Levi9 Ukraine ยท https://www.linkedin.com/in/volodymyr-yastrubchak/Code from the event: https://www.javaclub.lviv.ua/2024/10/02/Event-342-Blaze-Persistence.htmlEvent details: https://javaclub.lviv.ua/__________Agenda:00:00 - intro2:16 documentation6:30 required dependencies8:20 general requests32:30 blaze cte48:00 blaze keyset pagination55:50 Q&A51:00 - join us #javaclubLviv JavaClub new https://t.me/LvivJavaClubFollow #javaclub: https://www.youtube.com/channel/UCbBzU09lr8FLFaTMbXY4zBQWeb site: https://javaclub.lviv.ua/GitHub: https://github.com/lvivJavaClub
via YouTube https://www.youtube.com/watch?v=pVDu3VnMXY4
๐Ÿ‘‹ Don't miss the latest Release notes from micronaut-core Micronaut Core 4.7.1! Stay up-to-date on all the new features and enhancements by checking them out now.
https://github.com/micronaut-projects/micronaut-core/releases/tag/v4.7.1 #releases #updates #micronaut
๐ŸŽฌ Lviv JavaClub [Event 344] Load balancer by Oleksandr Belinskyi
Review Load balancerby Oleksandr Belinskyi @ Java Software Engineer at Lohika https://www.linkedin.com/in/oleksandr-belinskyi-93a312aa/Code from the event: https://github.com/obelinskyi/spring-cloud-load-balancing-demoEvent details: https://www.javaclub.lviv.ua/2024/10/16/Event-344-Load-balancer.htmlAgenda:00:00 Load #balancing overview17:11 Demo project overview22:05 Round robin algorithm in action22:52 Random algorithm22:32 Weight-based balancing27:10 Same instance preference31:12 Integration with #Eureka Discovery Service38:28 Implement dynamic algorithm through Eureka48:43 Integration with Actuator52:13 Q&A56:30 join us #javaclubLviv JavaClub new https://t.me/LvivJavaClubFollow #javaclub: https://www.youtube.com/channel/UCbBzU09lr8FLFaTMbXY4zBQWeb site: https://javaclub.lviv.ua/GitHub: https://github.com/lvivJavaClub
via YouTube https://www.youtube.com/watch?v=ZkxG_RP5Yws
๐ŸŽฌ Lviv JavaClub [Event 345] Aws cdk + LocalStack by Yuriy Stakhniak
Review Aws cdk + LocalStackby Yuriy Stakhniak Software engineer @ Epam Systems https://www.linkedin.com/in/yuriy-stakhniak-3486528b/Code from the event: __________Event details: https://www.javaclub.lviv.ua/2024/10/21/Event-345-Aws-cdk-+-LocalStack.htmlAgenda:00:00 - intro9:19 - prerequisites 14:19 - construct hub17:51 - java example21:17 - bootstrap python project40:28 - deploy46:22 - local stack59:50 - join us #javaclubLviv JavaClub new https://t.me/LvivJavaClubFollow #javaclub: https://www.youtube.com/channel/UCbBzU09lr8FLFaTMbXY4zBQWeb site: https://javaclub.lviv.ua/GitHub: https://github.com/lvivJavaClub
via YouTube https://www.youtube.com/watch?v=MqGcVyuxeRU
๐ŸŽฌ Lviv JavaClub [Evennt 346] Apache flink by Ivan Shevtsov
Review Apache flinkby Ivan Shevtsov Senior Software Engineer @ Hazelcast https://www.linkedin.com/in/ivan-shevtsov-09036037/Code from the event: __________Event details: https://www.javaclub.lviv.ua/2024/10/29/Event-346-flink.htmlAgenda:00:00 - intro #Apache #flink54:50 - join us #javaclubLviv JavaClub new https://t.me/LvivJavaClubFollow #javaclub: https://www.youtube.com/channel/UCbBzU09lr8FLFaTMbXY4zBQWeb site: https://javaclub.lviv.ua/GitHub: https://github.com/lvivJavaClub
via YouTube https://www.youtube.com/watch?v=fGOrUul1LlQ
๐Ÿ‘‹ Heads up! Check out the latest Release notes from micronaut-core v4.7.2. Don't miss out on the new features and improvements!
https://github.com/micronaut-projects/micronaut-core/releases/tag/v4.7.2 #releases #updates #micronaut
๐Ÿ”ˆEvent#347 htmx by Serhii Petrenko
https://www.javaclub.lviv.ua/2024/11/04/Event-347-htmx.html
This week on Java Club we will review the htmx - an open-source front-end JavaScript library that allows you to access AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTMLJoin us next Thursday, at 10:00 Online Media #htmx #html #ajax #frontend #javascript #js #fe #front end #library #css #transition #web socket
๐ŸŽฌ Lviv JavaClub [Event 347] htmx by Serhii Petrenko
Review htmxby Serhii Petrenko Lead Java Developer @ Capgemini Engineering https://www.linkedin.com/in/serhii-petrenko-9a387760/Code from the event: __________Event details: https://javaclub.lviv.ua/__________Agenda:00:00 intro02:15 how to start03:30 references & configuring05:18 #htmx sucks06:20 common examples26:10 #mock27:15 #UI examples overview30:30 #SpringBoot & #htmx demo36:20 outro37:50 - join us #javaclubLviv JavaClub new https://t.me/LvivJavaClubFollow #javaclub: https://www.youtube.com/channel/UCbBzU09lr8FLFaTMbXY4zBQWeb site: https://javaclub.lviv.ua/GitHub: https://github.com/lvivJavaClub
via YouTube https://www.youtube.com/watch?v=Er_c1d9FNfk
๐Ÿ‘‹ Hi! Check out the latest Release notes from micronaut-core v4.7.3. Don't miss out on the new features and improvements!
https://github.com/micronaut-projects/micronaut-core/releases/tag/v4.7.3 #releases #updates #micronaut