Carl Dea β’»β“πŸ•Š (@carldea) 's Twitter Profile
Carl Dea β’»β“πŸ•Š

@carldea

Software Developer, Book Author, JavaFX fan, and love AI. Most importantly a husband & proud father. My opinions are my own.

ID: 18337218

linkhttp://carlfx.com calendar_today23-12-2008 17:13:35

18,18K Tweet

2,2K Followers

2,2K Following

Steve Hannah (@shannah78) 's Twitter Profile Photo

Screencast: Create a new JavaFX app and publish it to the world in under 2 minutes. (Well I could have done it in under 2, minutes, but I decided to take it slow to explain a few things along the way, so... 5 minutes). #JavaFX #Java

IntelliJ IDEA, a JetBrains IDE (@intellijidea) 's Twitter Profile Photo

πŸŽ₯ For 30 years, Java has been our companion. It taught us patience, sparked our creativity, and never let us give up. Watch our tribute video and experience the journey!πŸ‘‡ #Java30withIntelliJIDEA youtube.com/watch?v=kHybgB…

The Humanoid Hub (@thehumanoidhub) 's Twitter Profile Photo

Highlights of the world's first humanoid robot fighting competition. 'AI Strategist' emerged as the winner after three elimination matches. Each match had three two-minute rounds. Points were scored by hitting target zones: 1 point for arms, 3 for legs, and any front or back

Marcio Endo (@marcioendo) 's Twitter Profile Photo

Are you a Java full-stack developer interested in simpler ways to develop applications? This video is for you. It's the second episode in the "Objectos Way In A Single File" series.

Carl Dea β’»β“πŸ•Š (@carldea) 's Twitter Profile Photo

ListFormat πŸ‘‰ Formatting Lists For End Users youtube.com/shorts/EMKpbpM… Thanks Adam Bien I love these excellent shorts! For those who want to get their daily Java fix.β˜• #Java πŸ‘

Carl Dea β’»β“πŸ•Š (@carldea) 's Twitter Profile Photo

Visited Chincoteague, VA’s grand opening of the history museum of Beebe Ranch of the famous books and movie about the real story of Misty of Chincoteague Island. mistyofchincoteague.org

Visited Chincoteague, VA’s grand opening of the history museum of Beebe Ranch of the famous books and movie about the real story of Misty of Chincoteague Island. 

mistyofchincoteague.org
Carl Dea β’»β“πŸ•Š (@carldea) 's Twitter Profile Photo

Java tip: Imperative style vs Functional style null check (Classic way) if (myObj != null) { // do something } else { // do something else } (Newer way) Object newObj = Objects.requireNonNullElseGet( myObj, () -> defaultObj);

tetsuo.ai πŸ’ΉπŸ§² (@7etsuo) 's Twitter Profile Photo

Benjamin Bycroft’s 3D interactive tool visualizes an LLM’s layers, weights and matrix operations. This is the best educational tool to understand how an LLM works i've seen.

Carl Dea β’»β“πŸ•Š (@carldea) 's Twitter Profile Photo

More awesomeness from OpenJFX 25! Custom title bars on Stage Windows. (So very needed) gist.github.com/mstr2/0befc541… github.com/openjdk/jfx/pu… #JavaFX #Java