🆕 Design Principles and Patterns for Highly Concurrent Applications
https://www.baeldung.com/concurrency-principles-patterns
➡️ @JavaLearnZone
https://www.baeldung.com/concurrency-principles-patterns
➡️ @JavaLearnZone
Baeldung
Design Principles and Patterns for Highly Concurrent Applications | Baeldung
A quick and practical overview of design principles for highly concurrent applications!
🆕 How to Analyze Java Thread Dumps
https://www.baeldung.com/java-analyze-thread-dumps
➡️ @JavaLearnZone
https://www.baeldung.com/java-analyze-thread-dumps
➡️ @JavaLearnZone
Baeldung on Kotlin
How to Analyze Java Thread Dumps | Baeldung
Learn how to analyze thread dumps to efficiently diagnose performance issues. Also, we'll learn to detect bottlenecks or even simple bugs.
🆕 Creating Random Numbers With No Duplicates in Java
https://www.baeldung.com/java-unique-random-numbers
➡️ @JavaLearnZone
https://www.baeldung.com/java-unique-random-numbers
➡️ @JavaLearnZone
Baeldung
Creating Random Numbers With No Duplicates in Java | Baeldung
Learn how to generate unique random numbers efficiently.
🆕 Hiring a Java/Spring Developer to Work With Me On Videos (not open)
https://www.baeldung.com/video-creation-job
➡️ @JavaLearnZone
https://www.baeldung.com/video-creation-job
➡️ @JavaLearnZone
Baeldung
Hiring a Developer to Create Videos | Baeldung
I am opening a part-time technical editor position for Baeldung.
📁 Check if Two Strings are Anagrams in Java
https://www.baeldung.com/java-strings-anagrams
➡️ @JavaLearnZone
https://www.baeldung.com/java-strings-anagrams
➡️ @JavaLearnZone
Baeldung
Check if Two Strings Are Anagrams in Java | Baeldung
We may wish to detect whether Strings contain anagrams of each other. Here we explore a few algorithms, with different programming and execution complexity.
📁 Using indexOf to Find All Occurrences of a Word in a String
https://www.baeldung.com/java-indexof-find-string-occurrences
➡️ @JavaLearnZone
https://www.baeldung.com/java-indexof-find-string-occurrences
➡️ @JavaLearnZone
Baeldung
Using indexOf to Find All Occurrences of a Word in a String | Baeldung
Learn how to solve the "needle in a haystack" problem by using the indexOf method to find all occurrences of a word in a larger text string.