dharanshneema.hashnode.devJenkins Pipeline Project on AWS EC2 instanceHey techies! Welcome to another article on Jenkins, where we will create a CI/CD pipeline using Jenkins for a simple project and deploy it on an EC2 instance with an Ubuntu flavor. The project flow will look like this: EC2—>Setup Jenkins—>Jenkins Pip...Feb 16, 2025·4 min read
dharanshneema.hashnode.devStep-by-Step Guide to Jenkins Master-Slave Configuration on AWS EC2Jenkins, a leading open-source automation server, offers robust capabilities for continuous integration and continuous delivery (CI/CD) pipelines. To enhance its performance and scalability, Jenkins employs a Master-Slave architecture, which can be e...Feb 9, 2025·3 min read
dharanshneema.hashnode.devDFS and BFS in graph using Adjacency matrixTerminologies Graph : In DSA generally Graph means set of nodes which are connected to each other (not necessarily). A graph can be collection of nodes which are not connected to each other(disjoined graph). The graph is composed of Vertex and Edges...Sep 25, 2024·4 min read