Pasha Finkelshteyn πŸ‡©πŸ‡ͺβ¬…οΈπŸ‡·πŸ‡Ί(✑️)'s Avatar

Pasha Finkelshteyn πŸ‡©πŸ‡ͺβ¬…οΈπŸ‡·πŸ‡Ί(✑️)

@asm0dey.site

Developer advocate for @BellSoft Love people, both listen and talk to https://asm0dey.site/

275
Followers
258
Following
355
Posts
29.06.2023
Joined
Posts Following

Latest posts by Pasha Finkelshteyn πŸ‡©πŸ‡ͺβ¬…οΈπŸ‡·πŸ‡Ί(✑️) @asm0dey.site

Choose your poison!

03.03.2026 12:47 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Spring Developer Roadmap 2026: What You Need to Know
Spring Developer Roadmap 2026: What You Need to Know YouTube video by CyberJAR

πŸ‘ΎNew on CyberJAR: Spring Developer Roadmap 2026

Being a great Spring developer is not only about knowing the framework, but also about mastery of backend engineering.

This roadmap by @asm0dey.site covers the essentials you need to know to stand out:

www.youtube.com/watch?v=nuld...

02.03.2026 14:08 πŸ‘ 4 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Secrets No More: Spring K8s Mastery + Kotlin Glow, Thu, Feb 19, 2026, 6:30 PM | Meetup Join us for the next Spring User Group Berlin meetup! This time, we are bridging the gap between rock-solid operations and developer joy. **Talk 1: Secure and Seamless: In

Berlin: @asm0dey.site is hosting Spring User Group Berlin this Thu (Feb 19).
K8s Secrets in Spring, the production way (env vars vs files, rotation) + Kotlin for Spring 7 (pros/cons).
18:30 CET. RSVP: www.meetup.com/spring-user-...

17.02.2026 12:33 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

Sure did! Sure are :)

11.02.2026 19:01 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Two tools enter. One tool wins. πŸ₯Š

Liquibase vs Flyway is going head-to-head at #Devnexus.
Join @asm0dey.site & @antonarhipov.bsky.social to explore every detail β€” then cast your vote for the migration tool you trust in production.

devnexus.com/events/the-u...

🎟️ Get tickets devnexus.com

28.01.2026 19:01 πŸ‘ 3 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Preview
Secrets No More: Spring K8s Mastery + Kotlin Glow, Thu, Feb 19, 2026, 6:30 PM | Meetup Join us for the next Spring User Group Berlin meetup! This time, we are bridging the gap between rock-solid operations and developer joy. **Talk 1: Secure and Seamless: In

The next #Spring Berlin User Group is coming! πŸƒ

Hosted at DeutscheBank w/ speakers from DB & @jetbrains.com. Join @maciejwalkowiak.bsky.social and me for a deep dive into all things @spring.io and #Java.

Don’t wait, registration is open!

Details here:

02.02.2026 19:43 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

Wow, we didn't have a single snowflake here in Berlin!

25.12.2025 10:01 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
JGraphT a Java library of graph theory data structures and algorithms

The library is JGraphT, BTW
jgrapht.org

11.12.2025 20:14 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Day 11 of #AdventOfCode was way easier than the day 10!

Because of 2 reasons:
1. I already knew which lib I needed for graph processing
2. A very similar task was solved on day 7

The visualisation is nice tho!
asm0dey.github.io/aoc-2025/day...

11.12.2025 20:13 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Day 10 Visualization: Logic & Counters

And I had to read a lot of docs and examples to understand how to use it.

I have a proper visualisation only for part 1:
asm0dey.github.io/aoc-2025/day...

10.12.2025 19:38 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
oj! Algorithms oj! Algorithms – ojAlgo – is Open Source Java code to do mathematics, linear algebra and optimisation. It’s what you need for data science, machine learning and scientific computing. High Performance ...

WOW, the day 10 of #AdventOfCode was CRAZY.

I would never solve it without AI. It didn't generate any code for me, but for part 2, I really needed at least an idea of the approach. And even having it, I would not write it myself - had to use a new amazing library: ojalgo
www.ojalgo.org

10.12.2025 19:38 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 1
Day 9 Visualization: Max Rectangle in Polygon

As always, the generated visualization:
asm0dey.github.io/aoc-2025/day...

09.12.2025 16:53 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Day 9 of #AdventOfCode was more complex than previous days. I should admit, I had to use jawa.awt Polygon to solve it (and it's the first time I used it in my life!)

However, the solution itself is very simple when you know the ALGORITHM

09.12.2025 16:53 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Index of /vis

All the available visualisations, vibecoded based on my @kotlinlang.org solutions, are on one page here asm0dey.github.io/aoc-2025/

08.12.2025 11:08 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Day 8 Visualization: Space Chains

The solution for day 8 of #AdventOfCode is also simple, I would even say straightforward.

But I spent an enormous amount of time debugging the first part, where I couldn't get the correct result even for the test input.

Visualisation is nice and dynamic tho! asm0dey.github.io/aoc-2025/day...

08.12.2025 11:08 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 1

So we agree that not the whole industry is purely revenue-focused.

08.12.2025 09:42 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Build AI That Knows Your Docs: RAG with Spring AI
Build AI That Knows Your Docs: RAG with Spring AI YouTube video by CyberJAR

πŸ‘ΎNew on CyberJAR: Build RAG System with Spring AI

In this video, @asm0dey.site explores the full RAG workflow in #SpringAI: document ingestion with TikaDocumentReader, embedding generation, vector storage, and similarity-based retrieval.

www.youtube.com/watch?v=Etnc...

03.12.2025 19:59 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
x2x Community Meetup: Microservices rules by Chris Richardson & Vaughn Vernon YouTube video by JetBrains

Full sold-out on the joint JUG BB & Spring Berlin at the @jetbrains.com office!
And you can participate too at www.youtube.com/live/zZAfnZO...

24.11.2025 18:42 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

It seems the last business trip this year starts: going to talk at jug.cy hosted by @a-kogun.bsky.social

Catch my of you can at www.meetup.com/jug-cy/event...

20.11.2025 04:23 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
JUG.CY with Alexander Misyuryaev, Wrike and Pasha Finkelshteyn, Bellsoft, Fri, Nov 21, 2025, 7:00 PM | Meetup Last time, we discussed how to upgrade a Spring-based application. This time, we’ll explore other important aspects of maintaining modern Java projects. First, we’ll talk a

This Friday, Nov 21, @asm0dey.site is speaking at JUG.CY in Nicosia. If you’re around, join the meetup at Wrike Cyprus for a deep dive into building better Docker images for Spring apps: www.meetup.com/jug-cy/event...

19.11.2025 13:15 πŸ‘ 0 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Post image

Be careful with that, please.

29.10.2025 18:10 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

versions, despite the lack of commercial demand.
Again, I agree with you that the model is broken. Maybe we should abandon FX altogether and see who will complain. But please don't say that there is not content.

29.10.2025 10:56 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Well, it is for Gluon, isn't it? And that's got fair to say that there are no videos, devrel, etc. @cat-edelveis.bsky.social herself did a bunch of content, we even made our conference raffles in an application written on FX and built with native image.
We've also supported monocle in a newer Java

29.10.2025 10:56 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

It was a surprise for me when I found that there is a procedure to join the US, but there is no procedure to leave them. Sounds weird to me: it's an agreement when everyone agrees on some kind of ground rules. Now some states are disagree, would be only logical to leave, I guess

26.10.2025 22:00 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Double barrel sounds like a fancy gun

26.10.2025 19:16 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I want an air fryer it seems. Reheating chips sounds exciting, even tho I don't like them

26.10.2025 14:22 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Top frame: A hand holding a poisonous mushroom and a stick figure labeled "AI" is looking at it. Caption: "Is this mushroom edible?" Answer from AI: "Yes"
Bottom frame: A man in a hospital bed, with the AI stick figure next to him. Caption "You're right, it's a poisonous mushroom. Would you like to know more about poisonous mushrooms?"

Top frame: A hand holding a poisonous mushroom and a stick figure labeled "AI" is looking at it. Caption: "Is this mushroom edible?" Answer from AI: "Yes" Bottom frame: A man in a hospital bed, with the AI stick figure next to him. Caption "You're right, it's a poisonous mushroom. Would you like to know more about poisonous mushrooms?"

25.10.2025 18:28 πŸ‘ 16 πŸ” 5 πŸ’¬ 1 πŸ“Œ 0

I need to see it

26.10.2025 14:18 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

If an only developer needs something it becomes really hard to justify why we're doing this and not something else. And then people will have to do this themselves. Splendor and poverty of open-source, innit?

26.10.2025 14:17 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I know, right? I've created Kotlin API for Apache Spark in my free time when I had a full-time job, and had to essentially bury this work because we (JetBrains back then) didn't find clients interested in this. It wasn't even a question of money, just interest from the audience :(

26.10.2025 14:17 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0