Java
Printing sorted lines using Stream API
Selection of employees earning more than their managers
Mutual references between objects and garbage collector behavior in Java
Counting substrings without repeating characters
Cash withdrawal module
k elements closest to the specified index
String comparison in Java: interning, synchronization, and the results of the == operators
Stack that can return the current maximum in O(1)
Component for performing transfers with fee calculation and notification sending
Differences between the == operator and the equals() method when comparing strings in Java
Obtaining the most recent contract for each client
Finding the largest number in an array
Comparison of Integer objects and the role of value cache
Analysis of try‑catch‑finally block behavior
Organization of request distribution to multiple instances of users-api
Hibernate: how to design the relationship between clients and their orders
SQL query to retrieve employee IDs with a salary below 30,000 and a departed manager
List of couriers from Saint Petersburg with at least two incomplete orders
Getting employees with the highest salary in each department
Employee Data Access Control Module