-
Enterprise Java
Mastering Spring Webflux Functional Endpoints
Spring Webflux is a reactive framework that provides a non-blocking, asynchronous approach to building web applications in Java. One of…
Read More » -
Core Java
Java Flatten 2D array Into 1D Array
Arrays are the most basic data structures in any language. Although we don’t work on them directly in most cases,…
Read More » -
Enterprise Java
Message Conversion in Spring Cloud AWS v3
Message conversion involves transforming messages between various formats and representations as they are sent and received by applications. AWS SQS…
Read More » -
JavaScript
Introducing the Optional Chaining Operator in ECMAScript
The optional chaining operator (?.) is a powerful addition to ECMAScript that simplifies working with potentially null or undefined values.…
Read More » -
Core Java
Best Practices for Using DTOs in Java
Data Transfer Objects (DTOs) are essential components of Java applications, serving as intermediaries between different layers of the application. By…
Read More » -
Enterprise Java
Upload Files With GraphQL in Java
File uploads are a common feature in modern applications, and GraphQL can handle them with some customization. GraphQL doesn’t natively…
Read More »