Category Archives: Power Shell Scripts

Power Shell Scripts

Node.js Demo App with CI/CD using GitHub Actions & DockerHub

By | August 27, 2025

This is a simple Node.js application that demonstrates how to set up a CI/CD pipeline using GitHub Actions and DockerHub. The pipeline automatically builds, tests, and deploys the Docker image to DockerHub whenever changes are pushed to the main branch. 🔗 GitHub Repository 👉 GitHub: jaspreet237/nodejs-demo-app👉 Youtube Link : https://youtube.com/shorts/Ys0DX15pdaA?feature=share 🛠 Tech Stack 📁 Project Structure nodejs-demo-app/ ├── .github/ │ └── workflows/… Read More »

Deployment of MedusaJS V2 Ecommerce Backend on AKS (Azure Kubernetes Service)

By | November 7, 2025

This project demonstrates a production-like deployment of a MedusaJS v2 ecommerce backend using Docker, Jenkins CI/CD, Azure Kubernetes Service (AKS), and PostgreSQL. The backend exposes REST APIs and an admin panel for managing ecommerce operations. 🔧 Tech Stack 📁 Project Structure 🚀 Features 🛠️ Setup & Deployment 1. Clone the Repo git clone https://github.com/jaspreet237/MedusajsV2.gitcd MedusajsV2 2. Build Docker Images docker build… Read More »

What is Python?

By | May 1, 2024

Python is a simple programming language for beginners and developers as well. Python is high-Level language which is known for: # Easy to Understand # Versatile # Flexible # Community Support # Compatibility