Pinned Repositories
Adventure-Works
This project demonstrates a complete, real-world implementation of a modern data engineering pipeline using the Azure cloud ecosystem. Built around the AdventureWorks dataset, the pipeline follows the Medallion Architecture (Bronze → Silver → Gold), enabling structured data refinement from raw ingestion to business-ready insights.
CI-GithubAction
This project is a hands-on implementation of Continuous Integration (CI) using GitHub Actions with a basic Node.js backend. The goal is to understand and demonstrate how CI pipelines can be automated using GitHub’s native CI/CD features. The workflow runs automatically on every push or pull request to the main branch.
install-miniqube-with-github-action
This repository demonstrates how to install and run Minikube inside a GitHub Actions workflow. It sets up a local Kubernetes cluster in a CI/CD environment using the Docker driver. Ideal for testing Kubernetes manifests, Helm charts, and automation tasks directly in your pipeline.
LEMP-stack-docker-compose
This project sets up a WordPress site using a complete LEMP stack (Linux, Nginx, MySQL, PHP) inside Docker containers via docker-compose. It includes a bash script that automates the setup process—checking dependencies, pulling the latest WordPress version, generating /etc/hosts entries, and managing the lifecycle of the site (start, stop, delete).
Terrafrom
This repository contains Terraform code examples and modules that I created while learning Infrastructure as Code (IaC) on AWS Cloud. It covers various AWS services including EC2, VPC, S3, and more, helping to understand how to automate cloud infrastructure provisioning using Terraform.
NYC-TAXI
This repository contains a complete end-to-end real-time data engineering project built using Azure Data Factory, Databricks, Delta Lake, and Azure Data Lake Storage. It demonstrates how to dynamically ingest data from public APIs (NYC Taxi Dataset), process it using PySpark, and structure it using the Medallion Architecture (Bronze, Silver, Gold )
ATM-Machine
A simple ATM simulation in Java using OOP concepts. It includes PIN verification, balance check, deposit, and withdrawal features via command-line. Designed to practice Java basics like classes, methods, conditions, and user input.
Currency-Converter
A simple and lightweight currency converter web application built using Java Servlets and Google Gson. It fetches real-time exchange rates from external APIs and allows users to convert between global currencies via a browser-based interface.
Employee-Payroll-System
A Java-based application for managing employee payroll efficiently. It supports adding full-time and part-time employees, calculating salaries, and maintaining employee records with a user-friendly console interface.
FAANG-Coding-Interview-Questions
A curated List of Coding Questions Asked in FAANG Interviews
neha-dev-dot's Repositories
neha-dev-dot/NYC-TAXI
This repository contains a complete end-to-end real-time data engineering project built using Azure Data Factory, Databricks, Delta Lake, and Azure Data Lake Storage. It demonstrates how to dynamically ingest data from public APIs (NYC Taxi Dataset), process it using PySpark, and structure it using the Medallion Architecture (Bronze, Silver, Gold )
neha-dev-dot/Paris2024-Analytics
neha-dev-dot/neha-dev-dot
Config files for customizing and enhancing my GitHub profile. This includes sections for tools and technologies, certifications, cloud services, contributions, projects, and learning updates. It reflects my journey, achievements, and interests in DevOps, cloud computing, open-source, and continuous learning.
neha-dev-dot/Adventure-Works
This project demonstrates a complete, real-world implementation of a modern data engineering pipeline using the Azure cloud ecosystem. Built around the AdventureWorks dataset, the pipeline follows the Medallion Architecture (Bronze → Silver → Gold), enabling structured data refinement from raw ingestion to business-ready insights.
neha-dev-dot/Pyspark-Tutorial
This repository is part of my journey to learn **PySpark**, the Python API for Apache Spark. I explored the fundamentals of distributed data processing using Spark and practiced with real-world data transformation and querying use cases.
neha-dev-dot/LEMP-stack-docker-compose
This project sets up a WordPress site using a complete LEMP stack (Linux, Nginx, MySQL, PHP) inside Docker containers via docker-compose. It includes a bash script that automates the setup process—checking dependencies, pulling the latest WordPress version, generating /etc/hosts entries, and managing the lifecycle of the site (start, stop, delete).
neha-dev-dot/install-miniqube-with-github-action
This repository demonstrates how to install and run Minikube inside a GitHub Actions workflow. It sets up a local Kubernetes cluster in a CI/CD environment using the Docker driver. Ideal for testing Kubernetes manifests, Helm charts, and automation tasks directly in your pipeline.
neha-dev-dot/Currency-Converter
A simple and lightweight currency converter web application built using Java Servlets and Google Gson. It fetches real-time exchange rates from external APIs and allows users to convert between global currencies via a browser-based interface.
neha-dev-dot/CI-GithubAction
This project is a hands-on implementation of Continuous Integration (CI) using GitHub Actions with a basic Node.js backend. The goal is to understand and demonstrate how CI pipelines can be automated using GitHub’s native CI/CD features. The workflow runs automatically on every push or pull request to the main branch.
neha-dev-dot/ATM-Machine
A simple ATM simulation in Java using OOP concepts. It includes PIN verification, balance check, deposit, and withdrawal features via command-line. Designed to practice Java basics like classes, methods, conditions, and user input.
neha-dev-dot/System-Design
System Design for Web-Apps
neha-dev-dot/HTTP-SERVER
A simple HTTP server built using Node.js core modules. It handles basic routing, parses incoming requests, sets custom headers and status codes, and runs on a configurable port — all without using any external libraries. Ideal for understanding how Node.js works under the hood for backend development.
neha-dev-dot/Terrafrom
This repository contains Terraform code examples and modules that I created while learning Infrastructure as Code (IaC) on AWS Cloud. It covers various AWS services including EC2, VPC, S3, and more, helping to understand how to automate cloud infrastructure provisioning using Terraform.
neha-dev-dot/Student-Management-System
A simple Student Management System built using Spring Boot and SQL database. I am developing this project as part of my learning journey to understand backend development, RESTful APIs, and database integration.
neha-dev-dot/Employee-Payroll-System
A Java-based application for managing employee payroll efficiently. It supports adding full-time and part-time employees, calculating salaries, and maintaining employee records with a user-friendly console interface.
neha-dev-dot/sre-interview-prep-guide
Site Reliability Engineer Interview Preparation Guide
neha-dev-dot/FAANG-Coding-Interview-Questions
A curated List of Coding Questions Asked in FAANG Interviews