Menu
Projects
Portfolio Website
Django
01/2025
This project represents portfolio website as a Python Developer. It is a personal platform to showcase skills, professional experience, and projects in a structured and interactive manner. The website includes dynamic sections such as education, skills, work experience, and projects, all of which are manageable through an admin panel. It also serves as a live demonstration of ability to work with Django, PostgreSQL, Docker, and front-end customization.
Github reference: here
Restaurant Kitchen Service
Django
02/2025
Developed the frontend using HTML, CSS, and Bootstrap4 alongside crispy forms for enhanced user interface. Implemented backend functionalities using Django and SQLite, deployed on Render. Created custom login/logout logic with permission mixins, conducted comprehensive testing, and designed user registration functionalities.
Github reference: here
Cyberpunk inventory
FastAPI
10/2024
A simple inventory management system for a cyberpunk-themed game using FastAPI, SQLAlchemy, PostgreSQL, and Pydantic models. The system manages items belonging to their categories that players can acquire in the game. The API provides basic CRUD (Create, Read, Update, Delete) functionality for these items. It implements robust authentication and authorization to control access to the API. Only authenticated users are allowed to perform CRUD operations, including adding items to and removing items from their inventory. However, reading items remains accessible to all users. It includes Swagger and Redoc documentation, along with docstrings for all functions, and examples in schemas. Pytests are implemented for all custom functions. The FastAPI application is dockerized for easy deployment using Docker Compose.
Github reference: here
Most Demand Technologies
Django, Scraper
09/2024
Developed a web scraper using Scrapy framework and XPath for data extraction. Utilized Pandas for data manipulation, asyncio and aiohttp for asynchronous processing, and GoogleTranslator for language translation capabilities. Analyzed and visualized scraped data using Matplotlib, WordCloud, and Seaborn for comprehensive analytics.
Github reference: here
Airport API
API
06/2024
Built a robust API using Django REST Framework within Docker containers, leveraging Redis for caching. Integrated DRF-spectacular for API documentation with Swagger. Utilized PostgreSQL for database management and JWT for secure authentication and authorization.
Github reference: here
To-Do List
Django
06/2024
Designed and developed a task management application using Django framework and SQLite database. Implemented frontend components using HTML, CSS, and Bootstrap4 to provide a user-friendly interface. Incorporated user authentication with login/logout features, integrated forms, and implemented functionalities for task creation, tagging, and deadline management.
Github reference: here
Personal Blog
Django
02/2025
Created a personal blogging platform using Django framework with SQLite database. Implemented user authentication functionalities including login/logout features. Developed features for creating and managing blog posts, and facilitated user interaction through comment sections.
Github reference: here
Patent Scraper and Analysis
Data Analytics, Scraper
02/2025
Advanced web scraping solutions using Beautiful Soup to extract metadata from patent pages, optimizing file sizes and integrating process indicators for efficiency. Utilizing Google Cloud and Python, I conducted patent landscaping and database creation, leveraging BigQuery for data extraction and manipulation. Additionally, I implemented data parsing scripts and utilized matplotlib and seaborn for visual data analysis, applying sklearn's machine learning algorithms such as Logistic Regression, Decision Tree Classifier, KNeighbors Classifier, and SVM for predictive analytics and evaluation with confusion matrices.
Github reference: here