All Posts

  • Spring Data JPA Stream Query Methods
    Published on
    Spring Data JPA is a powerful abstraction over JPA (Java Persistence API), simplifying the data access layer for developers. Among its numerous features, Stream Query methods stand out for enabling efficient and memory-conscious data retrieval, especially when dealing with large datasets.
  • How To Fetch Data By Using DTO Projection In Spring Data JPA
  • Mastering Data Queries in Spring Data JPA: 8 Ways From Basic To Advance
  • JPA Criteria Queries
    Published on
    When working with Java Persistence API (JPA), querying your data effectively is crucial. While JPQL (Java Persistence Query Language) is the most commonly used method for querying entities, JPA also offers another powerful option - Criteria Queries.
  • [AWS] - Load Balancers
    Published on
    What happens when your application needs to handle a large volume of requests? One of the best solutions is to scale your application horizontally and implement load balancers. But what exactly is a load balancer, how does it work, and why should you use AWS-managed load balancer services? Let me explain it to you in this article.