#java search results

Python vs. C# vs. Java - Shutdown PC #python #csharp #java

Python_Dv's tweet image. Python vs. C# vs. Java - Shutdown PC

#python #csharp #java

Python vs. C++ vs. JAVA Say your opinion which one is best #python #java #cplusplus

Python_Dv's tweet image. Python vs. C++ vs. JAVA
Say your opinion which one is best

#python #java #cplusplus

Hello world in different languages!! #java #javascript #python #php #csharp #cplusplus

Python_Dv's tweet image. Hello world in different languages!!

#java #javascript #python #php #csharp #cplusplus

☕️ New update to the Swift Java interop tooling, with plentiful improvements for use in both server and Android scenarios: github.com/swiftlang/swif… #java


How Netflix uses #Java - 2026 edition, now published from JavaOne. I hope you enjoy the talk! I’m going into: - GraphQL based architecture - Our Spring Boot based Java stack - Testing - Large scale migrations with AI - Building Spring AI agentic workflows

pbakker's tweet card. Java

youtube.com

YouTube

Java


Java Applets: 1995–2026 👀 The Applet API has officially been removed in #Java 26. This marks the end of an era for one of the earliest ways to bring Java to the web. Let’s see what else happened in Java 26 👇 jb.gg/avyjks


Making games with Spring Boot just because we can 🤣 @glyc1n #Java #SpringBoot


When they said coding was like a puzzle 🧩, but didn't mention some pieces change shape 🤯, and others are just a happy accident 🪄✨. #python #java #javascript

Python_Dv's tweet image. When they said coding was like a puzzle 🧩, but didn't mention some pieces change shape 🤯, and others are just a happy accident 🪄✨.

#python #java #javascript

DOMINAR o SABER ABSOLUTAMENTE TODO sobre algo es prácticamente imposible, sobre todo en el mundo #it... Sin embargo, en toda profesión tenemos que mantenernos actualizados para poder dar lo mejor de nosotros Y vos... ¿Qué opinás? #java #webdev #programacion


I have just migrated a Python launch/configuration script to Java 25, and I have asked an LLM to review it #java👇

AdamBien's tweet image. I have just migrated a Python launch/configuration script to Java 25, and I have asked an LLM to review it 
#java👇

☕ Announcing @javaevolved. Every week, one modern Java pattern... old vs. modern code, side by side. 113 patterns. ~2 years of content. Fully automated with GitHub Actions + JBang. Follow @javaevolved for weekly evolution! #Java #JavaEvolved

☕ Guarded patterns with when Add conditions to pattern cases using when guards. Nested if → when Clause (JDK 21+) 🔗 javaevolved.github.io/language/guard… #Java #JavaEvolved



If you want to learn some of the topics I covered on my "Skyrocket Developer Productivity with Spring Boot & IntelliJ IDEA" workshop at Spring I/O 2026 conference, checkout github.com/sivaprasadredd… #Java #IntelliJIDEA #SpringBoot #SpringIO2026


Being a good #Java developer is not the same as being a strong interview candidate. If you’re stuck between interviews and offers, you don’t need more grinding. You need clarity. Book a Career Diagnosis Session here: bit.ly/4j5lLfb?utm_so…

RafaDelNero's tweet image. Being a good #Java developer is not the same as being a strong interview candidate.

If you’re stuck between interviews and offers, you don’t need more grinding. You need clarity.

Book a Career Diagnosis Session here: bit.ly/4j5lLfb?utm_so…
RafaDelNero's tweet image. Being a good #Java developer is not the same as being a strong interview candidate.

If you’re stuck between interviews and offers, you don’t need more grinding. You need clarity.

Book a Career Diagnosis Session here: bit.ly/4j5lLfb?utm_so…
RafaDelNero's tweet image. Being a good #Java developer is not the same as being a strong interview candidate.

If you’re stuck between interviews and offers, you don’t need more grinding. You need clarity.

Book a Career Diagnosis Session here: bit.ly/4j5lLfb?utm_so…
RafaDelNero's tweet image. Being a good #Java developer is not the same as being a strong interview candidate.

If you’re stuck between interviews and offers, you don’t need more grinding. You need clarity.

Book a Career Diagnosis Session here: bit.ly/4j5lLfb?utm_so…

I wrote this for Java teams using AI coding agents: the real risk is not bad code, it’s too much agency. Shell access, secrets, MCP tools, autonomous changes. At some point the agent stops being an assistant. That’s where blast radius matters. buff.ly/HglVwZq #Java

the-main-thread.com

Why Enterprise Java Teams Need Boundaries for AI Agents

Senior Java developers are starting to treat coding agents like real operators, not smarter autocomplete. Here’s how to contain shell access, secrets, MCP tools, and autonomous changes before convenie


So much fun today hosting my first @GitHub #OpenSource Friday, and with the amazing @gunnarmorling as guest. We talked about the #1BRC, Apache Parquet and the new #Java parser, Project Hardwood. Check out the recording! And thx @acolombiadev for support youtube.com/watch?v=teqFSS…

brunoborges's tweet card. Open Source Friday with Gunnar Morling with Hardwood

youtube.com

YouTube

Open Source Friday with Gunnar Morling with Hardwood


"Green Java with Quarkus: Performance Benchmarks, SBOM, and Serverless Architecture"--an airhacks.fm podcast conversation with @holly_cummins is ready to listen: adambien.blog/roller/green_j… #java #podcast #quarkus #greensoftware #serverless #performance #airhacks


4/21 テレビの中でも、 mainくんと仲間たちは元気いっぱい。 楽しい時間をみんなで分け合います。 Javaをやさしく学べる Java Picture Bookシリーズの イメージイラストです。 👉 amazon.com/author/satoshi… #Java #JavaPictureBook #プログラミング絵本 #satoshiro

mainkun_ebook's tweet image. 4/21
テレビの中でも、
mainくんと仲間たちは元気いっぱい。

楽しい時間をみんなで分け合います。

Javaをやさしく学べる
Java Picture Bookシリーズの
イメージイラストです。

👉 amazon.com/author/satoshi…

#Java
#JavaPictureBook
#プログラミング絵本
#satoshiro

Spring SecurityのOAuth2 Resource Server、設定量が少なくて済む。 spring-security-oauth2-resource-serverをpomに追加してissuer-uriを書けば基本的な認証が動く。 カスタムクレームの検証はJwtValidatorを実装する。意外と少ないコードで認証基盤が完成した。 #SpringBoot #Java #エンジニア採用


Put your strong analytical and communication skills to great use as our next Senior Computer & Electrical Engineer Software. Apply today! bit.ly/4tynjCD #engineering #Java


🚀 Java: You can use Optional.orElseThrow() to implement so called fail-fast behavior. ✅ Fail-fast means you can catch bugs closer to their source, making stack traces easier to understand #Java #SoftwareDevelopment

mario_casari's tweet image. 🚀 Java: You can use Optional.orElseThrow() to implement so called fail-fast behavior.

✅ Fail-fast means you can catch bugs closer to their source, making stack traces easier to understand
#Java #SoftwareDevelopment

Java Certifications: Are they worth the grind in 2026? 📜☕️ I’m live with the legendary Jeanne Boyarsky to discuss if certs still matter for Seniors and which level actually helps your career. 📺 Watch now: youtube.com/watch?v=Oj6dPK… #Java #JavaCertification #CareerGrowth #AJC

lgsreal's tweet card. Luiz Real

youtube.com

YouTube

Luiz Real


Multi level inheritance and makes code reusable, extensible and supports relationships between Two classes. It was really fun learning inheritance in java, can't wait to go deeper in OOP and keep building 💪💯 #buildinpublic #java #learningHowtocode


JVM optimization isn’t an afterthought. It’s deliberately engineered. Through dynamic profiling and C2 JIT compilation, the JVM can make generic code perform close to specialized code! inside.java/2026/04/19/gen… "Java for the AI world" #Java #AI #JIT


day 3 of trying to build my first 2d game using #java, i didn't do that much today, didn't sleep well last night but i added some objects to my game ! i hope tomorrow i'll have a better energy to learn more stuff #indiedev #solodev #gamedev #indiegame

devspyke's tweet image. day 3 of trying to build my first 2d game using #java, i didn't do that much today, didn't sleep well last night but i added some objects to my game ! i hope tomorrow i'll have a better energy to learn more stuff 
#indiedev #solodev #gamedev #indiegame

Usa "try-with-resources" en Java para manejo automático de recursos: try (BufferedReader br = new BufferedReader(new FileReader(path))) { // uso del br } #Java #TryWithResources #OneDevTipADay


Aprende los fundamentos del patrón de gestión de cuenta de autoservicio (Self-service registration) en una aplicación Spring Boot con Spring Security. Mejora la seguridad de tus aplicaciones! #Java youtu.be/CuUtIKc0hgU #D17767120564 laboratoriorafa.mooo.com/pubimages/9dc4…


The problem was never a lack of #Java content. It was the lack of a central entry point. #JavaInEducation helps organize learning paths and materials in one place. Less friction for teaching and learning. Thanks for the tip, @Igfasouza! education.foojay.social#opensource


#Java continua sendo uma das linguagens mais usadas no mundo. Mas na educação, o problema é claro: muito conteúdo espalhado e falta de curadoria! Java in Education,dica do @Igfasouza, ataca exatamente esse ponto! Recomendo! education.foojay.social#JavaInEducação #OpenSource


Better UX without writing frontend code? Dan Haywood shows how @ApacheCauseway adds polish with titles, icons, and prompt styles — straight from the domain. Read the article: javapro.io/2026/01/01/apa… #Java #DomainDrivenDesign #Frameworks #DDD #Vaadin

JAVAPROmagazin's tweet image. Better UX without writing frontend code? Dan Haywood shows how @ApacheCauseway adds polish with titles, icons, and prompt styles — straight from the domain.
Read the article: javapro.io/2026/01/01/apa…

#Java #DomainDrivenDesign #Frameworks #DDD #Vaadin

¿Quieres formar parte? Senior Backend developer #Malaga #Java #empleo tecnoempleo.com/senior-backend…


Day 29 of DSA 🚀 Optimized Maximum Sum Subarray using: ➡️ Kadane’s Algorithm ➡️ Also printed the max sum subarray Strong pattern-based learning continues 🔥 #DSA #Java #BuildInPublic #100DaysOfCode #Consistency

ShaileshYa66107's tweet image. Day 29 of DSA 🚀

Optimized Maximum Sum Subarray using:

➡️ Kadane’s Algorithm 
➡️ Also printed the max sum subarray
Strong pattern-based learning continues 🔥

#DSA #Java #BuildInPublic #100DaysOfCode #Consistency
ShaileshYa66107's tweet image. Day 29 of DSA 🚀

Optimized Maximum Sum Subarray using:

➡️ Kadane’s Algorithm 
➡️ Also printed the max sum subarray
Strong pattern-based learning continues 🔥

#DSA #Java #BuildInPublic #100DaysOfCode #Consistency
ShaileshYa66107's tweet image. Day 29 of DSA 🚀

Optimized Maximum Sum Subarray using:

➡️ Kadane’s Algorithm 
➡️ Also printed the max sum subarray
Strong pattern-based learning continues 🔥

#DSA #Java #BuildInPublic #100DaysOfCode #Consistency

Day 7 of #120DaysOfCode 🚀 Collections Framework > Arrays List | Set | Map Dynamic. Flexible. Scalable. Stepping closer to real backend development #Java #90DaysOfHard #100DaysOfCode #Springboot #Backend #FullStackDevelopment

SahibpretSingh's tweet image. Day 7 of  #120DaysOfCode 🚀

Collections Framework > Arrays

List | Set | Map
Dynamic. Flexible. Scalable.
Stepping closer to real backend development
#Java #90DaysOfHard #100DaysOfCode #Springboot
#Backend #FullStackDevelopment
SahibpretSingh's tweet image. Day 7 of  #120DaysOfCode 🚀

Collections Framework > Arrays

List | Set | Map
Dynamic. Flexible. Scalable.
Stepping closer to real backend development
#Java #90DaysOfHard #100DaysOfCode #Springboot
#Backend #FullStackDevelopment
SahibpretSingh's tweet image. Day 7 of  #120DaysOfCode 🚀

Collections Framework > Arrays

List | Set | Map
Dynamic. Flexible. Scalable.
Stepping closer to real backend development
#Java #90DaysOfHard #100DaysOfCode #Springboot
#Backend #FullStackDevelopment

Day 2 of solving 1 LeetCode problem every day until I land my first dev job. Problem: Power of Two (#231) Solved in O(log n) time, O(1) space. 100 days. 100 problems. Building in public. #100DaysOfCode #DSA #Java #LeetCode #OpenToWork #SoftwareEngineer


Enjoying a great evening with splendid talks by @iamsoham, @RaphaelDeLio , delicious food, and amazing company. 

Thank you @jetbrains for the giveaways.

Big thanks to @KVK_NL for hosting us.

Till the next one!

#utrecht #jug #java #community

utrechtjug's tweet image. Enjoying a great evening with splendid talks by @iamsoham, @RaphaelDeLio , delicious food, and amazing company. 

Thank you @jetbrains for the giveaways.

Big thanks to @KVK_NL for hosting us.

Till the next one!

#utrecht #jug #java #community
utrechtjug's tweet image. Enjoying a great evening with splendid talks by @iamsoham, @RaphaelDeLio , delicious food, and amazing company. 

Thank you @jetbrains for the giveaways.

Big thanks to @KVK_NL for hosting us.

Till the next one!

#utrecht #jug #java #community

Python vs. C# vs. Java - Shutdown PC #python #csharp #java

Python_Dv's tweet image. Python vs. C# vs. Java - Shutdown PC

#python #csharp #java

Python vs. C++ vs. JAVA Say your opinion which one is best #python #java #cplusplus

Python_Dv's tweet image. Python vs. C++ vs. JAVA
Say your opinion which one is best

#python #java #cplusplus

Hello world in different languages!! #java #javascript #python #php #csharp #cplusplus

Python_Dv's tweet image. Hello world in different languages!!

#java #javascript #python #php #csharp #cplusplus

When they said coding was like a puzzle 🧩, but didn't mention some pieces change shape 🤯, and others are just a happy accident 🪄✨. #python #java #javascript

Python_Dv's tweet image. When they said coding was like a puzzle 🧩, but didn't mention some pieces change shape 🤯, and others are just a happy accident 🪄✨.

#python #java #javascript

I have just migrated a Python launch/configuration script to Java 25, and I have asked an LLM to review it #java👇

AdamBien's tweet image. I have just migrated a Python launch/configuration script to Java 25, and I have asked an LLM to review it 
#java👇

Being a good #Java developer is not the same as being a strong interview candidate. If you’re stuck between interviews and offers, you don’t need more grinding. You need clarity. Book a Career Diagnosis Session here: bit.ly/4j5lLfb?utm_so…

RafaDelNero's tweet image. Being a good #Java developer is not the same as being a strong interview candidate.

If you’re stuck between interviews and offers, you don’t need more grinding. You need clarity.

Book a Career Diagnosis Session here: bit.ly/4j5lLfb?utm_so…
RafaDelNero's tweet image. Being a good #Java developer is not the same as being a strong interview candidate.

If you’re stuck between interviews and offers, you don’t need more grinding. You need clarity.

Book a Career Diagnosis Session here: bit.ly/4j5lLfb?utm_so…
RafaDelNero's tweet image. Being a good #Java developer is not the same as being a strong interview candidate.

If you’re stuck between interviews and offers, you don’t need more grinding. You need clarity.

Book a Career Diagnosis Session here: bit.ly/4j5lLfb?utm_so…
RafaDelNero's tweet image. Being a good #Java developer is not the same as being a strong interview candidate.

If you’re stuck between interviews and offers, you don’t need more grinding. You need clarity.

Book a Career Diagnosis Session here: bit.ly/4j5lLfb?utm_so…

ఉదయాన్నే అది ఇది వద్దు.. జస్ట్ 10 నిమిషాల్లోనే సూపర్‌ఫుడ్.. ఇక ఏ టిఫిన్ అక్కర్లేదు.. tv9telugu.com/lifestyle/food… #Java #Food #Lifestyle

TV9Telugu's tweet image. ఉదయాన్నే అది ఇది వద్దు.. జస్ట్ 10 నిమిషాల్లోనే సూపర్‌ఫుడ్.. ఇక ఏ టిఫిన్ అక్కర్లేదు..

tv9telugu.com/lifestyle/food…

#Java #Food #Lifestyle

🚀 Java: A very interesting library by github.com/Mirkoddd, named Sift, replaces the cryptic, string-based approach of the Java Regex engine with a fluent API. #Java #JavaDev 🧵A link to the GitHub project to follow

mario_casari's tweet image. 🚀 Java: A very interesting library by github.com/Mirkoddd, named Sift,  replaces the cryptic, string-based approach of the Java Regex engine with a fluent API.
#Java #JavaDev 
🧵A link to the GitHub project to follow

New blog post alert 🚨 "Serverless applications on AWS with Lambda using Java 25, API Gateway and DynamoDB – Part 6 Using GraalVM Native Image". #Java #Serverless #AWS @graalvm vkazulkin.com/serverless-app…

VKazulkin's tweet image. New blog post alert 🚨
"Serverless applications on AWS with Lambda using Java 25, API Gateway and DynamoDB – Part 6 Using GraalVM Native Image".
 #Java #Serverless #AWS @graalvm 
vkazulkin.com/serverless-app…

Loading...

Something went wrong.


Something went wrong.