Data Structures
A data strucure a way to organize and store the data so that we can perform operations differently like insert, delete, search, traverse
Read more →Notes and articles organized by topic.
A data strucure a way to organize and store the data so that we can perform operations differently like insert, delete, search, traverse
Read more →Sorting algorithms
Read more →In computer science, Big O notation O(1), O(n) is used to describe the performance or time complexity of an algorithm.- i.e how the performance scaled as the amount of data grows.
Read more →Comprehensive study materials for algorithms and data structures.
Read more →In a microservices architecture, services need to communicate with each other to coordinate and exchange information.
Read more →Constant-time access, also known as O(1) time complexity, means that the time it takes to perform an
Read more →A transfer object, also known as a Data Transfer Object (DTO), is a simple Java object used to transfer data between
Read more →Load balancer and API gateway are both components of modern distributed systems that serve different purposes. Here's an
Read more →inheritance,
Read more →To prepare for a Java developer job position that focuses on fault tolerance, resilience, and scalability, it's crucial
Read more →Resilience in software design refers to the ability of a system to recover quickly and maintain its functionality in the
Read more →Avoid going into detail prematurely: When discussing a system, wait for the interviewer to ask for more detail or for a
Read more →