Spring Webflux Functional Endpoint – File Upload

9 months ago
mahendravarman.m@gmail.com

In this blog using the Spring WebFlux module, we are going to leverage the functional programming style to define web…

Serverless Functions with Spring Cloud Function, AWS Lambda

9 months ago

Spring Cloud Function is a project within the Spring ecosystem that allows developers to build serverless applications using Spring Boot…

Spring Boot + RabbitMQ – Decoupling Microservices Communication

9 months ago

RabbitMQ is an open-source message broker software that implements the Advanced Message Queuing Protocol (AMQP). It serves as a messaging…

Spring Integration – Sending files over SFTP

9 months ago

Spring Integration is a powerful extension of the Spring Framework designed to support the implementation of enterprise integration patterns in…

Spring Cloud Config Client

10 months ago

The Spring Cloud Config Client is a component of the Spring Cloud framework that enables applications to access configuration properties…

Handling CSV in Python

10 months ago

In Python, handling CSV (Comma Separated Values) files is easy using the built-in csv module. Here's an example of how…

Spring Cloud Config Server – JDBC Backend

10 months ago

Spring Cloud Config Server provides a centralized location for managing and serving configuration information to client applications in microservices and…

Spring Boot – Sending email with attachment code example

10 months ago

Spring Boot provides convenient support for sending email messages using the JavaMailSender interface. Need to include the spring-boot-starter-mail dependency. This…

ARM templates VS AWS CloudFormation VS Terraform

11 months ago

ARM templates, AWS CloudFormation, and Terraform are all infrastructure as code (IaC) tools used to automate and manage cloud resources…

Simple application developed using microservices deployed on AWS

1 year ago

Microservices are a modern approach to software whereby application code is delivered in small, manageable pieces, independent of others.Their small scale…