Learn how to check if a list contains elements from another list in Java.
Also find me here:
Baeldung Editor
Vini Peixoto
Vini is a test automation engineer with over 10 years of experience in the IT industry mostly dedicated to the financial services and investments domain. Along with his professional journey in various organizations, Vini also contributed to some open-source projects which helped boost his expertise and gain exposure to multiple team dynamics, processes, and organizational & digital transformations. Vini is passionate about music, sports, and classic tabletop RPGs. Currently, he lives in Kraków – Poland.
Here's what I've reviewed (so far):
Baeldung on Java
- All
- Spring Security (1)
- Spring Boot (1)
- Java String (1)
- Java Collections (1)
- DevOps (1)
How to View Logs of a Pod in Kubernetes?
Filed under DevOps
Learn how to visualize logs from Kubernetes PODs by using kuberclt CLI and the dashboard
Convert String to Int Using Encapsulation
Filed under Java String
Learn different ways on how to convert String to int via encapsulation.
Encode Passwords With Spring Boot CLI
Filed under Spring Boot, Spring Security
Learn how to avoid exposing passwords by encoding them with the help of Spring Boot CLI.