Certified Spring Enterprise Integration Specialist Java Developer in EmbedIT. Working with Spring, React, TypeScript, Java, Wicket, Spark, Flutter and Big Data
@JackCarrUSA Sir, I just finished reading your book True Believer :) Loved it! Really curious to see how you’ll bring the story to the screen in The Terminal List Season 2. Btw, I’m starting your next book, Savage Son :) Wishing you all the best!
Spent a few days exploring LLM-as-a-Judge. Built a short RAG demo (Spring Boot + Spring AI + OpenAI + pgvector) that catches hallucinations before they reach the user.https://t.co/KEjS5GVAEq #RAG#LLM#AI@springboot@SpringAICentral@OpenAI@pgvector
Recently I came across the #BlazePersistence framework from @Blazebit by @c_beikov . What caught my eye: Entity Views - a clean way to define type-safe projections on the of your JPA entities. See my demo with @springboot 4 and @Hibernate 7 at https://t.co/M1Qsw2XfMr
Main topics of this years @Devoxx were terms #AI, #LLM, RAG etc...To my colleagues last week I was presenting sample of how to force the LLM to do the fallback from RAG context to his LLM pre-trained data when asking questions...@springboot@SpringTip at: https://t.co/Q6F1ZvTC8o
@1ovthafew@Hibernate@springboot No problem at all. No discomfort. That compile time code generation is a great feature. I worked recently on the large monolith with spring data where hot-reload was not always possible when having typo in query. Jakarta data approach helps a lot.
For my colleagues I prepared short demo of @hibernate 7 data repositories with @springboot 3 https://t.co/7JVXl3OEuc as intro to what has been presented at #Devoxx ...Play with it if you want...Really like the compile time code generation for repositories..👍
Gavin King said on @Devoxx that using repository method names as query generator is awful. He just ruined my world :) I'm kidding..New Hibernate 7 Data Repositories looks great https://t.co/AhEUL23mMu and this was still the best talk for me on Devoxx. Thank you @1ovthafew
I am on @Devoxx in Anwerp right now, a lot of cool stuff to see here...Like relatively new framework WebForJ...Worth to check it out: https://t.co/TcdR8OzlDn
I take @golang as next gen backend language, during learning I just cracked in GO this Kata: https://t.co/opDKtDKn5C Anyway switching from my job's #Java to #Go is always painful because of the Go's "type on the right" syntax :(
I'm now reading book "Go in Action". For us Java devs virtual threads are game changer, but very similar concept has been introduced in @golang almost before a decade with go routines. Design of Golang never cease to amaze me.
Strongest line from this year's @GeeCON "By 2025, 70% of newly developed applications will use low-code or no-code technology"..IMO this is unreal wish of companies producing low code platforms, because low/no-code systems becomes quickly obsolete, but it makes you thinking..:\
When building REST API with @FlutterDev then next to Dio package it is good to use #Retrofit package which is very similar to @springframework#FEIGN....Check my last repository: https://t.co/x0zeZujaz9