
Log4j 2 asserting log entries with Junit
Lets start with the usage in JUnit @Rule public LogAccessor logAccessor=new LogAccessor(); @Test...
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 | Sep 2, 2019 | Development | 0 |
There are numerous GIT workflow floating around like Centralized Workflow, Gitflow, Forking...
Read Moreby Cédric Walter | May 31, 2019 | Development | 0 |
IEO is currently the most popular fundraising trend in the crypto industry. As the name suggests, Initial Exchange Offering is conducted over the crypto trading platform and exchanges. So unlike ICOs wherein crypto projects...
Read Moreby Cédric Walter | May 27, 2018 | Development | 0 |
Business Model Canvas is a strategic management and lean startup template for developing new or...
Read Moreby Cédric Walter | May 27, 2018 | Development | 0 |
Do you want to relocate your Blockchain company to an ICO friendly country? the ICO friendliness...
Read Moreby Cédric Walter | Jun 27, 2017 | Development | 0 |
Notes A Docker image is a lightweight, stand-alone, executable package of a piece of software that...
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 | Feb 17, 2017 | Linux | 0 |
Docker is a powerful tool for managing containers and run-time environments and, besides its many...
Read Moreby Cédric Walter | Feb 3, 2015 | Development | 0 |
Problem with the #maven release plugin You may recognize yourself with the following use-cases: We...
Read Moreby Cédric Walter | Feb 11, 2014 | Development | 0 |
Here is a solution to the following problems Deriving #Maven artifact version from #GIT...
Read Moreby Cédric Walter | May 23, 2013 | Java | 0 |
TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get...
Read Moreby Cédric Walter | Oct 17, 2012 | Development | 0 |
Here is 3 different way to control the lifetime a local Tomcat 7 container using Apache #Maven. A...
Read More