📁 Reactor – SwitchOnFirst Usage
https://www.vinsguru.com/reactive-programming-switchonfirst-usage/
➡️ @SpringFrameworkZone
https://www.vinsguru.com/reactive-programming-switchonfirst-usage/
➡️ @SpringFrameworkZone
Vinsguru
Java Reactive Programming – SwitchOnFirst Usage | Vinsguru
In this Project reactor series, Lets take a look at switchOnFirst and its usage. If you are new to reactive programming, take a look at these following
📁 KUBERNETES MESSAGING WITH JAVA AND KUBEMQ
https://piotrminkowski.com/2020/01/17/kubernetes-messaging-with-java-and-kubemq/
➡️ @SpringFrameworkZone
https://piotrminkowski.com/2020/01/17/kubernetes-messaging-with-java-and-kubemq/
➡️ @SpringFrameworkZone
Piotr's TechBlog
Kubernetes Messaging with Java and KubeMQ - Piotr's TechBlog
This tutorial shows how to implement mesaging on Kubernetes using KubeMQ message broker and integrate Java application with it.
📁 A NEW ERA OF SPRING CLOUD
https://piotrminkowski.com/2020/05/01/a-new-era-of-spring-cloud/
➡️ @SpringFrameworkZone
https://piotrminkowski.com/2020/05/01/a-new-era-of-spring-cloud/
➡️ @SpringFrameworkZone
Piotr's TechBlog
A New Era Of Spring Cloud - Piotr's TechBlog
Showing new modules of Spring Cloud which replace Netflix OSS components: Spring Cloud Load Balancer, Consul and Circuit Breaker
📁 IN-MEMORY DATA GRID WITH APACHE IGNITE
https://piotrminkowski.com/2017/11/13/in-memory-data-grid-with-apache-ignite/
➡️ @SpringFrameworkZone
https://piotrminkowski.com/2017/11/13/in-memory-data-grid-with-apache-ignite/
➡️ @SpringFrameworkZone
Piotr's TechBlog
In-memory data grid with Apache Ignite - Piotr's TechBlog
Building in-memory data grid with Apache Ignite. Storing data in MySQL using Spring Data JPA.
📁 Spring Security – security none, filters none, access permitAll
https://www.baeldung.com/security-none-filters-none-access-permitAll
➡️ @SpringFrameworkZone
https://www.baeldung.com/security-none-filters-none-access-permitAll
➡️ @SpringFrameworkZone
Baeldung
Spring Security - access permitAll, filters none, security none | Baeldung
The differences between access="permitAll", filters="none", security="none" in Spring Security.
🆕 7 AWS Services Every Developer Should Know About
https://betterjavacode.com/programming/7-aws-services-every-developer-should-know-about
➡️ @SpringFrameworkZone
https://betterjavacode.com/programming/7-aws-services-every-developer-should-know-about
➡️ @SpringFrameworkZone
Code Complete
7 AWS Services Every Developer Should Know About
In this post, I describe 7 AWS services that a developer should know about while working on AWS Cloud platform.
📁 Spring Integration
http://www.springsource.org/spring-integration
👉 Guide https://spring.io/guides/gs/integration/
🌐 You are looking for examples, code snippets, sample applications for Spring Integration? This is the place.
https://github.com/spring-projects/spring-integration-samples
➡️ @SpringFrameworkZone
http://www.springsource.org/spring-integration
👉 Guide https://spring.io/guides/gs/integration/
🌐 You are looking for examples, code snippets, sample applications for Spring Integration? This is the place.
https://github.com/spring-projects/spring-integration-samples
➡️ @SpringFrameworkZone
spring.io
Spring Integration
Level up your Java code and explore what Spring can do for you.
📁 Using Swagger Request Validator to Validate Spring Cloud Contracts
https://springframework.guru/using-swagger-request-validator-to-validate-spring-cloud-contracts/
➡️ @SpringFrameworkZone
https://springframework.guru/using-swagger-request-validator-to-validate-spring-cloud-contracts/
➡️ @SpringFrameworkZone
Spring Framework Guru
Using Swagger Request Validator to Validate Spring Cloud Contracts
The Swagger Request Validator is a slick project supported by the folks at Atlassian. Using your API definition in Swagger v2 or OpenAPI v3, it allows you to programmatically validate your API matches your API…
🆕 Gitlab CI/CD on Kubernetes
https://piotrminkowski.com/2020/10/19/gitlab-ci-cd-on-kubernetes/
➡️ @SpringFrameworkZone
https://piotrminkowski.com/2020/10/19/gitlab-ci-cd-on-kubernetes/
➡️ @SpringFrameworkZone
Piotr's TechBlog
Gitlab CI/CD on Kubernetes - Piotr's TechBlog
This tutorial shows how to run GitLab on Kubernetes, and then create CI/CD pipelines for building and deploying Java and Maven applications.
📁 Database design and discussion – Part I
https://betterjavacode.com/core-java/database-design-and-discussion-part-i
➡️ @SpringFrameworkZone
https://betterjavacode.com/core-java/database-design-and-discussion-part-i
➡️ @SpringFrameworkZone
Code Complete
Database design and discussion - Part I - Code Complete
Social KPI a saas application. In this post, I show how we will be designing the database for this application. Database design in details.
🆕 Constants in Java: Patterns and Anti-Patterns
https://www.baeldung.com/java-constants-good-practices
➡️ @JavaLearnZone
➡️ @SpringFrameworkZone
https://www.baeldung.com/java-constants-good-practices
➡️ @JavaLearnZone
➡️ @SpringFrameworkZone
Baeldung on Kotlin
Constants in Java: Patterns and Anti-Patterns | Baeldung
Learn about using constants in Java with a focus on common patterns and anti-patterns
📁 Fixing 401s with CORS Preflights and Spring Security
https://www.baeldung.com/spring-security-cors-preflight
➡️ @SpringFrameworkZone
https://www.baeldung.com/spring-security-cors-preflight
➡️ @SpringFrameworkZone
Baeldung on Kotlin
Fixing 401s with CORS Preflights and Spring Security | Baeldung
Learn how to fix HTTP error status 401 for CORS preflight requests