Simple scenario: deploy spring application to remote server which has https management interface. Easy task. When you have properly configured project with pom.xml then you […] Read More
Category: Software engineering
Unix users write scripts in their favorite editor. That’s ok, but when you have bigger project then power of IDE could help you. E.g. when […] Read More
Evaluation of conditions is very important part programming. True is ture, false is false… Or not? It might surprise you, but not all languages evaluate […] Read More
When you try to push to GitLab you may end up with following error message: fatal: Could not read from remote repository. Please make sure […] Read More
I was chasing one very insidious bug. Tomcat installed as Windows service was not creating logs. The only log produced by Tomcat was stdout and […] Read More