Learn how to use bitwise operations to move between RGB and integer representations.
Also find me here:
Baeldung Author
Michał Dąbrowski
I’m a fullstack developer building microservice applications in among others Spring Boot, Angular, React. I love functional programming and working using TDD.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (5)
- REST (2)
- Persistence (2)
- Java Map (2)
- Testing (1)
- Spring Boot (1)
- Security (1)
- Java Streams (1)
- Java Numbers (1)
- Java List (1)
- Java IO (1)
- Java Collections (1)
- Core Java (1)
A Guide to RestClient in Spring Boot
Filed under REST, Spring Boot
A quick and practical guide to Spring Boot RestClient.
Detect Security Vulnerabilities with Snyk
Filed under Security
Explore the security features offered by Snyk and how to use it in a Java project.
Why There Is No Sorted List in Java?
Filed under Java List
A quick but comprehensive explanation of why there’s no SortedList in Java.
Use Mapper in Another Mapper with Mapstruct and Java
Filed under Java
A quick and practical guide to constructing complex nested mappers with MapStruct.
Strong, Weak, Soft, and Phantom References in Java
Filed under Core Java
A quick and practical overview of all reference types in Java.
Mocking Java InputStream Object
A quick and practical guide to mocking InputStream objects in Java.
What Is the null Type in Java?
Filed under Java
A quick and practical guide to null in Java.
How to Split a Stream into Multiple Streams
Filed under Java Streams
Sometimes we need to process the elements of a stream in multiple ways. We explore a few options for splitting the stream, or running the stream over several terminal operations.