Portfolio

Projects

Personal and learning projects for practising Python automation, testing, and server-side development.

Playwright Browser Automation

A learning project for automating repeatable browser tasks with Python and Playwright.

A collection of web-interface scenarios covering element waits, page-state handling, and clear execution results. It is a learning project for practising reliable automation without being tied to a single service.

Python Crypto Market Screener

A screener for exploring market data and selecting instruments by defined conditions.

The project retrieves and processes available market data, applies transparent filtering rules, and prepares results for further analysis. It is a research tool, not trading advice.

Trading AI Bot

Modular infrastructure for research, testing, and strategy experimentation.

A learning infrastructure that separates analytics, strategy rules, execution, and logging. It supports reproducible research and hypothesis testing; it does not claim a profitable strategy or guaranteed returns.

Django Personal Portfolio

A personal portfolio site with project and message management through Django admin.

A personal learning project built with Django: shared templates, responsive layout, project and contact-message models, admin tools, migrations, and tests. It is used to practise backend development and does not claim commercial Django experience.