Lviv JavaClub news
49 subscribers
713 links
Download Telegram
🎬 Working with technical improvements. Reasons. Methods. Estimation by Polina Serhiienko | CoffeeJUG
The talk: "Working with technical improvements. Reasons. Methods. Estimation" at #coffeejug (part 2)Speaker: Polina Serhiienko, Java Software Engineer @ Levi9__Agenda:πŸ‘‡00:00 - #introCoffeeJug - monthly events for #Java professional (#javausergroup). Follow us on social media:Facebook: https://www.facebook.com/coffeejug.meetup/Instagram: https://www.instagram.com/coffeejug.meetup/YouTube: https://www.youtube.com/channel/UCQ65oHlDUUCDCOSgz4rdKZw?guided_help_flow=3LinkedIn: https://www.linkedin.com/company/coffeejug/
via YouTube https://www.youtube.com/watch?v=urF4EoYEmDE
🎬 Harry Potter & Apache Iceberg Table Format. The magic of Apache Iceberg by Taras Fedorov | CoffeeJUG
The talk: "Harry Potter & Apache Iceberg Table Format. The magic of Apache Iceberg " at #coffeejugSpeaker: Taras Fedorov, Senior BigData Developer/ Senior Specialization Lead @ Grid Dynamics__Agenda:πŸ‘‡00:00 - #introCoffeeJug - monthly events for #Java professional (#javausergroup). Follow us on social media:Facebook: https://www.facebook.com/coffeejug.meetup/Instagram: https://www.instagram.com/coffeejug.meetup/YouTube: https://www.youtube.com/channel/UCQ65oHlDUUCDCOSgz4rdKZw?guided_help_flow=3LinkedIn: https://www.linkedin.com/company/coffeejug/
via YouTube https://www.youtube.com/watch?v=N8mUXJ_He8A
🎬 Secure by Design: Building Secure approach into Software Development by Ihor Didyk | CoffeeJUG
Secure by Design: Building Secure approach into Software Development at #coffeejug (part 2)Speaker Ihor Didyk, Java Tech Lead @ #Jappware.__Agenda:πŸ‘‡00:00 - #introCoffeeJug - monthly events for #Java professional (#javausergroup). Follow us on social media:Facebook: https://www.facebook.com/coffeejug.meetup/Instagram: https://www.instagram.com/coffeejug.meetup/YouTube: https://www.youtube.com/channel/UCQ65oHlDUUCDCOSgz4rdKZw?guided_help_flow=3LinkedIn: https://www.linkedin.com/company/coffeejug/
via YouTube https://www.youtube.com/watch?v=T9K2o32gfys
🎬 GraalVM Native Image Deep Dive by Andrii Rodionov | CoffeeJUG
The talk: "GraalVM Native Image Deep Dive" (part 2) at #coffeejugSpeaker: Andrii Rodionov, Leader @ #JUG UA__Agenda:πŸ‘‡00:00 - #introCoffeeJug - monthly events for #Java professional (#javausergroup). Follow us on social media:Facebook: https://www.facebook.com/coffeejug.meetup/Instagram: https://www.instagram.com/coffeejug.meetup/YouTube: https://www.youtube.com/channel/UCQ65oHlDUUCDCOSgz4rdKZw?guided_help_flow=3LinkedIn: https://www.linkedin.com/company/coffeejug/
via YouTube https://www.youtube.com/watch?v=dRMUtW26-cw
🎬 Online "Spring Security: Deep dive into basics" by CoffeeJug! β˜•οΈ #coffeejug
πŸ“… Date: 30th January (Tuesday)⏰ Time: 7:00 PM - 8:30 PM🎀 Speaker: Ihor Polataiko, Senior Engineer | Architect @ AvengaπŸ†“ Entrance is FREE! (Pre-registration required) https://forms.gle/YA9m15xPQun27BRCAMore details:Spring Security is often considered one of the most challenging parts of the Spring Framework. This talk addresses its core concepts, providing you with the foundational knowledge needed to confidently tackle any Spring Security setup. Whether you're new to Spring Security or looking to strengthen your knowledge, this session will give you the clarity and confidence to handle security setups effectively.CoffeeJug - monthly events for #Java professional (#javausergroup). Follow us on social media:Facebook: https://www.facebook.com/coffeejug.meetup/Instagram: https://www.instagram.com/coffeejug.meetup/YouTube: https://www.youtube.com/channel/UCQ65oHlDUUCDCOSgz4rdKZw?guided_help_flow=3LinkedIn: https://www.linkedin.com/company/coffeejug/
via YouTube https://www.youtube.com/watch?v=1ym1GXCbH74
🎬 Online "Unlock Git’s Hidden Superpowers: Stop Wasting 90% of Its Potential!" by CoffeeJug! β˜•οΈ
πŸ“… Date: 29th May (Thursday)⏰ Time: 7:00 PM - 8:00 PM🎀 Speaker: Roman Kniazevych, Java Technical Lead @ Levi9 UkraineπŸ†“ Entrance is FREE! (Pre-registration required) https://forms.gle/56BMiTTGCc8NoeWg7More details:An overview of common, new, and lesser-known (original) Git commands, showing basics and powerful advanced tools, to help you unleash the full power of Git. Based on Scott Chacon talk#CoffeeJUG #JUG #GitCoffeeJug - monthly events for #Java professional (#javausergroup). Follow us on social media:Facebook: https://www.facebook.com/coffeejug.meetup/Instagram: https://www.instagram.com/coffeejug.meetup/YouTube: https://www.youtube.com/channel/UCQ65oHlDUUCDCOSgz4rdKZw?guided_help_flow=3LinkedIn: https://www.linkedin.com/company/coffeejug/
via YouTube https://www.youtube.com/watch?v=ijxMMIO3HUU
🎬 Online "A Java 8 lambda and JobRunr is all you need for distributed job scheduling!" by CoffeeJug!
πŸ“… Date: 12th June (Thursday)⏰ Time: 7:00 PM - 8:00 PM EET🎀 Speaker: Ronald Dehuysser, CEO (Chief Everything Officer ☺️) @ JobRunrπŸ†“ Entrance is FREE! (Pre-registration required) https://forms.gle/71MmyC1ub9Dx4Gj38More details:Do you need to perform some CPU heavy tasks? Or some work that requires a lot of I/O? Or do you just need to run or schedule some background jobs without blocking the rest of your system? I often see teams building a scheduling solution themselves, severely underestimating the complexity of running jobs asynchronously. A costly endeavour, especially with a simple, free and open-source solution readily available.During this humoristic session, I will introduce you to JobRunr: the ultimate library for background processing in Java. By transforming Java 8 lambdas into distributed background tasks, JobRunr allows you to run any job at anytime and on any JVM. We’ll go over the different functionalities like job persistence, automatic retries, scaling up (hello k8s) and the embedded dashboard to give you a good grasp of the possibilities. Oh, and did you know it also works on GraalVM?After this session, you’ll have a good idea of what JobRunr is, how it does it's magic and how it will allow you to focus on delivering value to your end users instead of implementing scheduling over and over again.#CoffeeJUG #JUG #JobRunrCoffeeJug - monthly events for #Java professional (#javausergroup). Follow us on social media:Facebook: https://www.facebook.com/coffeejug.meetup/Instagram: https://www.instagram.com/coffeejug.meetup/YouTube: https://www.youtube.com/channel/UCQ65oHlDUUCDCOSgz4rdKZw?guided_help_flow=3LinkedIn: https://www.linkedin.com/company/coffeejug/
via YouTube https://www.youtube.com/watch?v=IztomOYipl8