How can the implementation of the notification filtering system be optimized?
Java
Can you explain what is meant by 'context' in the Spring Framework?
How are CI/CD pipelines described and operated in GitLab?
Tell me about Spring Security: filter chain, SecurityContext, JWT authentication.
How to implement validation for the X-Trace-ID header: if the header is missing — return 400?
How can a security mechanism be implemented to manage user sessions so that users can terminate their sessions themselves?
What alternatives to Spring do you know?
Regarding the universal adapter — was there a single protocol for external payment gateways, or is it an abstraction level?
What is a memory leak?
What is the advantage of reactive programming?
How to swap the values of two variables without using a third variable?
When is it better not to use parallelStream?.
Regarding location — do you live in Moscow?
What protocol was used for interaction with [system/service]?
Does the circuit breaker support the promised TPS of the service, limiting the number of requests?
What happens when the old PostgreSQL master comes up after a failure? How is consistency ensured?
What is the main difference between using the map and flatMap methods in the Stream API when processing data streams?
What are indexes in PostgreSQL? Pros and cons, types of indexes.
If several objects refer to each other in a circle but are not used anywhere else, will the GC delete them?
How does WAL (Write-Ahead Log) work during writing?