Arquitetura de Software

Spring Boot: Handling a REST Endpoint That Queries More Data Than Memory Available

If you are a developer and have not faced this issue yet, it is still worth reading, as at some point in your career, you will likely need to create a Spring Boot REST endpoint that performs a database query with results that do not fit into memory. In this article, let’s delve into an […]

Spring Boot: Handling a REST Endpoint That Queries More Data Than Memory Available Read More »

My interview experience for Software Architect — Java position.

Recently I gave interview for Software Architect — Java role in one of the leading service based companies. I am sharing here list of questions asked to me. ClassNotFoundException occurs when you try to load a class at runtime using Class.forName() or loadClass() methods and requested classes not found in classpath. This error occurs when

My interview experience for Software Architect — Java position. Read More »

Rolar para cima