Are you doing the right use of async/await without constraining scalability? Check out some use cases providing limited concurrency and the right fixes.
Today I am going to provide an example of a small microservices-based application with a Eureka discovery server to register all the microservice in it.
This article defines setting up Hazelcast server and client. Here,Spring is used for performing CRUD and java utilities are standalone classes for nodes set-up.
Despite its controversy, Optional has greatly improved the design of Java applications. In this article, we look at how, when, and where to best apply Optionals.
We will show how to secure WebSockets communication over SSL/TLS. We will also bring Server Sent Events (SSEs) into play, and the challenges horizontal scaling presents in such architectures.
Selenium ChromeDriver is used to run automation tests on Chrome. Read this article to know how to install chromedriver and use it on Windows and MacOS.
Do you have an app on Heroku using Postgres? Are you running out of database connections? In this article, we'll look at how to use PgBouncer to scale your app.