Dayananda

Dayananda @dayanandaeswar

About: Technical Architect | Spring Boot, Angular, Micro Services, Micro Frontends

Location:
Bengaluru, India
Joined:
Feb 22, 2024

Dayananda
articles - 10 total

Overview of Lock API in java

Managing access to shared resources is important in concurrent programming to ensure data...

Learn More 0 0Dec 26 '24

Overview of Executor Service in Java

Executor and ExecutorService API is a crucial tool for managing and controlling thread execution....

Learn More 0 0Dec 24 '24

How to estimate Java object size

In Java, objects are the basic building blocks of any applications. When an object is created, memory...

Learn More 9 4Nov 25 '24

Mask logs using logstash logback in java with regex

In today's data-driven world, data security is most important. Logging frameworks play a crucial role...

Learn More 6 0Nov 11 '24

Content projection in Angular

Content projection, a powerful technique in Angular, allows developers to create highly reusable and...

Learn More 1 0Nov 4 '24

Cross Field validation with Reactive Forms in Angular

Cross-field validation is a important aspect of form validation in Angular applications. It involves...

Learn More 2 0Oct 31 '24

How to detect blocking calls in Spring Webflux

Spring WebFlux, a reactive framework built on Project Reactor, is a powerful tool for building...

Learn More 0 0Oct 28 '24

data masking and disable cut copy paste in angular using directives

Masking is a technique that is used to hide sensitive information, such as card numbers, account...

Learn More 2 0Oct 23 '24

Strategy Design Pattern in Spring

In enterprise applications, it is common to have different implementations to our business...

Learn More 0 0Oct 21 '24

Large JSON file processing in Java

Efficient JSON data processing is important in modern applications. If JSON data is large in size, we...

Learn More 1 0Oct 21 '24