💡 Today I learned about the charAt() method in Strings! It helps you get a character from a specific index. String s = "Hello"; char c = s.charAt(1); Great for loops, palindrome checks & string algorithms! #DSA #Java #Coding #charAt #LearnToCode #100DaysOfCode

princeM89224623's tweet image. 💡 Today I learned about the charAt() method in Strings!
It helps you get a character from a specific index. 

String s = "Hello";
char c = s.charAt(1); 

Great for loops, palindrome checks & string algorithms!

#DSA #Java #Coding #charAt #LearnToCode #100DaysOfCode
princeM89224623's tweet image. 💡 Today I learned about the charAt() method in Strings!
It helps you get a character from a specific index. 

String s = "Hello";
char c = s.charAt(1); 

Great for loops, palindrome checks & string algorithms!

#DSA #Java #Coding #charAt #LearnToCode #100DaysOfCode
princeM89224623's tweet image. 💡 Today I learned about the charAt() method in Strings!
It helps you get a character from a specific index. 

String s = "Hello";
char c = s.charAt(1); 

Great for loops, palindrome checks & string algorithms!

#DSA #Java #Coding #charAt #LearnToCode #100DaysOfCode
princeM89224623's tweet image. 💡 Today I learned about the charAt() method in Strings!
It helps you get a character from a specific index. 

String s = "Hello";
char c = s.charAt(1); 

Great for loops, palindrome checks & string algorithms!

#DSA #Java #Coding #charAt #LearnToCode #100DaysOfCode

🚀 MCP (Model Context Protocol) + Java You already know Spring AI lets you build MCP Servers in #Java ✅ But did you know: You can also build MCP Clients! 🎯 Just configure your MCP servers in application.yaml and Spring AI handles the rest 💫

therealdanvega's tweet image. 🚀 MCP (Model Context Protocol) + Java 

You already know Spring AI lets you build MCP Servers in #Java ✅

But did you know: You can also build MCP Clients! 🎯

Just configure your MCP servers in application.yaml and Spring AI handles the rest 💫

How to summarize #Java progress and why you should upgrade to #JDK25 with a single picture:

xstefank's tweet image. How to summarize #Java progress and why you should upgrade to #JDK25 with a single picture:

Congratulations to new #Java Champion @kanedafromparis

Java_Champions's tweet image. Congratulations to new #Java Champion @kanedafromparis

The future of the #Java language looks even more readable and maintainable ❣️ #ProjectAmber #JavaZone2025

ammbra1508's tweet image. The future of the #Java language looks even more readable and maintainable ❣️

#ProjectAmber #JavaZone2025

🚀 Spring Boot 4 tip: Jackson 3 brings JsonMapper as the preferred way to read JSON! Notice the new import. No more ObjectMapper from com.fasterxml! JsonMapper is now your go-to for JSON operations in modern Spring apps. #SpringBoot4 #Jackson3 #Java

therealdanvega's tweet image. 🚀 Spring Boot 4 tip: Jackson 3 brings JsonMapper as the preferred way to read JSON! Notice the new import. No more ObjectMapper from com.fasterxml! JsonMapper is now your go-to for JSON operations in modern Spring apps.

#SpringBoot4 #Jackson3 #Java

Honored to be recognized as an Oracle ACE with focus on Java! ☕ Grateful to everyone in the community who inspired and supported me on this journey. Let’s keep sharing and learning together! luizreal.com/ace #OracleACE #Java @oracleace

lgsreal's tweet image. Honored to be recognized as an Oracle ACE with focus on Java! ☕
Grateful to everyone in the community who inspired and supported me on this journey.
Let’s keep sharing and learning together!
luizreal.com/ace
#OracleACE #Java @oracleace

【個人開発】 アイデアや思考をメモとして保存し、鎖状につなげて可視化できるWebアプリ「ChainMemo」を作成しました! はじめての個人開発だったけど、頑張って作ったので使っていただけると嬉しいです! chainmemo.net/chainmemo/ #個人開発 #java #プログラミング

koga_it_reading's tweet image. 【個人開発】 アイデアや思考をメモとして保存し、鎖状につなげて可視化できるWebアプリ「ChainMemo」を作成しました! はじめての個人開発だったけど、頑張って作ったので使っていただけると嬉しいです! chainmemo.net/chainmemo/

#個人開発 #java #プログラミング
koga_it_reading's tweet image. 【個人開発】 アイデアや思考をメモとして保存し、鎖状につなげて可視化できるWebアプリ「ChainMemo」を作成しました! はじめての個人開発だったけど、頑張って作ったので使っていただけると嬉しいです! chainmemo.net/chainmemo/

#個人開発 #java #プログラミング
koga_it_reading's tweet image. 【個人開発】 アイデアや思考をメモとして保存し、鎖状につなげて可視化できるWebアプリ「ChainMemo」を作成しました! はじめての個人開発だったけど、頑張って作ったので使っていただけると嬉しいです! chainmemo.net/chainmemo/

#個人開発 #java #プログラミング
koga_it_reading's tweet image. 【個人開発】 アイデアや思考をメモとして保存し、鎖状につなげて可視化できるWebアプリ「ChainMemo」を作成しました! はじめての個人開発だったけど、頑張って作ったので使っていただけると嬉しいです! chainmemo.net/chainmemo/

#個人開発 #java #プログラミング

Listening to the man @Sharat_Chander himself about the evolution of #java into the modern age. 😊

TCoolsIT's tweet image. Listening to the man @Sharat_Chander himself about the evolution of #java into the modern age. 😊

Day 118: Getting a job in 8 months. - Solved 2 medium-level questions on LeetCode. #100DaysOfCode #buildinpublic #Java #DSA

MansiBug's tweet image. Day 118: Getting a job in 8 months.

- Solved 2 medium-level questions on LeetCode.

#100DaysOfCode #buildinpublic #Java #DSA

Apache Shiro is a powerful and easy-to-use #Java security framework that performs authentication, authorization, cryptography, and session management. Shiro 2.0.6 is now available for download: buff.ly/D3CacKo #opensource

TheASF's tweet image. Apache Shiro is a powerful and easy-to-use #Java security framework that performs authentication, authorization, cryptography, and session management.

Shiro 2.0.6 is now available for download: buff.ly/D3CacKo #opensource

zeldaspeedruns.com/oot/srm/srm-ov… Unfortunately OOT is *not* the example you want to go with at this point in time anymore. Java fixes this though. Write more Java. Always more Java. #java

C is simple Figure out how to manage memory in a way you dont have to think about it, like with Arenas The Legend of Zelda: Ocarina of Time devs used Arenas and it worked for them

0xglitchbyte's tweet image. C is simple 

Figure out how to manage memory in a way you dont have to think about it, like with Arenas

The Legend of Zelda: Ocarina of Time devs used Arenas and it worked for them


💡 Java tip: Use StringBuilder instead of String for concatenating strings in loops. ❌ String is immutable, making it inefficient in loops, especially large ones. ✅ StringBuilder is mutable and optimized for repeated string appends. #Java #JavaDev

mario_casari's tweet image. 💡 Java tip: Use StringBuilder instead of String for concatenating strings in loops.

❌ String is immutable, making it inefficient in loops, especially large ones.

✅ StringBuilder is mutable and optimized for repeated string appends.
#Java #JavaDev

Day 49 | 2528. Maximize the Minimum Powered City ⚡ Used binary search + sliding window to maximize the minimum city power.For each mid, greedily add extra stations using prefix diff array to maintain window sum efficiently. #LeetCode #100DaysOfCode #Java

lokesh_w02's tweet image. Day 49 | 2528. Maximize the Minimum Powered City ⚡
Used binary search + sliding window to maximize the minimum city power.For each mid, greedily add extra stations using prefix diff array to maintain window sum efficiently.
#LeetCode #100DaysOfCode #Java

Typical reaction when a new #Java is released. //@JohnWings @tagir_valeev

bercut2000's tweet image. Typical reaction when a new #Java is released.

//@JohnWings @tagir_valeev

#Day32 of learning #Java with @ShradhaKhapra_ @ApnacollegeX Today I explored Queue — a data structure that follows FIFO (First In, First Out) principle. #Java #DSA #CodingJourney #buildinginpublic #LearningInPublic

pranjall21's tweet image. #Day32 of learning #Java with
@ShradhaKhapra_ 
@ApnacollegeX 
Today I explored Queue — a data structure that follows FIFO (First In, First Out) principle.
#Java #DSA #CodingJourney #buildinginpublic #LearningInPublic
pranjall21's tweet image. #Day32 of learning #Java with
@ShradhaKhapra_ 
@ApnacollegeX 
Today I explored Queue — a data structure that follows FIFO (First In, First Out) principle.
#Java #DSA #CodingJourney #buildinginpublic #LearningInPublic

ㅤㅤ modの不具合で新たな世界です😢 エリトラ人間なのは変わりません。 ……DBDもしなきゃなのに(;´Д`) Twitchフォロワー様&ディスコ加入者様限定ですが まだまだ住人募集してます😎 #Minecraft #Java #mod #あーる鯖 #Twitch #Streaming twitch.tv/r3_games_


Spring AI for Your Organization by Muthukumaran Navaneethakrishnan is free with a Leanpub Reader membership! Or you can buy it for $18.99! leanpub.com/springai @muthuishere #Java #Ai #Postgresql #Gpt


Leetcode Today- Minimum Size Subarray Sum ✅ Good problem to solve, uses variable sliding window with two pointer method. #LeetCode #Java #DSA

imsunnnyyy's tweet image. Leetcode Today-

Minimum Size Subarray Sum ✅ 

Good problem to solve, uses variable sliding window with two pointer method.

#LeetCode 
#Java 
#DSA

💻 Build Real-Time Java Projects — Like a Pro! Join our Online Training on Java Real-Time Project and gain hands-on experience using: Register Now: t.ly/pE7zQ 👨‍🏫 Trainer: Mr. Vijay Kumar 📅 Starting From: 12th November 🕢 Time: 7:30 PM (IST) #NareshIT #Java

nareshitech's tweet image. 💻 Build Real-Time Java Projects — Like a Pro!

Join our Online Training on Java Real-Time Project and gain hands-on experience using:

Register Now: t.ly/pE7zQ

👨‍🏫 Trainer: Mr. Vijay Kumar
📅 Starting From: 12th November
🕢 Time: 7:30 PM (IST)

#NareshIT #Java

Hey X! 👋 Finally joining the conversation! I'm a backend developer mainly in Java & Spring Boot, with frontend experience in Angular & React. Excited to connect with fellow developers & learn from the community, #Developer #Java #SpringBoot #Angular #React #WebDevelopment

Kanta_jnr's tweet image. Hey X! 👋

Finally joining the conversation! I'm a backend developer mainly in Java & Spring Boot, with frontend experience in Angular & React.

Excited to connect with fellow developers & learn from the community,

#Developer #Java #SpringBoot #Angular #React #WebDevelopment
Kanta_jnr's tweet image. Hey X! 👋

Finally joining the conversation! I'm a backend developer mainly in Java & Spring Boot, with frontend experience in Angular & React.

Excited to connect with fellow developers & learn from the community,

#Developer #Java #SpringBoot #Angular #React #WebDevelopment

Hello everyone👋, I'm a fullstack dev, I build web apps from frontend to backend. I love building side projects and posting here on X. I am looking to connect with fellow active devs. I solo built blogswave.vercel.app Let's share ideas on something epic! DMs open!. #Devs

ennycodes's tweet image. Hello everyone👋, 
I'm a fullstack dev, 
I build web apps from frontend to backend. 
I love building side projects and posting here on X.
I am looking to connect with fellow active devs. 
I solo built blogswave.vercel.app 
Let's share ideas on something epic! DMs open!. #Devs
ennycodes's tweet image. Hello everyone👋, 
I'm a fullstack dev, 
I build web apps from frontend to backend. 
I love building side projects and posting here on X.
I am looking to connect with fellow active devs. 
I solo built blogswave.vercel.app 
Let's share ideas on something epic! DMs open!. #Devs
ennycodes's tweet image. Hello everyone👋, 
I'm a fullstack dev, 
I build web apps from frontend to backend. 
I love building side projects and posting here on X.
I am looking to connect with fellow active devs. 
I solo built blogswave.vercel.app 
Let's share ideas on something epic! DMs open!. #Devs


“i finally made 3 numbers touch grass (sum = 0) 💻 ✨ Learned concepts: -> Sorting & two-pointer technique -> Handling duplicates efficiently -> Optimizing nested loop logic #Java #LeetCode #ProblemSolving #CodingJourney #DSA #LogicBuilding

SujalKhadekar's tweet image. “i finally made 3 numbers touch grass (sum = 0) 💻  ✨ Learned concepts:
       -> Sorting & two-pointer technique
       -> Handling duplicates efficiently
       -> Optimizing nested loop logic 
#Java #LeetCode #ProblemSolving #CodingJourney #DSA #LogicBuilding
SujalKhadekar's tweet image. “i finally made 3 numbers touch grass (sum = 0) 💻  ✨ Learned concepts:
       -> Sorting & two-pointer technique
       -> Handling duplicates efficiently
       -> Optimizing nested loop logic 
#Java #LeetCode #ProblemSolving #CodingJourney #DSA #LogicBuilding
SujalKhadekar's tweet image. “i finally made 3 numbers touch grass (sum = 0) 💻  ✨ Learned concepts:
       -> Sorting & two-pointer technique
       -> Handling duplicates efficiently
       -> Optimizing nested loop logic 
#Java #LeetCode #ProblemSolving #CodingJourney #DSA #LogicBuilding

💬 “Write less, do more” — Java 25 is making boilerplate a thing of the past with modernized syntax. #CleanCode #Java


Bringing #Blockchain into #Java is easier than you think. With #Web3j by @Web3lab_DAO, developers can deploy smart contracts, sign transactions, and stay in control — all from their Java stack. Great insights from Julius Lauterbach in #JAVAPRO: javapro.io/2025/11/05/the… #Maven

JAVAPROmagazin's tweet image. Bringing #Blockchain into #Java is easier than you think. With #Web3j by @Web3lab_DAO, developers can deploy smart contracts, sign transactions, and stay in control — all from their Java stack.

Great insights from Julius Lauterbach in #JAVAPRO: javapro.io/2025/11/05/the…

#Maven

Get my Selenium/Java eBook packed with 300+ coding questions to ace your interviews. Grab your copy now: abhaybharti.gumroad.com/l/zjknqu #Selenium #Java #TestNG


💡 Today I learned about the charAt() method in Strings! It helps you get a character from a specific index. String s = "Hello"; char c = s.charAt(1); Great for loops, palindrome checks & string algorithms! #DSA #Java #Coding #charAt #LearnToCode #100DaysOfCode

princeM89224623's tweet image. 💡 Today I learned about the charAt() method in Strings!
It helps you get a character from a specific index. 

String s = "Hello";
char c = s.charAt(1); 

Great for loops, palindrome checks & string algorithms!

#DSA #Java #Coding #charAt #LearnToCode #100DaysOfCode
princeM89224623's tweet image. 💡 Today I learned about the charAt() method in Strings!
It helps you get a character from a specific index. 

String s = "Hello";
char c = s.charAt(1); 

Great for loops, palindrome checks & string algorithms!

#DSA #Java #Coding #charAt #LearnToCode #100DaysOfCode
princeM89224623's tweet image. 💡 Today I learned about the charAt() method in Strings!
It helps you get a character from a specific index. 

String s = "Hello";
char c = s.charAt(1); 

Great for loops, palindrome checks & string algorithms!

#DSA #Java #Coding #charAt #LearnToCode #100DaysOfCode
princeM89224623's tweet image. 💡 Today I learned about the charAt() method in Strings!
It helps you get a character from a specific index. 

String s = "Hello";
char c = s.charAt(1); 

Great for loops, palindrome checks & string algorithms!

#DSA #Java #Coding #charAt #LearnToCode #100DaysOfCode

How to summarize #Java progress and why you should upgrade to #JDK25 with a single picture:

xstefank's tweet image. How to summarize #Java progress and why you should upgrade to #JDK25 with a single picture:

Honored to be recognized as an Oracle ACE with focus on Java! ☕ Grateful to everyone in the community who inspired and supported me on this journey. Let’s keep sharing and learning together! luizreal.com/ace #OracleACE #Java @oracleace

lgsreal's tweet image. Honored to be recognized as an Oracle ACE with focus on Java! ☕
Grateful to everyone in the community who inspired and supported me on this journey.
Let’s keep sharing and learning together!
luizreal.com/ace
#OracleACE #Java @oracleace

✨Day 47/100 of #100DaysOfCode Today's update: 🔹 Solved some Java problems on HackerRank 🔹 Studied form validation #Zigbee #Java #WebDevelopment

amrita28009's tweet image. ✨Day 47/100 of #100DaysOfCode
Today's update:
🔹 Solved some Java problems on HackerRank
🔹 Studied form validation
#Zigbee #Java #WebDevelopment

Day 49 | 2528. Maximize the Minimum Powered City ⚡ Used binary search + sliding window to maximize the minimum city power.For each mid, greedily add extra stations using prefix diff array to maintain window sum efficiently. #LeetCode #100DaysOfCode #Java

lokesh_w02's tweet image. Day 49 | 2528. Maximize the Minimum Powered City ⚡
Used binary search + sliding window to maximize the minimum city power.For each mid, greedily add extra stations using prefix diff array to maintain window sum efficiently.
#LeetCode #100DaysOfCode #Java

Day-3✅ #java💥 1️⃣-Length of last word #LeetCode

ashish_dubey01's tweet image. Day-3✅
#java💥
1️⃣-Length of last word
#LeetCode

#Day127 🚀 Find Minimum in Rotated Sorted Array (LeetCode 153) Binary Search but with a twist 🔥 💡 If nums[mid] > nums[right] → min is on right side 💡 Else → min is on left side (including mid) 🧠 Time: O(log n) #LeetCode #Java #BinarySearch #DSA #Coding #CodingJourney #IT

singh_jayraj_05's tweet image. #Day127
🚀 Find Minimum in Rotated Sorted Array (LeetCode 153)

Binary Search but with a twist 🔥

💡 If nums[mid] > nums[right] → min is on right side
💡 Else → min is on left side (including mid)
🧠 Time: O(log n)

#LeetCode #Java #BinarySearch #DSA #Coding #CodingJourney #IT

Python vs Java ☕🐍 Both get the job done — one just takes a few extra lines. 😆 #Python #Java #ProgrammingHumor #CodeLife #tech

ma113_tp's tweet image. Python vs Java ☕🐍
Both get the job done — one just takes a few extra lines. 😆
#Python #Java #ProgrammingHumor #CodeLife #tech

✅Day 35 — Solved “Find All Numbers Disappeared in an Array” ⚡ 6ms (Beats 84.77%) | 💾66.89 MB 💡Used Cyclic Sort to spot missing numbers efficiently! Q: [leetcode.com/problems/find-…] Sol: [github.com/PriyabrataRoy/…] #100DaysOfCode #Java #DSA #Coding #ProblemSolving #LearnInPublic

Priyo8298966333's tweet image. ✅Day 35 — Solved “Find All Numbers Disappeared in an Array”
⚡ 6ms (Beats 84.77%) | 💾66.89 MB
💡Used Cyclic Sort to spot missing numbers efficiently!
Q: [leetcode.com/problems/find-…]
Sol: [github.com/PriyabrataRoy/…]
#100DaysOfCode #Java #DSA #Coding #ProblemSolving  #LearnInPublic

Today✅: ➡ I solved Search Insert Position problem on Leetcode •Solved it using binary Search approach, This problem helps me to strong my problem solving ability. ➡ Studied core concept of computer networks and operating System.. #java #progress #coding #ProblemSolving

anjan_78's tweet image. Today✅:
  ➡ I solved Search Insert Position problem on Leetcode
   •Solved it using binary Search approach, This problem helps me to strong my problem solving ability.
 ➡ Studied core concept of computer networks and operating System..
#java #progress #coding #ProblemSolving
anjan_78's tweet image. Today✅:
  ➡ I solved Search Insert Position problem on Leetcode
   •Solved it using binary Search approach, This problem helps me to strong my problem solving ability.
 ➡ Studied core concept of computer networks and operating System..
#java #progress #coding #ProblemSolving

Day 118: Getting a job in 8 months. - Solved 2 medium-level questions on LeetCode. #100DaysOfCode #buildinpublic #Java #DSA

MansiBug's tweet image. Day 118: Getting a job in 8 months.

- Solved 2 medium-level questions on LeetCode.

#100DaysOfCode #buildinpublic #Java #DSA

✅ LeetCode: Check if Array is Sorted & Rotated 🔥 Runtime: 0 ms (beats 100%) int count = 0; for(int i = 0; i < n; i++) if(nums[i] > nums[(i+1)%n]) count++; return count <= 1; count breaks in order → if >1, not sorted-rotated. #LeetCode #Java #DSA #100DaysOfCode #Coding

am0lgupta's tweet image. ✅ LeetCode: Check if Array is Sorted &amp;amp; Rotated
🔥 Runtime: 0 ms (beats 100%)
int count = 0;
for(int i = 0; i &amp;lt; n; i++)
    if(nums[i] &amp;gt; nums[(i+1)%n]) count++;
return count &amp;lt;= 1;
count breaks in order → if &amp;gt;1, not sorted-rotated.
#LeetCode #Java #DSA #100DaysOfCode #Coding

Day-5✅ Problem-Add to array form of integer. #java #dsa💥

ashish_dubey01's tweet image. Day-5✅
Problem-Add to array form of integer.
#java
#dsa💥

Loading...

Something went wrong.


Something went wrong.


United States Trends