π Metrics for your Spring REST API
https://www.baeldung.com/spring-rest-api-metrics
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-rest-api-metrics
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Metrics for Your Spring REST API | Baeldung
How to implement and graph HTTP metrics into a Spring REST API - status code counts, counts by request, time-series data, etc.
π Redis in Microservices Architecture
https://piotrminkowski.com/2019/03/18/redis-in-microservices-architecture/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2019/03/18/redis-in-microservices-architecture/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Redis in Microservices Architecture - Piotr's TechBlog
Using Redis in microservices architecture with Spring for providing a message broker, configuration server, or a primary database.
π An Intro to the Spring DispatcherServlet
https://www.baeldung.com/spring-dispatcherservlet
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-dispatcherservlet
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
An Intro to the Spring DispatcherServlet | Baeldung
A quick and practical guide to the request processing workflow of Spring's DispatcherServlet with a focus on the HandlerAdapter interfaces.
π How to Use Pub/Sub with NodeJS
https://betterjavacode.com/programming/how-to-use-pub-sub-with-nodejs
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/how-to-use-pub-sub-with-nodejs
β‘οΈ @SpringFrameworkZone
Code Complete
How to Use Pub/Sub with NodeJS - Code Complete
In this post, I show how to use Google Cloud Pub Sub service with NodeJS application. I add the details about PubSub model and how to use it.
π Validating RequestParams and PathVariables in Spring
https://www.baeldung.com/spring-validate-requestparam-pathvariable
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-validate-requestparam-pathvariable
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Validating RequestParams and PathVariables in Spring | Baeldung
Learn how to validate request parameters and path variables with Spring MVC
π Key concepts about using JProfiler
https://betterjavacode.com/jprofiler/key-concepts-about-using-jprofiler
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/jprofiler/key-concepts-about-using-jprofiler
β‘οΈ @SpringFrameworkZone
Code Complete
Key concepts about using JProfiler - Code Complete
What are the key concepts while using JProfiler? How to use JProfiler? The detail description of a tool that can help in performance analysis.
π SWITCHING FROM RESTTEMPLATE TO WEBCLIENT: A REACTIVE TALE
https://ordina-jworks.github.io/rest/2020/10/12/RestTemplate-vs-WebClient.html
β‘οΈ @SpringFrameworkZone
https://ordina-jworks.github.io/rest/2020/10/12/RestTemplate-vs-WebClient.html
β‘οΈ @SpringFrameworkZone
blog.ordina-jworks.io
Switching from RestTemplate to WebClient: A Reactive Tale - Lowie Cuypers
Ordina JWorks Tech Blog
π Building a Web Application with Spring Boot and Angular
https://www.baeldung.com/spring-boot-angular-web
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-angular-web
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Building a Web Application with Spring Boot and Angular | Baeldung
Have a look into building a web application with a Spring REST back-end and Angular front-end.
π Complete Guide to Spring RestTemplate
https://reflectoring.io/spring-resttemplate/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-resttemplate/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Complete Guide to Spring RestTemplate
REST styled APIs are all around us and as such most applications need to invoke REST APIs for some or all of their functions. These REST APIs could be either of their own or from other sources. Hence, applications need to consume APIs elegantly and consistently.β¦
π This Year in Spring - December 28th, 2021
https://spring.io/blog/2021/12/28/this-year-in-spring-december-28th-2021
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/12/28/this-year-in-spring-december-28th-2021
β‘οΈ @SpringFrameworkZone
spring.io
This Year in Spring - December 28th, 2021
<p>Hi, Spring fans! Howβre you doinβ? Iβm fresh off a fantastic holiday spent with family in Los Angeles, California. Later today, the girls and I will drive home to San Francisco, California. Iβve enjoyed my visits with people here in Los Angeles, especiallyβ¦
π Expose Metrics of Spring WebClient using Spring Boot Actuator
https://rieckpil.de/expose-metrics-of-spring-webclient-using-spring-boot-actuator/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/expose-metrics-of-spring-webclient-using-spring-boot-actuator/
β‘οΈ @SpringFrameworkZone
rieckpil
Expose Metrics of Spring WebClient using Spring Boot Actuator - rieckpil
Learn how to expose metrics of your HTTP client using Spring WebClient: e.g. request URI, response codes, duration of request...
π Content Security Policy with Spring Security
https://www.baeldung.com/spring-security-csp
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-security-csp
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Content Security Policy with Spring Security | Baeldung
Learn how to mitigate code injection risks in Spring Security-based web applications using the Content-Security-Policy headers
π 415 Unsupported MediaType in Spring Application
https://www.baeldung.com/spring-415-unsupported-mediatype
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-415-unsupported-mediatype
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
415 Unsupported MediaType in Spring Application | Baeldung
In this tutorial, we're going to showcase the causes and resolutions of the HTTP response code 415 Unsupported MediaType for POST requests in a Spring Application.
π Testing NoSQL Queries With Spring Boot and @DataCassandraTest
https://www.baeldung.com/spring-boot-datacassandratest
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-datacassandratest
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Testing NoSQL Queries With Spring Boot and @DataCassandraTest | Baeldung
Learn how to test a Cassandra database slice of a Spring Boot application using the Spring @DataCassandraTest annotation.