Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
More from this blog
What is JDK & JRE & JVM
Java

Key components of a CI/CD pipeline
A 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...

Monitoring Tool - Grafana
Grafana 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...
Dockerize a login-page
Create 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 #...









