A Curious Coder

Thoughts on code

  • Home
  • About

Follow

Tags

java kubernetes maven reactive spring spring-mvc webflux

Recent Posts

Spring Webflux Functional Based

May 29, 2018
featured image
Photo by Rula Sibai

Kubernetes & Logging

April 4, 2018
featured image
Photo by Frank McKenna

Optional Path Variables in Spring Mvc

December 28, 2017
featured image
Photo by Marc Schäfer

© 2019 A Curious Coder

Powered by Hugo

Spring Webflux Functional Based

May 29, 2018 Bas Passon

2 minute read

featured image
Photo by Rula Sibai

Spring Framework version 5 introduces the WebFlux framework for reactive web programming. This article demonstrates WebFlux functional style.

Continue Reading
spring reactive java webflux

Kubernetes & Logging

April 4, 2018 Bas Passon

5 minute read

featured image
Photo by Frank McKenna

When running services in Kubernetes you want to know what is going on. This article shows how to capture logs using Elasticsearch, Fluentd and Kibana.

Continue Reading
kubernetes spring java

Optional Path Variables in Spring Mvc

December 28, 2017 Bas Passon

3 minute read

featured image
Photo by Marc Schäfer

Creating optional path variables in Spring MVC is not as obvious as you would expect. This article demonstrates how to do it using optionals.

Continue Reading
spring spring-mvc java
  • Previous
  • 1
  • 2
  • Next