@theskilledcoder
Skilled Coder
8 days
Top Java Libraries and When to Use Them
1
8
93

Replies

@SoufJavaMentor
Souf | Java Interview Mentor
2 days
@theskilledcoder Great list. One thing I often see in Java interviews: candidates know the libraries, but struggle to explain *when* and *why* to use them. That’s usually what makes the difference.
0
0
0
@e_opore
Dhanian 🗯️
1 day
MICROSERVICES ARCHITECTURE IN SYSTEM DESIGN → Microservices Architecture is a system design approach where an application is built as a collection of small, independent, and loosely coupled services. → Each service focuses on a single business capability and can be developed,
19
171
1K
@systemdesignone
Neo Kim
2 days
If you want to get started with system design (in 2026), learn these 16 concepts...
15
82
489
@Sidhart64113485
Sidharth
19 hours
Today I learned about the CQRS patternI explored: • Traditional CRUD architecture & its bottlenecks • Why mixing reads + writes breaks scalability • How CQRS separates Command & Query models • Role of Event Sourcing, Read DB, Write DB • Complete AWS & Azure CQRS system
2
31
354
@SumitM_X
SumitM
10 hours
Two microservices, A and B, share the same database for some entities due to legacy design. Microservice A makes a change to the entity, but Microservice B does not reflect the change immediately, leading to inconsistent behavior. How would you refactor the system to solve the
32
15
267