NSNeha Sawantincicd-pipeline-usingaws-tools.hashnode.dev路Aug 1, 2025 路 22 min readComplete CI/CD pipeline using AWS toolsStep 1: Set Up a Web App in the Cloud Designed and implemented the foundational components of a CI/CD pipeline by developing a web application from scratch. Provisioned and configured an Amazon EC2 instance, established a secure remote connection us...00
NSNeha Sawantincicd-devops-project.hashnode.dev路Aug 1, 2025 路 15 min readEnd-to-End Kubernetes Cluster Implementation with CI/CD Pipeline and Monitoring ToolsProject structure: Stage 1: Create Instances: Edit security group: Create 3 VMs: Master, Slave-1, Slave-2 To create an Ubuntu EC2 instance in AWS, follow these steps: Sign in to the AWS Management Console: Go to the AWS Management Co...00
NSNeha Sawantindjango-todo-app-devops-project.hashnode.dev路Jul 19, 2025 路 6 min readDjango Todo App - Complete DevOps CI/CD PipelineRun the Django Project Locally Steps: 1锔忊儯 Open project in VS Code 2锔忊儯 Create a virtual environment Python projects often use different versions of libraries. Example: Project A uses Django 2.2, Project B uses Django 3.2. If you install packages g...00
NSNeha Sawantinmongodbtutorial.hashnode.dev路Jun 22, 2025 路 5 min readMongoDBWhat are databases Databases are organized collections of data that are structured to enable efficient storage, retrieval, and management of information. Whenever you create a full stack app , you persist data in databases Types of databases Relati...00
NSNeha Sawantinwebsocketbasics.hashnode.dev路Jun 22, 2025 路 3 min readWebsocketBackend communication refers to how the backend (server-side) of an application interacts with other systems, services, or databases to perform operations, process data, or respond to client (frontend) requests Types of communication Synchronous (Str...00