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

Computing

[Java] Set auto reconnect in Spring data JPA

2020-12-22 C.H. Ling 0

To ensure service availability, Most application nee to restart service to resume. However, auto reconnect is a must requirement to ensure it can self-heal. For Spring data JPA, it can be done without alter code.

1 2 3 6