
Embedded MongoDB provide a platform neutral way for running mongodb in Java unittests.
Thanks to this java library you can easily run integration test against a real mongo database. It...
Read MoreSelect Page
by Cédric Walter | Jan 28, 2021 | Java | 0 |
Thanks to this java library you can easily run integration test against a real mongo database. It...
Read Moreby Cédric Walter | Oct 8, 2020 | Development | 0 |
Again and again I work for companies having self crafted certificate. In 2020 there is no excuse...
Read Moreby Cédric Walter | Mar 17, 2020 | Development | 0 |
Lets start with the usage in JUnit @Rule public LogAccessor logAccessor=new LogAccessor(); @Test...
Read Moreby Cédric Walter | Apr 30, 2018 | Development | 0 |
As always updating to the latest version of all your developement components is never without any...
Read Moreby Cédric Walter | Nov 29, 2017 | Development | 0 |
Here are the list of tips and tricks to develop solidity in a modern way (understand back to 2017...
Read Moreby Cédric Walter | May 18, 2017 | Development | 0 |
When working with many feature/release/bugix/hotfix branches, it is a bad idea to start changing...
Read Moreby Cédric Walter | Mar 19, 2017 | Development | 0 |
When in #apache #maven you have multiple dependencies with the same artifact id but different...
Read Moreby Cédric Walter | Feb 17, 2017 | Java | 0 |
In today’s networking environments, particularly corporate ones, application developers have to deal with proxies almost as often as system administrators. In some cases the application should use the system default...
Read Moreby Cédric Walter | Oct 6, 2016 | Development | 0 |
An example driven presentation on how we leverage custom Docker containers (maven, npm, oc client)...
Read Moreby Cédric Walter | Jul 29, 2016 | Development | 0 |
The Clean Code Developer Initiative was initiated by Stefan Lieser and Ralph Westphal early in...
Read Moreby Cédric Walter | Apr 4, 2016 | Java | 0 |
These tools assist you in analyzing the garbage collection (GC) log files produced by the JVM when using -verbosegc or -Xloggc:.. or equivalent. GC log file analysis is the most useful technique for identifying exactly what your...
Read Moreby Cédric Walter | Feb 2, 2016 | Development | 0 |
Downloading resources on Android devices returns unknown file in Google Chrome, or internal browser but not in Firefox for Android! Short version Do not rely on self signed certificate for android when downloading resources:...
Read More