[Proxmox] Setup proxmox cluster and join node
It is easy to find many material on how to setup cluster, but sometime it will have variance issues when join cluster. Lesson learnt from previous work, I will conclude them into steps and hope […]
It is easy to find many material on how to setup cluster, but sometime it will have variance issues when join cluster. Lesson learnt from previous work, I will conclude them into steps and hope […]
When git checkout commit, found error Fix Unable to read tree like that.
For DTO validation, normally it will implement in different class property and trigger with @Validate annotation. However, it will not be trigger when method call due to performance issue. We can trigger the checking in […]
To standardize code style among different project and teams, snippet is one of the tools to implement coding standard. However, snippet is the two-side blade for developer. It will introduce duplicate code and result difficult […]
For executing pipeline, it is common to get package version. One of the patrice is mark the package version in package info file. In this example, it will use Gradle as example to show how […]
For debugging pipeline, it is common to save, push and execute pipeline manually. However it is not a good idea because it might increase unnecessary commit and pull request in branch. It can be solved […]
When try to register GitLab runner with command gitlab-runner register : gitlab-runner register : tls: failed to verify certificate: x509: certificate relies on legacy Common Name field, use SANs instead. It caused by GitLab not […]
In HTML, we can use tag <Template> to create reusable component, but it is limited in single. In this article, it will show how to create JavaScript component in seperate HTML / JS files.
In previous article, after project created it can execute custom python script to customize template. In this example, it will extend the project to integrate with git.
There are several ways to create project. It can be done by IDE default wizard or generate via spring initializer. Even these are convenient to us to setup project, but for organization it might has […]
Copyright © 2024 | MH Magazine WordPress Theme by MH Themes