Skip to content
View NEFORCEO's full-sized avatar
:shipit:
Web Developer
:shipit:
Web Developer

Block or report NEFORCEO

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
NEFORCEO/README.md
snake animation

๐Ÿ‘‹ Hi, I'm Nefor

Junior Backend Developer โ€ข FastAPI Enthusiast โ€ข Python Lover

Telegram Portfolio


๐ŸŒŸ About Me

  • ๐Ÿ‡ท๐Ÿ‡บ From Russia
  • ๐Ÿ Started learning Python in 2023
  • โšก Started learning FastAPI in 2025
  • ๐Ÿ”ฅ Already building my own backend projects
  • ๐Ÿงฉ Focus: backend architecture, async, automation
  • ๐Ÿ‹ Learning Docker, production patterns
  • ๐Ÿ“ฆ Writing clean & structured backend code

๐Ÿงฌ Skills (Logos + Stars)

Logo Skill Level Description
Python โญโญโญโญโ˜† OOP, async, typing, clean code
FastAPI โญโญโญโญโ˜† Routers, JWT, middleware, services
SQLAlchemy 2.0 โญโญโญโ˜†โ˜† Async ORM, models, sessions
PostgreSQL โญโญโญโ˜†โ˜† Queries, indexes, relations
Docker โญโญโญโ˜†โ˜† Containers, compose, images
Linux โญโญโ˜†โ˜†โ˜† Shell, permissions, process basics

๐Ÿง  Timeline


๐Ÿงช What I'm Working On Now

  • ๐Ÿš€ Writing backend FastAPI services
  • โšก Learning deep async patterns
  • ๐Ÿ‹ Dockerizing every project
  • ๐Ÿ› ๏ธ Building clean architecture (routers โ†’ services โ†’ repos)
  • ๐Ÿงฉ Writing production-ready Python code

๐Ÿงฐ Tech Stack

Backend

Python FastAPI SQLAlchemy

Databases

PostgreSQL

DevOps / Tools

Docker GitHub Linux


๐Ÿ“Š GitHub Stats


๐Ÿ”ฅ Featured Projects

๐Ÿ”น FastAPI To-Do API

Simple, clean REST backend for task management.

๐Ÿ”— Source: https://github.com/NEFORCEO/ToDoList


๐Ÿ”น New Projects Coming Soon

Backend utilities, automations, micro APIs


๐Ÿ–ฅ๏ธ Code Preview

class Developer:
    def __init__(self):
        self.name = "Nefor"
        self.started_python = 2023
        self.started_fastapi = 2025
        self.stack = ["Python", "FastAPI", "PostgreSQL", "Docker"]

    def __str__(self):
        return f"{self.name} is building backend systems with {', '.join(self.stack)}..."

me = Developer()
print(me)

python logo



โญ Enjoy my work โ€”
and see you among the commits.


Pinned Loading

  1. AuthCodeService AuthCodeService Public

    Python

  2. email-fastapi email-fastapi Public

    Python

  3. ndugram/fastgram-cli ndugram/fastgram-cli Public

    fastai-cli terminal python

    Python 13