#java wyniki wyszukiwania

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

💡 Java tip: Starting from Java 8, you can remove nulls easily with list.removeIf(Objects::isNull). #Java #JavaDev

mario_casari's tweet image. 💡 Java tip: Starting from Java 8, you can remove nulls easily with list.removeIf(Objects::isNull).
#Java #JavaDev

Get your hands on the latest Project #Valhalla Early-Access Build, featuring Value Classes and Objects 🪓 #JDK26 #Java 👉 jdk.java.net/valhalla/


Day 48 of #100DaysOfCode Tackled count even. #LeetCode #Java

sam1368296's tweet image. Day 48  of #100DaysOfCode
Tackled count even.
 #LeetCode #Java

¿Por qué elegir JAVA ☕ como lenguaje de programación? ⬇️ Es uno de los lenguajes MÁS DEMANDADOS a nivel empresarial especialmente en el ámbito corporativo🏙️ y bancario🏦 . ¿Tenés una base lógica y estás buscando con qué lenguaje seguir? ¡Conocé a #Java! #programacion #webdev


Day 28 🧠 Practiced Stacks ✅ Solved LeetCode 39. Combination Sum #BuildInPublic #LearnInPublic #java #DSA

devnarware's tweet image. Day 28
🧠 Practiced Stacks
✅ Solved LeetCode 
      39. Combination Sum

#BuildInPublic #LearnInPublic #java #DSA

Day 117: Getting a job in 8 months. - Solved 1 medium-level and 1 easy-level question on LeetCode. #100DaysOfCode #buildinpublic #Java #DSA

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

- Solved 1 medium-level and 1 easy-level question on LeetCode.

#100DaysOfCode #buildinpublic #Java #DSA

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 126 : Minimum Time to Make Rope Colorful > Sliding Window #DSA #Grind #java

msanthoshhh's tweet image. Day 126 : Minimum Time to Make Rope Colorful 
> Sliding Window
#DSA #Grind #java

💡Java Tip: Avoid magic numbers. In Java, a Magic Number refers to a hard-coded numeric value used in code without any explanation of what it represents. Magic numbers reduce readability and make maintenance harder. #Java #CleanCode

mario_casari's tweet image. 💡Java Tip: Avoid magic numbers. In Java, a Magic Number refers to a hard-coded numeric value used in code without any explanation of what it represents.

Magic numbers reduce readability and make maintenance harder.
#Java #CleanCode

JUnit 6.0.0 Ships with Java 17 Baseline, Cancellation API, and Kotlin suspend Support: lttr.ai/Akjlo #Testing #Java #Kotlin

bazlur_rahman's tweet image. JUnit 6.0.0 Ships with Java 17 Baseline, Cancellation API, and Kotlin suspend Support: lttr.ai/Akjlo

#Testing #Java #Kotlin

I’m Adeleke Emmanuel, a 3rd-year Computer Science student passionate about backend development I’m currently seeking a 3-month internship, preferably remote. I’d really appreciate any referrals or opportunities to learn, grow, and contribute. 🙏 #opentowork #Internship #Java

adeleke_mmanuel's tweet image. I’m Adeleke Emmanuel, a 3rd-year Computer Science student passionate about backend development
I’m currently seeking a 3-month internship, preferably remote. I’d really appreciate any referrals or opportunities to learn, grow, and contribute. 🙏
#opentowork #Internship #Java

🚀 Solved LeetCode 80 – Remove Duplicates from Sorted Array II ✅ Just a few lines of code but packed with deep logic 💡 🧩 Approach: Used the two-pointer technique #LeetCode #DSA #Java #ProblemSolving #TwoPointers #LearningEveryday #CodingJourney

Abhishe09777624's tweet image. 🚀 Solved LeetCode 80 – Remove Duplicates from Sorted Array II ✅
 Just a few lines of code but packed with deep logic 💡
🧩 Approach:  Used the two-pointer technique 
#LeetCode #DSA #Java #ProblemSolving #TwoPointers #LearningEveryday #CodingJourney

Stumbled across some old Instagram stories 🤗 #Java

LawrenceDCodes's tweet image. Stumbled across some old Instagram stories 🤗 #Java

🚀The JDConf 2026 Call for Speakers is now open! 🌍 Your voice shapes the future of Java and AI in the agentic world 🙌 Connect with the global Java community 📩 Submit your proposal today at jdconf.com 📖 Learn more at aka.ms/jdconf-blog #JDConf #Java #AI

JavaAtMicrosoft's tweet image. 🚀The JDConf 2026 Call for Speakers is now open!
🌍 Your voice shapes the future of Java and AI in the agentic world
🙌 Connect with the global Java community
📩 Submit your proposal today at jdconf.com
📖 Learn more at aka.ms/jdconf-blog
#JDConf #Java #AI

#Java 134 more days until #Java26 is released on 2026-03-17 (proposed) ⬛⬛⬛⬜⬜⬜⬜⬜⬜⬜⬜⬜ 26%


🖱️ KeepAwake – A tiny open-source utility written in Java that prevents your PC from sleeping by gently moving the mouse. 💻 Works on Windows & Linux 🧩 Portable (no install needed) 🚀 github.com/CarolusX74/kee… #Java #OpenSource #DesktopApp #DevTools #Productivity


Day 85/100 [DSA] Recursion ->learnt about exponentiation using recursion ->Solved few examples based on it ->Revised the basics of recursion -> LC POTD done #100DaysOfCode #DSA #Java #LeetCode #letsconnect


Day 5 check-in 👇 Focused on casting and arrays today — slowly mastering the art of making data types and elements play nice together. ☕️💻 #Java #DevLife #LearningInPublic


Day 45/365 – #365DaysOfLeetCodeChallenge – LeetCode #11 “Container With Most Water” Two pointers + logic 🧠 Move the shorter line inward to find max area — elegant O(n) solution! ⚙️ #leetcode #java #coding #DSA

Shubhampateldev's tweet image. Day 45/365 – #365DaysOfLeetCodeChallenge – LeetCode #11 “Container With Most Water”

Two pointers + logic 🧠
Move the shorter line inward to find max area — elegant O(n) solution! ⚙️
#leetcode #java #coding #DSA
Shubhampateldev's tweet image. Day 45/365 – #365DaysOfLeetCodeChallenge – LeetCode #11 “Container With Most Water”

Two pointers + logic 🧠
Move the shorter line inward to find max area — elegant O(n) solution! ⚙️
#leetcode #java #coding #DSA
Shubhampateldev's tweet image. Day 45/365 – #365DaysOfLeetCodeChallenge – LeetCode #11 “Container With Most Water”

Two pointers + logic 🧠
Move the shorter line inward to find max area — elegant O(n) solution! ⚙️
#leetcode #java #coding #DSA
Shubhampateldev's tweet image. Day 45/365 – #365DaysOfLeetCodeChallenge – LeetCode #11 “Container With Most Water”

Two pointers + logic 🧠
Move the shorter line inward to find max area — elegant O(n) solution! ⚙️
#leetcode #java #coding #DSA

Java Virtual Threads Virtual Threads are light weight threads helps to create threads to increase concurrency. In this article, we will explore how to create and manage virtual threads. #java #jdk #threads #concurrency blackslate.io/articles/java-…


Kickstart your backend career at Sprinklr, Gurgaon! Work on scalable distributed systems using Java, Kafka, Redis & more. For CS grads (0–2 yrs). Apply today 👇 jobformore.com/sprinklr-off-c… #BackendEngineer #Freshers #Java #Sprinklr #SoftwareDevelopmentEngineer #Jobformore


こんにちは☁️ 今日は低気圧のせいか、朝起きるのが大変でした🌀🐋 先日エンジニア求人の掲載を始めたのですが、中々応募数が上がらず苦戦してます😭👊🏻 日々スカウト文面と睨めっこです👀🔥 エンジニアで転職を考えてる方、是非DMお待ちしてます🙏 #エンジニア採用 #Java #開発エンジニア


After another 12 hours of straight coding, I made another decent progress on my 3d game:) #daily #Java #progress


Day -> 3 Code Strengthening my Core Java before diving deeper into Spring 💻 Currently building a Console-Based Banking App using Maps, Enums & OOP concepts — halfway done! Exams start Dec 3, but I’m not breaking the challenge this time #Java #buildinpublic #letsconnect

iamabhipandat's tweet image. Day -> 3 Code 
Strengthening my Core Java before diving deeper into Spring 💻
Currently building a Console-Based Banking App using Maps, Enums & OOP concepts — halfway done! Exams start Dec 3, but I’m not breaking the challenge this time 
#Java #buildinpublic #letsconnect
iamabhipandat's tweet image. Day -> 3 Code 
Strengthening my Core Java before diving deeper into Spring 💻
Currently building a Console-Based Banking App using Maps, Enums & OOP concepts — halfway done! Exams start Dec 3, but I’m not breaking the challenge this time 
#Java #buildinpublic #letsconnect
iamabhipandat's tweet image. Day -> 3 Code 
Strengthening my Core Java before diving deeper into Spring 💻
Currently building a Console-Based Banking App using Maps, Enums & OOP concepts — halfway done! Exams start Dec 3, but I’m not breaking the challenge this time 
#Java #buildinpublic #letsconnect

👉 Explore everydetail from our visualised series “Java Multithreading — From Basics to Pro” #java #cuncurrency #multithreading #bitbee youtube.com/playlist?list=…


💹💻【案件紹介】 取引所向けシステムのバックエンドエンジニア募集✨ ✅ Java / SpringBoot / React ✅ 基本設計〜総合テストまで対応 ✅ 上流SEとして活躍できる環境 👉 詳細はフリキャレ無料登録(3分)でチェックにゃ! #フリーランスエンジニア #Java #SpringBoot #React #バックエンド開発

fullnyanX's tweet image. 💹💻【案件紹介】
取引所向けシステムのバックエンドエンジニア募集✨

✅ Java / SpringBoot / React
✅ 基本設計〜総合テストまで対応
✅ 上流SEとして活躍できる環境

👉 詳細はフリキャレ無料登録(3分)でチェックにゃ!

#フリーランスエンジニア #Java #SpringBoot #React #バックエンド開発

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


Day 48 of #100DaysOfCode Tackled count even. #LeetCode #Java

sam1368296's tweet image. Day 48  of #100DaysOfCode
Tackled count even.
 #LeetCode #Java

Day 28 🧠 Practiced Stacks ✅ Solved LeetCode 39. Combination Sum #BuildInPublic #LearnInPublic #java #DSA

devnarware's tweet image. Day 28
🧠 Practiced Stacks
✅ Solved LeetCode 
      39. Combination Sum

#BuildInPublic #LearnInPublic #java #DSA

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

Java Variables Cheat-sheet ✨ 📘 #Java

BharukaShraddha's tweet image. Java Variables Cheat-sheet ✨ 📘 

#Java

This is the moment AI creation changes forever. Thank you, Higgsfield.



🚀 Solved LeetCode 80 – Remove Duplicates from Sorted Array II ✅ Just a few lines of code but packed with deep logic 💡 🧩 Approach: Used the two-pointer technique #LeetCode #DSA #Java #ProblemSolving #TwoPointers #LearningEveryday #CodingJourney

Abhishe09777624's tweet image. 🚀 Solved LeetCode 80 – Remove Duplicates from Sorted Array II ✅
 Just a few lines of code but packed with deep logic 💡
🧩 Approach:  Used the two-pointer technique 
#LeetCode #DSA #Java #ProblemSolving #TwoPointers #LearningEveryday #CodingJourney

Day 126 : Minimum Time to Make Rope Colorful > Sliding Window #DSA #Grind #java

msanthoshhh's tweet image. Day 126 : Minimum Time to Make Rope Colorful 
> Sliding Window
#DSA #Grind #java

I’m Adeleke Emmanuel, a 3rd-year Computer Science student passionate about backend development I’m currently seeking a 3-month internship, preferably remote. I’d really appreciate any referrals or opportunities to learn, grow, and contribute. 🙏 #opentowork #Internship #Java

adeleke_mmanuel's tweet image. I’m Adeleke Emmanuel, a 3rd-year Computer Science student passionate about backend development
I’m currently seeking a 3-month internship, preferably remote. I’d really appreciate any referrals or opportunities to learn, grow, and contribute. 🙏
#opentowork #Internship #Java

📢 Announcement 📢 #Java peers, the 2026 #JavaOne call for papers is now LIVE. Please make your submissions by November 11, 2025 5:00 p.m. PT by visiting the conference website: ➡️ social.ora.cl/6013A7UXF

Sharat_Chander's tweet image. 📢 Announcement 📢

#Java peers, the 2026 #JavaOne call for papers is now LIVE. Please make your submissions by November 11, 2025 5:00 p.m. PT by visiting the conference website:

➡️ social.ora.cl/6013A7UXF

💡 Java tip: Starting from Java 8, you can remove nulls easily with list.removeIf(Objects::isNull). #Java #JavaDev

mario_casari's tweet image. 💡 Java tip: Starting from Java 8, you can remove nulls easily with list.removeIf(Objects::isNull).
#Java #JavaDev

Solved Missing Number on LeetCode - 268 Logic 👇 1️⃣ Find total sum from 0 to n → n*(n+1)/2 2️⃣ Find actual sum of array 3️⃣ Subtract → that’s the missing number 😎 Simple math > loops sometimes! #LeetCode #DSA #Java #CodingJourney

SysSparkRaMaN's tweet image. Solved Missing Number on LeetCode - 268
Logic 👇
1️⃣ Find total sum from 0 to n → n*(n+1)/2
2️⃣ Find actual sum of array
3️⃣ Subtract → that’s the missing number 😎
Simple math > loops sometimes!
#LeetCode #DSA #Java #CodingJourney
SysSparkRaMaN's tweet image. Solved Missing Number on LeetCode - 268
Logic 👇
1️⃣ Find total sum from 0 to n → n*(n+1)/2
2️⃣ Find actual sum of array
3️⃣ Subtract → that’s the missing number 😎
Simple math > loops sometimes!
#LeetCode #DSA #Java #CodingJourney

💡Java Tip: Avoid magic numbers. In Java, a Magic Number refers to a hard-coded numeric value used in code without any explanation of what it represents. Magic numbers reduce readability and make maintenance harder. #Java #CleanCode

mario_casari's tweet image. 💡Java Tip: Avoid magic numbers. In Java, a Magic Number refers to a hard-coded numeric value used in code without any explanation of what it represents.

Magic numbers reduce readability and make maintenance harder.
#Java #CleanCode

Day 117: Getting a job in 8 months. - Solved 1 medium-level and 1 easy-level question on LeetCode. #100DaysOfCode #buildinpublic #Java #DSA

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

- Solved 1 medium-level and 1 easy-level question on LeetCode.

#100DaysOfCode #buildinpublic #Java #DSA

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 9 of Sigma DSA (Java) ✅ Learned Nested Loops ✅ Printed Star Pattern ✨ ✅ Created Inverted Star & Half Pyramid Patterns ✅ Practiced Character Patterns 💪 Getting better with logic and patterns every day! #Sigma8 #Java #DSA @ShradhaKhapra_ @ApnacollegeX #100DaysOfCode

KomalPachouri1's tweet image. 🚀 Day 9 of Sigma DSA (Java) 
✅ Learned Nested Loops
✅ Printed Star Pattern ✨
✅ Created Inverted Star & Half Pyramid Patterns
✅ Practiced Character Patterns 
💪 Getting better with logic and patterns every day!
#Sigma8 #Java #DSA @ShradhaKhapra_ @ApnacollegeX #100DaysOfCode
KomalPachouri1's tweet image. 🚀 Day 9 of Sigma DSA (Java) 
✅ Learned Nested Loops
✅ Printed Star Pattern ✨
✅ Created Inverted Star & Half Pyramid Patterns
✅ Practiced Character Patterns 
💪 Getting better with logic and patterns every day!
#Sigma8 #Java #DSA @ShradhaKhapra_ @ApnacollegeX #100DaysOfCode

Loading...

Something went wrong.


Something went wrong.


United States Trends