Skip to main content
George Khananaev
Tag archive

Python tools and backend projects

7 posts

Python work ranges from image processing and AI spreadsheet assistance to developer tools and business software. Public projects include setup and usage guidance. Commercial overviews describe purpose, role and technologies without private implementation details.

Choose a tool by the problem you want to solve, then compare its scope with the platform case studies.

Discuss a related architecture problem
Read FastAPI DocShield: protect your API docs with one line
FastAPI DocShield project illustration
Public projectGitHub

FastAPI DocShield: protect your API docs with one line

HTTP Basic Auth on the OpenAPI docs endpoints for FastAPI

A tiny FastAPI extension that adds HTTP Basic Authentication to the Swagger UI, ReDoc, and OpenAPI JSON endpoints. Drop it in, set a username and password, and your API docs are no longer public. Useful when you want docs in production but not publicly indexable.

fastapipythonsecurityauthentication
2 min read14
Explore project
Read Excel AI Assistant: AI transforms for spreadsheets
Excel AI Assistant with spreadsheet selection and an empty data preview
Public projectGitHub

Excel AI Assistant: AI transforms for spreadsheets

A Python desktop app that adds LLM-powered transformations to Excel and CSV files

A Python desktop application that enhances Excel and CSV files using AI transformations. Features dual AI backends (OpenAI API and local Ollama), customizable prompt templates, batch processing, and a workflow built for analysts who want AI without leaving their spreadsheet.

pythonaillmopenaiollama+1 more
2 min read74
Explore project
Read py-image-compressor: batch image compression in Python
Python Bulk Image Compressor running in a terminal, with installation, compression output and a log window
Public projectGitHub

py-image-compressor: batch image compression in Python

A lightweight CLI for compressing, converting, and resizing images in bulk

A small Python utility for compressing, converting, and resizing hundreds of images at once. Supports modern formats like WebP, handles recursive directory scans, and preserves structure so you can run it on a whole asset folder safely.

pythoncliimageswebpautomation
2 min read38
Explore project
Read PyNextStack: a full-stack user management starter
PyNextStack public demo sign-in interface
Public projectGitHub

PyNextStack: a full-stack user management starter

FastAPI backend, Next.js frontend, auth and profiles out of the box

A full-stack user management system with a Next.js frontend and FastAPI backend. Registration, authentication, profile management, and a Material-UI interface. Production-ready defaults so you can focus on your actual product instead of rebuilding the login form.

fastapinextjspythontypescriptauthentication+1 more
2 min read25
Explore project
Read Travel Panel: Enterprise Platform & Leadership
Moon Holidays public website, representing the organization rather than its private application
Commercial workConfidential

Travel Panel: Enterprise Platform & Leadership

Confidential commercial work · public purpose and technologies

A public overview of Travel Panel, George’s engineering leadership, and organizational AI and automation work. Internal implementation stays private.

pythonfastapitypescriptnextjsreact+10 more
2 min read
Read overview
Read Google Reviews Scraper Pro: Google Maps Review Scraper
Google Reviews Scraper Pro command output showing a sample SQLite database with three businesses and separate CSV exports
Public projectGitHub

Google Reviews Scraper Pro: Google Maps Review Scraper

Multi-business collection, review history, image storage, and a REST API

An open-source Google Maps review scraper with multilingual collection, SQLite history, image downloads, MongoDB sync, S3 storage, and a FastAPI service.

pythonweb-scrapingmongodbautomationselenium
3 min read330
Explore project
Read Dark Theme Auth FastAPI Server
Dark-themed Swagger UI from the FastAPI starter repository, showing an interactive documentation example
Public projectGitHub

Dark Theme Auth FastAPI Server

A FastAPI template with auth-protected endpoints, Redis, logging, and a custom dark-themed docs UI

A versatile FastAPI server template with authentication-protected endpoints, Redis caching, structured logging, and a custom dark theme for the API documentation. A solid foundation for production APIs that want opinions baked in from day one.

fastapipythonredisauthenticationtemplate
2 min read10
Explore project