ISIbrahim Sinibrahims.hashnode.dev路Dec 31, 2023 路 1 min readWhat is JDK & JRE & JVM饾棟饾棗饾棡 (饾棟饾棶饾槂饾棶 饾棗饾棽饾槂饾棽饾椆饾椉饾椊饾椇饾棽饾椈饾榿 饾棡饾椂饾榿) JDK is like a toolkit for Java developers. It contains tools, executables, and binaries needed for Java development, including compilers, debuggers, and other utilities. 饾棟饾棩饾棙 (饾棟饾棶饾槂饾棶 饾棩饾槀饾椈饾榿饾椂饾椇饾棽 ...00
ISIbrahim Sinibrahims.hashnode.dev路Jul 19, 2023 路 3 min readKey components of a CI/CD pipelineA CI/CD (Continuous Integration/Continuous Deployment) pipeline is a set of practices and tools used to automate the software development process, from code integration to deployment. It enables teams to deliver software more frequently, reliably, an...00
ISIbrahim Sinibrahims.hashnode.dev路May 30, 2023 路 5 min readMonitoring Tool - GrafanaGrafana is an open-source data visualization and monitoring tool commonly used for analyzing and monitoring time-series data. It provides a rich set of features and functionalities that make it popular among DevOps teams, system administrators, and d...00
ISIbrahim Sinibrahims.hashnode.dev路May 29, 2023 路 1 min readDockerize a login-pageCreate a folder Clone the repository Create a docker file Build the docker image Run the image Test the project Create a folder Clone the repository git clone https://github.com/Ibrahimsi/login-page.git Create a Dockerfile FROM node:latest #...00
ISIbrahim Sinibrahims.hashnode.dev路May 23, 2023 路 1 min readDockerize a React & Tailwind Blog Page projectSteps: Create a folder Clone the repository Make a Dockerfile Build docker image Run the image Test the project Create a Folder Clone the Repository Make a Dockerfile Build docker image Run the image Test the output localhost:300000