InLevel Up CodingbyNoah HsuDesign an Easy-to-Test, Flexible Application with Config Server, Toggle System, and Mock ServerIn the modern software’s fast-paced environment, the ability to swiftly adapt to changing requirements and market demands is the key to…Mar 31, 2024Mar 31, 2024
InLevel Up CodingbyNoah HsuSafely Deliver Large Scale Feature Migration With Feature Togglea migration schedule that once the development is done, we need no code change to manage the feature execution for test and canary release.Dec 21, 20232Dec 21, 20232
InDevOps.devbyNoah HsuThe First Step Toward True Continuous DeliveryRun E2E Test( Postman collection for example) in PR check by GitHub ActionMay 13, 2023May 13, 2023
InDevOps.devbyNoah HsuSafely Push Imaged to Docker Hub When Push Tag to GitHubsafe way to build and push images to Docker Hub by GitHub Action when push git tag. by add secret, protected tags rule and local test by…Mar 16, 2023Mar 16, 2023
InJavaToDevbyNoah HsuSpring Boot 3 Observability: monitor Application on the method levelObservability in Spring Boot 3 now provide an effortless way by annotation to observe the logs, trace, and metrics data for our spring…Feb 27, 2023Feb 27, 2023
InDevOps.devbyNoah HsuTest GitHub Action locally with the cacheintroduce how to run the GitHub Action locally by nektos/act with actions/cache to accelerate the jobs, and then check if the cache works…Feb 6, 2023Feb 6, 2023
Noah HsuBuild a Jenkins Pipeline to Upload Files to AWS S3In this Post, I’ll share a practice doing the following job with jenkins pipeline:Jun 20, 2021Jun 20, 2021
InJavaToDevbyNoah HsuCompare image size and building time between Dockerfile, Buildpack, and Jib for multi-module…I focus on 1. time cost for the first image 2.time cost for all images 3.image size 4.shared image layer sizeJan 7, 2023Jan 7, 2023