No Picture
Computing

Add ELK APM agent in Java project

2021-03-31 C.H. Ling 0

Even APM agent can add parameter -javaAgent, but it will more flexible if embed in jar file. This demo will show how to add ELK APM agent inside Java gradle project.

Programming

[Tools] Kubernetic

2021-02-23 C.H. Ling 0

When maintain Kubernetes, mostly we need to use kubectl to get result and execute yaml. It is ok for developer as it provide the flexibilty to do what they need. However, for operator, it might […]

DevOps

[Java] Dependency management in Gradle

2020-12-31 C.H. Ling 0

Dependency management is one of the topic in package management to ensure dependent library (jar / dll / etc) is no interference between each other and it caused compatibility problem. Besides, it can detect vulnerability […]

1 3 4 5 6 7 26