Previously I’ve containerized a spring boot application using Docker. I’ve chosen to reuse this project for this article. The image is pushed here....
We are in the microservice era, we need to deploy our applications very fast. Before containers, Kubernetes etc. deploying a Java or Spring boot...
State manage is a necessary thing in every frontend projects. Sometimes we need to define some objects throughout the application globally. If we do...
Form validation is a basic need in any frontend application. But if we need to do a validation from scratch, it could be a tedious and error-prone....
Sometimes we need to search text in log files or command outputs. For example, you may need to search error in production server's log files....
If we want to work in linux servers, The knowledge of file/folder manipulation is a must. In this article, I'm going to share my knowledge about the...