#java نتائج البحث
Currently in 4th year. Know only Java for now. Just started learning Spring Boot. Got selected at a small package ,but this is just the beginning. You’ll see me become a full-stack dev in the next few months. Day 1 of #100DaysOfCode #java #react #springboot

This is turning out to be so much fun 😛 I tried running bitcoin core and creating APIs for the RPCs, it literally makes no sense but it’s quite exciting, any #java & #Bitcoin & #Blockchain nerd who wants to join this shenanigans 🤓 hmu

Began my LeetCode journey this October and honestly, some problems solve themselves faster than expected! Wrapped this one up in just 50 seconds ✅ Not all questions are this straightforward but when they click instantly it feels great. #LeetCode #Java

Solved Median of Two Sorted Arrays : Finally understood the intuition for Binary Search approach and why we always perform the search on the smaller array #LeetCode #Java #Coding #DSA

What a great time it is to be a #Java developer. As my friend @starbuxman pointed out it's easy to write scripts now... Making all of us Java Script developers 🤣

Day 29 ✅ Solved “Find Minimum in Rotated Sorted Array” 🔁 ⚡ 0 ms | 💾 41.89 MB Used binary search for an elegant O(log n) solution 🚀 Q: [leetcode.com/problems/find-…] Sol: [github.com/PriyabrataRoy/…] #100DaysOfCode #Java #DSA #Coding #BinarySearch
![Priyo8298966333's tweet image. Day 29 ✅
Solved “Find Minimum in Rotated Sorted Array” 🔁
⚡ 0 ms | 💾 41.89 MB
Used binary search for an elegant O(log n) solution 🚀
Q: [leetcode.com/problems/find-…]
Sol: [github.com/PriyabrataRoy/…]
#100DaysOfCode #Java #DSA #Coding #BinarySearch](https://pbs.twimg.com/media/G3MZzIKW0AA2Gmv.jpg)
💡 Java tip: Stream.toArray(Type[]::new) is a clean, type-safe way to get arrays from streams. ✅ Avoids Object[] and casting. #Java #JavaDev
![mario_casari's tweet image. 💡 Java tip: Stream.toArray(Type[]::new) is a clean, type-safe way to get arrays from streams.
✅ Avoids Object[] and casting.
#Java #JavaDev](https://pbs.twimg.com/media/G2bPbniXUAAl_X6.jpg)
🚀 With Collectors.summarizingInt() you can get count, sum, min, max, avg in one pass. #Java #JavaDev

Learning react by developing an E-commerce website. So today I build Header Functional component of the website. Day3 of #100DaysOfCode #java #react #springboot

I had a great time at @JavaCro in Rovinj, a unique experience with a lot of great people from the #Java community. A lot of sun, a lot of fun and a lot of Java, with a but of #JakartaEE and @GlassFish! #JavaCro




🚀 Jakarta Data 1.1 Milestone 1 is out! Dynamic queries are now part of repositories — making Java + persistence integration simpler than ever. Explore the spec 👉 jakarta.ee/specifications… @JakartaEE #JakartaEE #JakartaData #Java
Day 3/100 -#100DaysOfCode Getting a job in 5 months 1. Solved 9 Binary Search problems on LeetCode did ego-solving 2. Learned OS dev basics - implemented printf in C and hooked up GPU Had some QEMU GPU hiccups, but managed to fix them #buildinpublic #Java #CPP #DSA #LeetCode



Ready to listen @alvaro_sanchez sharing his session about revealing the magic 🧙🏼♂️🪄 behind #Java annotations #JavaCro

Great talk from @brunoborges at #IBMTechXchange on optimizing Java apps for Kubernetes ☕️☁️ ✅ Reduce image size ✅ Tune JVM & GC ✅ Consider vertical scaling ✅ Right-size your K8s cluster Loved the focus on aligning tech optimizations with business needs! #Java #Kubernetes…



#Java apps can now run transformer-based AI models directly in the JVM - no Python, REST wrappers, or microservices required! Integrate #ONNX-powered inference with: • Tokenizer support • GPU acceleration • Modular deployment • Observability 🔗 bit.ly/48M5GYH

ChatGPT said: 💻 Day 22/100 – Java DSA 💻 Explored Polymorphism — mastering Method Overloading (compile-time) and Method Overriding (runtime). Key OOP concept for flexible and reusable Java code. #Day22 #Java #DSA #OOPs #Polymorphism #ZIGBEE

Day 32/100 of #100DaysOfCode 💻 Practiced two classic DSA problems today: 🔹 Intersection of Two Arrays 🔹 Valid Anagram Check #Java #CodingJourney


Day 23 of #100DaysOfCode Solved LeetCode 3349: Adjacent Increasing Subarrays Detection I Checked for two adjacent strictly increasing subarrays of length k. Improved understanding of sliding window and array pattern detection. #LeetCode #Java #DSA

Libros me ayudaron muchísimo al inicio de mi carrera profesional (inicio de los 2000). Te llevaban de la mano al implementar un sistema desde requerimientos hasta implementación. Y me atrevería a decir que el de Craig Larman todavía podría estar vigente. #books #java #learning


Day 7 (Oct 14) Long travel day (~5-6 hrs), so not the most productive one. Still managed to solve a medium LeetCode problem in two different ways (took about 2 hours). Tried watching the next lecture but couldn’t finish it. Small steps count. #Java #LearnInPublic

Day 3/100 -#100DaysOfCode Getting a job in 5 months 1. Solved 9 Binary Search problems on LeetCode did ego-solving 2. Learned OS dev basics - implemented printf in C and hooked up GPU Had some QEMU GPU hiccups, but managed to fix them #buildinpublic #Java #CPP #DSA #LeetCode



#Day23 of learning #Java with @ShradhaKhapra_ @ApnacollegeX Today I learned Quick Sort — one of the fastest sorting algorithms out there Loved how divide and conquer makes sorting so efficient! #Java #CodingJourney #100DaysOfCode


Day 7⃣of ♾. 🚜Learn: 1)Basic theory of Binary Tree. 2)Implementation of binary tree. 3)preorder. 4)inorder 5)postorder. #DSA #Java #100DaysOfCode



Day 7⃣of ♾. 🚜Topic:Binary Tree🌲. 🍀Learn: 1)Basic theory of Binary Tree. 2)Implementation of binary tree. 3)preorder. 4)inorder 5)postorder. #DSA #Java #100DaysOfCode
Day 27 Update LeetCode: •Merge K Sorted Lists •Max Depth of Binary Tree •Invert Binary Tree •Preorder + Inorder Traversal Spring Boot: learnt Completed JWT Authentication & Authorization Secure, scalable. @thevipulvats #100DaysOfCode #Java #SpringBoot #JWT


Began my LeetCode journey this October and honestly, some problems solve themselves faster than expected! Wrapped this one up in just 50 seconds ✅ Not all questions are this straightforward but when they click instantly it feels great. #LeetCode #Java

Day 29 ✅ Solved “Find Minimum in Rotated Sorted Array” 🔁 ⚡ 0 ms | 💾 41.89 MB Used binary search for an elegant O(log n) solution 🚀 Q: [leetcode.com/problems/find-…] Sol: [github.com/PriyabrataRoy/…] #100DaysOfCode #Java #DSA #Coding #BinarySearch
![Priyo8298966333's tweet image. Day 29 ✅
Solved “Find Minimum in Rotated Sorted Array” 🔁
⚡ 0 ms | 💾 41.89 MB
Used binary search for an elegant O(log n) solution 🚀
Q: [leetcode.com/problems/find-…]
Sol: [github.com/PriyabrataRoy/…]
#100DaysOfCode #Java #DSA #Coding #BinarySearch](https://pbs.twimg.com/media/G3MZzIKW0AA2Gmv.jpg)
🚀 Day 17/100 – Arrays & Linear Search 🔍 Solved 4 LeetCode (Easy) array problems: • Richest Customer Wealth • Running Sum of 1D Array • Concatenation of Array • Build Array from Permutation Also started Linear Search 🧠 Logic building in progress 💪 #100DaysOfCode #java



Solved Median of Two Sorted Arrays : Finally understood the intuition for Binary Search approach and why we always perform the search on the smaller array #LeetCode #Java #Coding #DSA

Day 21/100 – Java DSA 🚀 Solved “Snakes and Ladders” on LeetCode By taking help of AI assistance. Learned to apply BFS for finding the minimum moves using board flattening and queue traversal. ⏱ Time: O(N²) 💾 Space: O(N²) #Day21 #Java #LeetCode #100DaysOfCode #BFS #DSA

💡 Java tip: Stream.toArray(Type[]::new) is a clean, type-safe way to get arrays from streams. ✅ Avoids Object[] and casting. #Java #JavaDev
![mario_casari's tweet image. 💡 Java tip: Stream.toArray(Type[]::new) is a clean, type-safe way to get arrays from streams.
✅ Avoids Object[] and casting.
#Java #JavaDev](https://pbs.twimg.com/media/G2bPbniXUAAl_X6.jpg)
🇮🇳🔹 LeetCode Daily Challenge 🧩 Problem: Find Resultant Array After Removing Anagrams 📘 LC No.: 2273 💡 Approach: 🌀 Reverse Stack Sweep 🔥 Day 672 Streak #LeetCode #Java #ProblemSolving #DailyChallenge #TechStudent #CodingJourney #BuildInPublic #DSAWithJava #DSA #100DaysOfCode

I had a great time at @JavaCro in Rovinj, a unique experience with a lot of great people from the #Java community. A lot of sun, a lot of fun and a lot of Java, with a but of #JakartaEE and @GlassFish! #JavaCro




🚀 Day 26 of #100DaysOfCode Today I practiced Java DSA with 3 small but useful problems: 1️⃣ Remove the last digit of a number 2️⃣ Check if a number is a power of 2 3️⃣ Swap two numbers without using a third variable #Java #DSA



Day 3/100 -#100DaysOfCode Getting a job in 5 months 1. Solved 9 Binary Search problems on LeetCode did ego-solving 2. Learned OS dev basics - implemented printf in C and hooked up GPU Had some QEMU GPU hiccups, but managed to fix them #buildinpublic #Java #CPP #DSA #LeetCode



Something went wrong.
Something went wrong.
United States Trends
- 1. D’Angelo 173K posts
- 2. D’Angelo 173K posts
- 3. Brown Sugar 14.6K posts
- 4. Black Messiah 6,850 posts
- 5. Voodoo 14.5K posts
- 6. #GoodTimebro 1,456 posts
- 7. Happy Birthday Charlie 117K posts
- 8. Powell 35.6K posts
- 9. How Does It Feel 6,734 posts
- 10. #PortfolioDay 9,305 posts
- 11. Osimhen 107K posts
- 12. #BornOfStarlightHeeseung 80.5K posts
- 13. Pentagon 96.1K posts
- 14. Neo-Soul 15.7K posts
- 15. Sandy Hook 10.7K posts
- 16. Alex Jones 27K posts
- 17. Jill Scott 1,065 posts
- 18. Untitled 5,896 posts
- 19. CJGJ N/A
- 20. Devil's Pie N/A