Dive deep into a Java Streams vs. For-Loops comparison.
Also find me here:
Baeldung Author
Alexandru Borza
I am an enthusiastic software developer. My main interests consist of Java, Spring, and cloud technologies. I am always ready to learn new things, and I like challenges. My passions besides programming are fitness, cooking, and anime.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (2)
- Persistence (1)
- Java String (1)
- Java Collections (1)
- DevOps (1)
How To Rename Files and Folders in Amazon S3
Filed under DevOps
Discover how to rename an object (file or folder) in an Amazon S3 bucket using Java.
Quick Guide to YugabyteDB
Filed under Persistence
Learn more about YugabyteDB through this quick guide with an usage example.
Generating Time Based UUIDs
Filed under Java
Java has a built in UUID generator. We compare this to some other solutions which can be more secure or performant.
Find the First Embedded Occurrence of an Integer in a Java String
Filed under Java String
Learn different techniques to extract the first embedded integer from a String.
Initialize an ArrayList with Zeroes or Null in Java
Filed under Java Collections
Learn the alternatives when we need to initialize an ArrayList with null or 0 values.