Category Archives: Power Shell Scripts

Power Shell Scripts

Microsoft 365 Admin Roadmap (Beginner to Pro)

By | December 2, 2025

๐ŸŸฆ STAGE 1 โ€” Fundamentals (Beginner) Goal: Understand the basics of M365 & core admin concepts. 1๏ธโƒฃ Learn the Basics of Microsoft 365 Study topics: 2๏ธโƒฃ Learn the Microsoft 365 Admin Center (Portal Basics) Explore all sections: Practice:โœ” Create a userโœ” Assign a licenseโœ” Reset passwordโœ” Add alternate emailโœ” Create a Microsoft 365 Groupโœ” Createโ€ฆ Read More »

terraform-docker-nginx

By | August 22, 2025

Infrastructure as Code (IaC) with Terraform ๐Ÿš€ Objective Provision a local Docker container using Terraform. ๐Ÿงฐ Tools Used ๐Ÿ“ Project Structure terraform-docker-app/ โ”œโ”€โ”€ main.tf โ”œโ”€โ”€ apply-log.txt โ”œโ”€โ”€ README.md ๐Ÿ“ Steps Performed 1. โœ… Wrote Terraform Configuration File: main.tf 2. โœ… Terraform Commands Used terraform init # Initialize the project terraform plan # See execution plan terraform applyโ€ฆ Read More »

nodejs-demo-app-jenkins

By | August 22, 2025

๐Ÿ›  Jenkins CI/CD Integration ๐Ÿ“Œ Overview This project also includes a Jenkins-based CI/CD pipeline that automates the process of building a Docker image from the Node.js app and pushing it to Docker Hub whenever new changes are pushed to GitHub. ๐Ÿš€ Jenkins Setup Steps โœ… Prerequisites Jenkins installed (Currently installed on local system) Docker installedโ€ฆ Read More »

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