Open Source Projects

A collection of my experiments and implementations across various technologies. Each project represents a learning journey in different domains.

Commit Intel

An intelligent code review tool that analyzes Git commit changes using local LLM (Ollama) to provide automated code reviews and insights.

Python LLM Ollama Git
View on GitHub

Isolation & Query Optimization

Interactive PostgreSQL demos exploring transaction isolation levels (Read Committed, Repeatable Read, Serializable) and query planning optimization using Python and Docker.

PostgreSQL Python Database Docker
View on GitHub

Database Playground

A comparative study implementation exploring four database paradigms: relational, object-oriented, columnar, and graph databases, demonstrating their unique characteristics and use cases.

Databases SQL NoSQL Graph DB
View on GitHub

URL Shortener

A URL shortening service similar to TinyURL, demonstrating web service fundamentals and URL hashing techniques.

Web Development Backend APIs
View on GitHub

Instagram Data Analysis

Exploratory data analysis on Instagram dataset from Kaggle, uncovering patterns and insights through statistical analysis and visualization.

Python Data Analysis Pandas Visualization
View on GitHub