#developer
Read more stories on Hashnode
Articles with this tag
We all know the pain of dealing with null references and the potential for NullPointerExceptions. That’s where Optional comes in, it’s a container...
Java 8 introduced the concept of parallel streams, which allow for utilizing the power of multi-core machines to improve performance. Parallel streams...
Container Orchestration has become increasingly popular in recent years due to the growing adoption of containerized microservices. By providing a...
Whether you worked in big tech or a start-up or any other tech company, you have heard of containers or containerization. Containers have made life...
While Authentication and Authorization are important in both microservices and monolithic architectures, the decentralized nature of microservices...
Amazon SQS or Simple Queue service is a distributed messaging queue that helps in Producer-consumer connectivity for distributed systems. You can read...