Uncategorised

Spring Webflux Functional Endpoint – File Upload

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

1 year ago

Serverless Functions with Spring Cloud Function, AWS Lambda

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

1 year ago

Spring Boot + RabbitMQ – Decoupling Microservices Communication

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

1 year ago

Spring Integration – Sending files over SFTP

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

1 year ago

Spring Cloud Config Client

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

1 year ago

Handling CSV in Python

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

1 year ago

Spring Cloud Config Server – JDBC Backend

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

1 year ago

Spring Boot – Sending email with attachment code example

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

1 year ago

ARM templates VS AWS CloudFormation VS Terraform

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

1 year ago

Simple application developed using microservices deployed on AWS

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

2 years ago