Skip to content
View IgorNadein's full-sized avatar

Block or report IgorNadein

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
IgorNadein/README.md

Language: English | Русский | Deutsch | Español

Hi, I'm Igor Nadein

Python backend developer focused on APIs, integrations and workflow automation.

Since June 2025, I've worked as a Python Backend / RPA Developer, building and supporting internal business tools. My work includes a corporate portal, REST APIs, background jobs, access control, testing and Docker/Linux deployment. I like turning repetitive processes into software people can use every day.

Before moving into development, I worked in geophysics. That background is useful when working with technical data, investigating inconsistent results and understanding how software fits into real operations.

Alongside Python backend systems, I build web interfaces with React/Next.js and Android apps with Kotlin/Jetpack Compose. I use AI tools for implementation, refactoring and tests, and experiment with pretrained image-segmentation models.

What I work with

  • Backend: Python, Django, Django REST Framework, FastAPI
  • Frontend: React, Next.js, TypeScript, Tailwind CSS; TanStack Query and Zustand
  • Mobile: Kotlin, Jetpack Compose, Room/SQLite, WorkManager; Python/Kivy
  • Data and background jobs: PostgreSQL, Redis, Celery
  • Delivery: Docker, Linux, Git, pytest
  • Focus: API integrations, data processing, internal tools and automation

Selected public projects

Standalone task boards for Django with a bundled React/TypeScript interface. Includes drag-and-drop columns and lanes, access controls, private attachments, checklists and workflow automations. Integrates with existing Django users and sessions. Includes automated tests, GitHub Actions and a local demo.

Python system for processing access-control event logs. Reads CSV, NDJSON and SQLite sources, normalizes identifiers, analyzes attendance and generates Excel reports. Includes a CLI, HTTP API, pytest tests and synthetic demo data.

A standalone Django notification inbox with a bundled React/TypeScript interface. Includes event filters, read/unread state, bulk actions, delivery preferences and quiet hours. Supports email, optional Web Push, Celery and authenticated WebSocket updates. Tested for per-user access isolation and installation in a clean Django host.

Native Android CRM for independent service professionals: clients, appointments, services and finance records, with contact/calendar integration and backup/import. Built with Kotlin, Jetpack Compose, Room and WorkManager for offline-first use.

An Android project based on FitoTrack. My extension adds an offline training-program planner and links recorded workouts to the plan to track adherence. It also builds prompts for AI chatbots with user parameters and the program JSON schema, so the resulting plan can be imported into the app. The underlying workout tracking comes from FitoTrack, with upstream attribution preserved.

A project connecting geoscience and software: an application for analyzing rock-sample photos, with image processing and SQLite storage.

Opportunities

I'm interested in Python backend, integration and automation roles, including opportunities with relocation support.

Email me

Pinned Loading

  1. django-nadein-board django-nadein-board Public

    Standalone task boards and workflow automation for Django, with a bundled React and TypeScript interface.

    TypeScript

  2. LogStorm LogStorm Public

    Access-control events into attendance analytics and Excel reports. Python/FastAPI backend with an offline demo, ISAPI collector, and CSV/NDJSON/SQLite pipeline.

    Python

  3. Palenok Palenok Public

    Люминесцентно-битуминологический анализ фото на Android: разметка, калибровки цвета, скважины и этапы, история и экспорт Excel. Качественная оценка состава.

    Kotlin

  4. django-nadein-notifications django-nadein-notifications Public

    Reusable Django notifications with a React inbox, delivery preferences, quiet hours, email and optional Web Push, Celery and WebSockets.

    Python