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

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

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)
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 🤣

🇮🇳🔹 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

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

This morning, working from a local cafe here. Quite an unassuming place that serves absolutely delicious coffee, sourced from different parts of #Java! #PierCoffee #Yogyakarta



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 3 🌅 Woke up at 6️⃣ am 💪 ✅ Finished Spring IOC ✅ Understood JWT authentication flow 🔐 💻 DSA grind: • Two Sum • Two Sum II • Find the Pivot Index After DSA play with her 😄🐱 🐾 #Java #SpringBoot #DSA #CodingJourney

🚀 Java: With CompletableFuture.allOf(...) you can wait on multiple async tasks without manual join handling. #Java #JavaDev

💡 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)
Today I have developed 1.Footer 2. Page Heading 3. Page title 4. Products cards of the website Day4 of #100DaysOfCode #java #react #springboot

🚀 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



Our colleague @JackKolokasis from @CarvForth presented their #research work on enabling efficient usage of remote memory space for #Java applications via SmartSweep at @MPLR_Conf! Congratulations to the whole team! 👏 Paper: zenodo.org/records/172134… @EU_HaDEA

#後で読む 用メモです→ Jackson3におけるtoml・jsonの読み書き #Java - Qiita ift.tt/eEI849D
JSON Serialization in Java using GSON Gson is simple and yet powerful library In this article, we will delve into the fundamentals of Gson, exploring its serialization and deserialization capabilities along with customization options. #java #gson #json blackslate.io/articles/json-…
We'll discuss things like modularity, interfaces, concurrency, and tooling, and see how we can port those ideas to Java. As a bonus, you'll learn how to write some idiomatic Golang. 🎟️ Info & tickets: jdd.org.pl #JDD #JDDKrakow #Java #TechConference #JDD2025 #Golang

From query params to physical display: This project shows how Java developers can go from raw HTTP #API response to a styled, scheduled dashboard using only #Java, @vaadin & a Raspberry Pi 4. Built with real-world transport data. Read now: javapro.io/2025/10/14/cra… #Frameworks

Hi All We are #Hiring O ne of our CLIENT is #Java Full Stack Developer #PANINDIA Location Exp: 7+Yrs Interested Can share to Email Id: [email protected] 9281038399

Hi All We are #Hiring O ne of our CLIENT is #Java& Golang Developer #PANINDIA Location Exp:5+Yrs Interested Can share to Email Id: [email protected] 9281038399

Hi All We are #Hiring O ne of our CLIENT is #Java Developer With Vue.JS #PANINDIA Location Exp: 6+ Yrs Interested Can share to Email Id: [email protected]

Updates on API Spend Shield 💡 Tech: Spring Boot + React + MySQL Still a work in progress focusing on UI & backend integration Sharing updates as I build. open to feedback & connecting with devs, founders & recruiters 👋 #Java #SpringBoot #SaaS #buildinpublic #IndieHackers

Linear and Affine Types for Memory-Bounded Model Serving - #Java Code Geeks javacodegeeks.com/2025/10/linear…
Hiring for : #Java #Fullstack #Developer | Chennai | Exp: 5+ Years Skills: Java, Frontend, #Agile [email protected] For Job Description, visit 50jobs.in/jobs/120632 #hiring #50Jobs #jobs #jobsearch #jobseekers
You create a well-defined architecture, but how do you enforce this architecture in your code? With ArchUnit you can define rules for your architecture by means of unit tests. #Java mydeveloperplanet.com/2025/04/30/enf…
🇮🇳🔹 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

🚀 Day 24 #100DaysOfCode Today I solved a DSA problem: Best Time to Buy & Sell Stock 💹 Also practiced JavaScript Functions -No params, no return -Params, no return -No params, return -Params & return #Java #DSA #javascript


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)
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 35/90 – #DSA in Java Solved Rat in a Maze 🐭 using Recursion & Backtracking 🧠 → Understood the problem → Built logic to find paths → Implemented the final code 💡 #100DaysOfCode #Java #DSA #Backtracking #Recursion #ProblemSolving #CodingJourney


This morning, working from a local cafe here. Quite an unassuming place that serves absolutely delicious coffee, sourced from different parts of #Java! #PierCoffee #Yogyakarta



Today I have developed 1.Footer 2. Page Heading 3. Page title 4. Products cards of the website Day4 of #100DaysOfCode #java #react #springboot

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 13 ✅ #100DaysOfCode 📌 Solved 4 problems from @kunalstwt dsa series ✨ Key takeaways: - Today i do linear serach program - Solve SearchInString program - Solve SearchInRange program - Solved Minimum No. Program #java #dsa




Built and tested the User Service + Controller for my Hotel Booking App 👨🏽💻 Created REST endpoints and confirmed everything works fine in Postman ✅ Github Url: github.com/MarvsConcept/H… #SpringBoot #Java #BackendDev #BuildInPublic #RESTAPI



🚀 Today I got my 100Days #LeetCode Badge 😎 Also learned new topics. Really happy today 😁. #100DaysOfCode #Java

🚀 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 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

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

Something went wrong.
Something went wrong.
United States Trends
- 1. Bears 89K posts
- 2. Jake Moody 13.6K posts
- 3. Snell 24.2K posts
- 4. Caleb 49.1K posts
- 5. Falcons 51.2K posts
- 6. Bills 141K posts
- 7. Josh Allen 26.6K posts
- 8. #BearDown 2,366 posts
- 9. Jayden 22.8K posts
- 10. phil 174K posts
- 11. Swift 289K posts
- 12. Ben Johnson 4,418 posts
- 13. Joji 29.3K posts
- 14. Happy Birthday Charlie Kirk 4,234 posts
- 15. #Dodgers 15.3K posts
- 16. Turang 4,310 posts
- 17. Troy Aikman 6,499 posts
- 18. Roki 6,089 posts
- 19. Bijan 32.8K posts
- 20. Brewers 48.4K posts