Skip to content
View Olli4ka's full-sized avatar
πŸ‘©β€πŸ’»
πŸ‘©β€πŸ’»

Block or report Olli4ka

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Olli4ka/README.md

Hi there, I'm Olga πŸ‘‹

I'm a Python backend developer in progress, building practical projects and growing my backend skills step by step.

I like to understand how things work under the hood, not just make them run.
Building projects, breaking things, fixing them β€” and learning along the way.
Focused on clean code, practical skills, thoughtful architecture, and automating what can be automated.

Languages and Tools

Backend: Django β€’ Django REST Framework β€’ GraphQL β€’ JWT
Testing & API: pytest β€’ OpenAPI / Swagger

Featured Projects

πŸ₯— Recipe GraphQL API β€” A production-oriented GraphQL API for managing recipes, ingredients, categories, reviews, and favorites. Built with Django, Graphene-Django, PostgreSQL, JWT authentication, Docker Compose, Gunicorn, and Nginx.
πŸ“š StoryVault API β€” A REST API for a book-sharing club, built with Django REST Framework. Includes authentication, permissions, filtering, pagination, custom actions, and automated testing.
πŸ€– AI Blog API β€” A REST API built with Django REST Framework, featuring JWT authentication, role-based permissions, OpenAPI documentation, filtering, pagination, and automated testing.
πŸ–ΌοΈ Image Hosting Server β€” A Python web application for uploading, storing, and viewing images. Built with pure Python, PostgreSQL, and Docker, with pagination and image thumbnails.

Pinned Loading

  1. Open_ai_telegram_bot Open_ai_telegram_bot Public

    Telegram Bot with ChatGPT interaction

    Python 1

  2. web_scraper web_scraper Public

    A Python web scraper for extracting product data from e-commerce websites. This project demonstrates web scraping techniques including pagination handling, error management, and data export to CSV.…

    Python