Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
MikeFHay
MikeFHay has asked
12
questions and find answers to
20
problems.
Stats
504
EtPoint
137
Vote count
12
questions
20
answers
About
UK-based software developer working primarily on back-end Java projects.
https://github.com/MikeFHay
MikeFHay questions
Why is Joda Time serialized form so large, and what to do about it?
How to write a method which accepts any collection of classes which extend Throwable?
Is it possible to show in the project view of Netbeans whether a class is public or package-private?
IntelliJ IDEA JSX code style
How to refactor "stringly-typed" code?
Maven find path to dependency with invalid pom
Is HashBiMap threadsafe?
How do I exclude certain files from a svn diff?
Why is Files.lines (and similar Streams) not automatically closed?
Which comment style should I use in batch files?
MikeFHay answers
Has conversion between Instant and Date changed from Java 8 to 11?
Use Generic Supplier to throw unchecked excpetion
Sort with one element at the end
Synchronized vs ReadWriteLock performance
IntelliJ IDEA JSX code style
Good practice when manipulating data in java [closed]
Implementing Monads in Java 8
Foreach vs common for loop
Why does List.of() in Java not return a typed immutable list?
How to return a list when unit testing DynamoDB PaginatedQueryList