AAnasinanasmansuri.hashnode.dev·4d ago · 14 min readMaven Chapter 1 – Introduction to Maven Sabse pehle ek question. Maan le tune ek Java project banaya. Ab tujhe chahiye: MySQL Driver Spring Boot JUnit Lombok Ye sab kaise add karega? Agar Maven nahi 00
AAnasinanasmansuri.hashnode.dev·Mar 15 · 5 min readWanderlust DevSecOps project Wanderlust DevSecOps CI/CD Project Documentation 1. Introduction Wanderlust is a full-stack travel listing platform designed to allow users to explore, create, and manage travel destinations.The appli00
AAnasinanasmansuri.hashnode.dev·Feb 14 · 3 min readdevelopment setupInstall Dependencies Run these commands ek hi baar: sudo apt update sudo apt install openjdk-17-jdk mysql-server git -y curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - sudo apt install -y nodejs Check karlo versions: java -version ...00
AAnasinanasmansuri.hashnode.dev·Mar 10, 2025 · 8 min readDeploying a Node.js Application on Kubernetes with Jenkins, Docker, and Kind: A Step-by-Step GuideIn this blog post, we will walk through the process of deploying a Node.js application on Kubernetes using Jenkins for CI/CD, Docker for containerization, and Kind (Kubernetes in Docker) for local cluster management. We will cover everything from set...00
AAnasinanasmansuri.hashnode.dev·Feb 27, 2025 · 4 min readDeploying a Node.js Application with Docker and KubernetesHey there! Today, I want to share my experience of deploying a Node.js application using Docker and Kubernetes. It was quite a journey, and I learned a lot along the way. If you’re looking to do something similar, I hope this step-by-step guide helps...00