🚀 Projects

Azure Databricks Log Analytics Pipeline

Built a cloud-based data engineering pipeline using Azure Data Lake, Databricks, and Delta Lake to process and analyze application logs. The system ingests raw log data, performs transformations using PySpark, and stores it in Delta format to enable ACID transactions and versioned data analysis. Implemented SQL-based update and delete operations along with time travel to access historical data states.

  • Simulates real-world log analytics system used in production environments
  • Designed end-to-end data pipeline on Azure
  • Processed log data using distributed computing (Spark)
  • Implemented ACID operations using Delta Lake
  • Demonstrated time travel for historical data querying
Azure Data Lake (ADLS Gen2)Azure DatabricksDelta LakePySparkSQL

Go File Organizer CLI

A fast and efficient CLI tool built in Go to automatically organize files into folders based on file extensions. Handles directories safely, runs cross-platform, and simplifies file management.

  • Organizes files automatically by extension.
  • Cross-platform support (Windows, macOS, Linux).
  • Built with Go’s standard library — no dependencies.
  • Future-ready: dry-run mode and test automation planned.
GoCLIFile SystemCross-PlatformAutomation

Capstone Todo API

A production-ready REST API for task management, built with Go and PostgreSQL, containerized using Docker, and deployed on Render. Implements secure CRUD operations and clean architecture.

GoDockerPostgreSQLRenderDSAREST APICloud Deployment

Learning Go

Personal repository documenting my journey learning Golang through practical examples and mini-projects.

GoCLIData Structures

RideShare

Blockchain-based carpool platform saving 31% in ride charges. Built with encrypted peer-to-peer smart contracts and transparent transactions.

Node.jsExpressJSSolidityBlockchain

Shopping

Scalable e-commerce site with secure user authentication, matrix image processing, and seamless cart-to-checkout flow.

PythonDjangoSQLite

ImageUploader

Secure image upload system with encryption, metadata tagging, and optimized backend performance.

PythonDjangoPillow