Skip to the content Skip to the Navigation

Wilddiary.com

  • Home
  • Contact Us
  • Privacy

2023

  1. HOME
  2. 2023
Spring
April 1, 2023 / Last updated : April 2, 2023 Drona Java

Automatic HTTP Request Body Decompression in Spring Microservices

In a Spring microservices, it’s common to send and receive data in JSON format. JSON is a text-based format, which means that it can be compressed to reduce the size of HTTP requests and responses. One common compression format is gzip, which can significantly reduce the size of JSON data. In this article, we’ll explore […]

Spring
March 31, 2023 / Last updated : April 22, 2023 Drona Java

Enabling HTTP Response Compression in Spring Microservices

In the world of microservices, every bit of optimization counts when it comes to improving the performance of your API. One of the most efficient ways to reduce the size of your API responses is by enabling Gzip compression. In this tutorial, we will guide you through the process of enabling Gzip compression for Spring […]

Spring
March 31, 2023 / Last updated : April 2, 2023 Drona Spring

What is Spring Native?

Spring Native is an experimental project by the Spring team that aims to improve the performance and reduce the memory footprint of Spring applications by using native images. Native images are compiled binaries that are optimized for a specific platform, resulting in faster startup times and reduced memory usage. Spring Native uses GraalVM, a high-performance […]

March 31, 2023 / Last updated : April 2, 2023 Drona Cloud

What is the Cold Start Problem in the Serverless World ?

In a serverless environment, applications are executed on demand and are not continuously running on servers. As a result, there is a delay when an application is first invoked, which is referred to as the cold start problem. The cold start problem can be a significant issue in serverless environments because it can lead to […]

Spring
March 31, 2023 / Last updated : April 2, 2023 Drona Spring

Why use Spring Cloud Stream and not messaging libraries?

Spring Cloud Stream is a powerful framework that provides a simple and consistent programming model for building message-driven microservices. It abstracts away much of the complexity of messaging systems and makes it easy to build, test, and deploy message-driven applications. In this article, we will discuss why you should use Spring Cloud Stream instead of […]

Posts navigation

  • «
  • Page 1
  • …
  • Page 4
  • Page 5
  • Page 6
  • …
  • Page 9
  • »
  • Home
  • Contact Us
  • Privacy
  • Facebook
  • Twitter
  • RSS Feed
  • GitHub
  • Pinterest

Copyright © Wilddiary.com All Rights Reserved.

Powered by WordPress & Lightning Theme by Vektor,Inc. technology.

MENU
  • Home
  • Contact Us
  • Privacy