Computing

[Java] Remove empty items in List

2021-11-12 C.H. Ling 0

For Removing empty item in list, it can be be done directly. When using method removeIf(), it will throw UnSupportOperationException . It caused by collection items cannot be removed.

Angular

[Angular] Idle timeout checking

2021-07-05 C.H. Ling 9

Idle timeout is one of the feature to enhance security by enforce logout if not used. In Angular, idle timeout can be done by rxjs. This demo will show the steps on adding and enable […]

Angular

[Typescript] Cookie handling in Angular

2021-06-09 C.H. Ling 0

Cookie is one of the persistent storage in web client. It can ensure data persistent even page refresh. Compare with Local storage, it has additional security as it natively support expire date time. As contract, […]

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 […]

1 2 3 4 5 18