Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Yassin Hajaj
Yassin Hajaj has asked
19
questions and find answers to
81
problems.
Stats
2.1k
EtPoint
631
Vote count
19
questions
81
answers
About
No downvotes
Baeldung's Author's Page
Recent Blog Posts
Sealed Types in Java
Helpful NullPointerExceptions in Java
Inject null in Java EE
Write Java Streams with Checked Exception Safe Lambdas
How to use JDK 13’s String::formatted method
Spring DI & Kotlin on Quarkus
Hack Java Streams : Print Progress using Lombok
Vaadin : Copy invisible value to clipboard and test it using Selenium
Optionals : are bad practices still bad practices if everyone practices them ?
Simple Linear Regression from scratch using Kotlin
Put a little Kotlin sugar in your Java recipes
Kotlin and BIG Numbers
Write your own Java Stream Collectors
Older blog posts...
SOF achievements
Belgian Top User of Oct '15
Java Belgian User of Q4 - 2015
Yassin Hajaj questions
Largest product in a grid
Java 8 : Convert dates using stream
Why does Stream#toList's default implementation seem overcomplicated / suboptimal?
UTF-8 does not print characters to the console
Difference in lambda performances?
Angular 6 - HTTP Response 200 is null in subscribe [duplicate]
Stream.max(Integer::max) : Unexpected result [duplicate]
Does Collectors.toSet() always return a HashSet ? What is the contract?
HTML : Form does not send UTF-8 format inputs
Incrementor logic
Yassin Hajaj answers
Passing Class objects in java
How can I get Stream from 3 dimensional array in Java 8?
Split a string into pieces using java / a better code
Java how to divide a treemap into two equal maps based on values
How to count groups of integers within arrays, without sorting the array?
Cumulative Sum using Java 8 stream API
java.text.ParseException: Unparseable date : "..."
GSON converting Integer value to Boolean value dynamically for specific fields
Casting a primitive vs Creating a object of the primitive
Avoid using global variable in Java 8 stream reduce method