PinnedInBetter ProgrammingbyRui Zhou·Jun 6, 2023Spring Boot 3 MigrationA few actionable steps to prepare for your Spring 3 migration
Rui Zhou·Mar 7Titanic XGBoost Notebook: Fun with AI-Assisted ROC, Threshold, and EDAThe Titanic dataset on Kaggle is a classic machine-learning playground. My notebook largely follows Wissam S.’s excellent step-by-step…
Rui Zhou·Oct 21, 2024Play Kaggle Titanic with AWS Sagemaker canvasHow to utilize a no-code or low-code environment to create machine learning models without needing to write code
InJavarevisitedbyRui Zhou·Apr 8, 2024Implement API first strategy with OpenAPI generator pluginEveryone is talking about API first strategy nowadays, In this article I will demo how we exactly implement API first strategy with OpenAPI…
InJavarevisitedbyRui Zhou·Feb 28, 2024Spring OAuth2 client— integrate with social loginIn this article, I will give an example of how to use Spring OAuth2 client to integrate with social login with just a few lines of kotlin…A response icon1A response icon1
Rui Zhou·Feb 3, 2024OAuth2 — write a resource server with KeyCloak and Spring SecurityNowadays in a Cloud-native application system, a microservice is a kind of resource server that needs to be protected. In this article, I…A response icon1A response icon1
Rui Zhou·Dec 29, 2023Understand sequence diagram and trace distributed applications with Open Telemetry/PlantUml SDKIn this article, I built an application(sequencetracing) to understand the PlantUml script and trace the real HTTP calls across multiple…A response icon1A response icon1
InBetter ProgrammingbyRui Zhou·Oct 24, 2023Real-Time Message Ingestion to Big Data PlatformA practice to ingest the data in real-time from Kafka cluster to the Hadoop/HDFS platform
InJavarevisitedbyRui Zhou·Oct 16, 2023JVM OOM in Kubernetes POD with small memory allocatedHow to configure JVM memory on POD with a small memory resource.A response icon1A response icon1
Rui Zhou·Sep 30, 2023Build a cloud-native application with BuildpacksBuildpacks can transform your application source code into modern container standards images that can run on any cloud without Dockerfile