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


🚀 With Collectors.summarizingInt() you can get count, sum, min, max, avg in one pass. #Java #JavaDev

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

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

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 146/100 – LeetCode Daily Challenge Another day. Another AC. Another step sharper. ⚙️ 146 days of showing up, no matter what. The grind never skips a line of code. 🔥 #LeetCode #Java #100DaysOfCode

#小学生学编程 Lesson 1 我答应这个 #Minecraft 玩家,帮他入门 #Java 了,希望他在不久的将来能开发出让他满意的MC模组。 第一课内容 1. 师出有名,先拜了祖师爷。 2.学了Java 的历史和现状及基本运行原理。 3.安装了JDK 21 Git Idea. 4. 注册了github 账号,学了基本操作。 5.注册了DeepSeek…

🚀 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



Working of API Spend Shield in 3 simple steps : 1️⃣ Connect APIs (OpenAI, Stripe, Twilio...) 2️⃣ Track real-time spend 3️⃣ Stay under budget with smart insights Still refining things open to suggestions & feedback from devs #buildinpublic #SaaS #Java #SpringBoot #StudentDev

𝗥𝗲𝗮𝘀𝗼𝗻𝘀 𝘁𝗼 𝗔𝘁𝘁𝗲𝗻𝗱 𝗝𝗮𝘃𝗮 𝗗𝗮𝘆 𝗜𝘀𝘁𝗮𝗻𝗯𝘂𝗹 𝟮𝟬𝟮𝟲! #𝗝𝗮𝘃𝗮𝗗𝗮𝘆𝗜𝘀𝘁𝗮𝗻𝗯𝘂𝗹 will take place in Istanbul on April 18, 2026! ➡️ To spend a wonderful time in #𝗜̇𝘀𝘁𝗮𝗻𝗯𝘂𝗹. ➡️ To meet other #𝗝𝗮𝘃𝗮 experts . ➡️ To enrich your knowledge…

🚀 Day 18/100 – Linear Search Grind 🔍 ✅ Continued Linear Search ✅ Solved Max Wealth & Even Digits (optimized ⚡) ✅ Quick dive into Time Complexity Pushing myself a bit more each day — slow but steady 💪 #100DaysOfCode #Java #DSA #LeetCode #buildinpublic

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



javaclub.lviv.ua/2025/10/15/Eve… #lvivjavaclub #javaclub This week on Java Club we will talk about MapDB - java collections backed by off-heap or on-disk storage. Join us next Thursday, at 10:00 Online #Java #Collections #database #hybrid #storage #heap
Want to use #LLMs in #Java without sending your data to the cloud? With Lutske de Leeuw’s guide to running #Llama locally via #Ollama4J, #AI becomes private, predictable and fully under your control. Learn how to set it up: javapro.io/2025/10/15/tam… @ollama #JAVAPRO

Advanced Kotlin by Marcin Moskała is on sale on Leanpub! Its suggested price is $29.99; get it for $15.99 with this coupon: leanpub.com/sh/qdxVPOrR @marcinmoskala #Android #Kotlin #Java
🚨 SAP Strengthens Defenses: Critical Fixes Target High-Severity #Java Vulnerability and Systemwide Security Risks undercodenews.com/sap-strengthen…
Day 55-Fast I/O with java nio, every line of code brings me closer to becoming a better developer! #nationskillup #Java #day55of100 #CodingJourney #LearnToCode #JavaProgramming #100DaysOfCode #streaking

Are you a working student? Deadline catching up with you? I got you covered! Online Classes, Assignments, Exams, Homework? 📷 Subjects #Java #Python #MATLAB #JavaScript #Psychology #Accounting #Economics #Finance #Nursing #History #Statistics #YoungRepublicans #DWTS #Yamamoto
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 32/100 of #100DaysOfCode 💻 Practiced two classic DSA problems today: 🔹 Intersection of Two Arrays 🔹 Valid Anagram Check #Java #CodingJourney


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



🚀 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



🇮🇳🔹 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 146/100 – LeetCode Daily Challenge Another day. Another AC. Another step sharper. ⚙️ 146 days of showing up, no matter what. The grind never skips a line of code. 🔥 #LeetCode #Java #100DaysOfCode

#小学生学编程 Lesson 1 我答应这个 #Minecraft 玩家,帮他入门 #Java 了,希望他在不久的将来能开发出让他满意的MC模组。 第一课内容 1. 师出有名,先拜了祖师爷。 2.学了Java 的历史和现状及基本运行原理。 3.安装了JDK 21 Git Idea. 4. 注册了github 账号,学了基本操作。 5.注册了DeepSeek…

💻 Today’s DSA grind in Java ☕ • Spiral Matrix • Diagonal Sum • Search in Sorted Matrix Every question sharpened my logic and pattern-recognition skills 🔥 One step closer to mastering arrays and matrices! #100DaysOfCode #Java #DSA #CodingJourney


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)
From rendering data to drawing drawing butterflies - React and Java keeping me on my toes today. #100daysofcode #ReactJS #Java #WebDevelopment #LearningJourney #CodeNewbie

🚀 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


Something went wrong.
Something went wrong.
United States Trends
- 1. Yamamoto 47.2K posts
- 2. #DWTS 43.6K posts
- 3. Brewers 41.5K posts
- 4. Growth Path 1,629 posts
- 5. halsey 8,436 posts
- 6. #FlyTogether 2,765 posts
- 7. #TexasHockey 3,376 posts
- 8. Young Republicans 74K posts
- 9. Kreider 1,248 posts
- 10. Ohtani 14.1K posts
- 11. Jared Butler N/A
- 12. #MakeOffer 11K posts
- 13. Domain For Sale 11.5K posts
- 14. #WWENXT 20K posts
- 15. Jarry N/A
- 16. Tokyo Narita N/A
- 17. Will Richard 2,685 posts
- 18. Haji Wright 1,231 posts
- 19. Robert 107K posts
- 20. Cuffem 2,338 posts