/ فا
code
person
15-year-old Backend Developer

Taha Eslami

Python & Django Systems Architect

Building reliable backend systems, performant RESTful APIs, and scalable web platforms with Python and Django. Focused on clean database schema and resilient system logic.

code badge mail send |
Available for collaborations
views_api.py — django-rest
DRF 3.15 Python 3.12
01
02
03
04
05
06
07
08
09
10
11
12
13
14

from rest_framework import viewsets, status

from rest_framework.response import Response

from .models import ClusterNode, TaskRecord

from .serializers import ClusterNodeSerializer

class NodeHealthViewSet(viewsets.ModelViewSet):

"""High-throughput async cluster telemetry monitor"""

queryset = ClusterNode.objects.select_related('cluster').all()

serializer_class = ClusterNodeSerializer

async def verify_state(self, request, pk=None):

node = await self.get_object_async(pk)

return Response({"status": "ONLINE", "latency_ms": 4.2})

pytest tests/ -v ✓ 42 passed in 0.84s
99.8% Coverage
terminal

Architectural Mindset, Built by Curiosity

I am a 15-year-old software developer with an obsession for backend mechanics. Rather than focusing on superficial gimmicks, I fell in love with what happens behind the screen: how an HTTP packet traverses routing middleware, how relational databases efficiently execute multi-table joins, and how Django's ORM translates intuitive Python abstractions into lightning-fast SQL.

Every project I architect is an exercise in clean code principles, decoupled modules, and practical utility. I do not claim decade-long enterprise accolades; instead, I bring tireless curiosity, deep architectural discipline, and an intrinsic drive to build tools that work reliably under load.

Daily Discipline

4+ Hrs/Day

Code Focus

Python / DRF

Philosophy

Clean & Lean

id_card

Developer Dossier

NODE_ENV: PROD_READY

Full Name Taha Eslami
Age 15 Years Old
Primary Role Python & Django Backend Engineer
Core Language Python 3.11+
Primary Stack Django, DRF, PostgreSQL
Core Focus API Architecture & System Reliability
GPG ID: 0x9AF42B1 TIMEZONE: UTC+03:30 (IRST)
CAPABILITIES

What I Architect & Build

Engineering robust services from the ground up, delivering measurable backend performance and maintainable codebases.

dns

Backend Applications

Robust server-side logic engineered with Django. Clean MVC architecture, resilient exception handling, and decoupled services.

DJANGO • PYTHON • ASYNCIO
api

RESTful APIs

Clean, strict REST APIs built using Django REST Framework. Equipped with JWT token authentication, granular permissions, pagination, and OpenAPI docs.

DRF • JWT • SWAGGER • POSTMAN
web

Django Web Platforms

End-to-end web apps leveraging Django templates, secure form validation, user management, and optimized ORM queries.

DJANGO ORM • HTMX • TAILWIND
smart_toy

Automation Scripts

Intelligent Python routines for scheduled tasks, batch data conversion, resilient web scraping, and automated alert dispatchers.

SELENIUM • BEAUTIFULSOUP • CRON
terminal

Developer CLI Tools

Ergonomic terminal utilities and management commands to streamline deployment sanity checks, database seeds, and log analysis.

ARGPARSE • CLICK • RICH • BASH
database

Database Schema Design

Disciplined relational modeling, indexed schemas in PostgreSQL, migration scripts, and N+1 query elimination strategies.

POSTGRESQL • SQLITE • REDIS CACHING
TECHNICAL ARSENAL

Skills & Technology Stack

A focused, battle-tested toolset honed through deliberate practice and continuous execution.

code Backend & Core
Python (3.10 - 3.12) Advanced
Django Advanced
Django REST (DRF) Advanced
REST API Design Proficient
storage Databases & Cache
PostgreSQL Proficient
SQLite Advanced
Django ORM Queries Advanced
Redis Caching Familiar
developer_board Tools & DevOps
Git & GitHub Advanced
Linux / Bash CLI Proficient
Docker (Containers) Familiar
Postman & cURL Proficient
layers Web & Foundations
HTML5 & CSS3 Proficient
JavaScript (ES6+) Proficient
Tailwind CSS Proficient
HTTP Spec & Security Proficient
PRODUCTION CODE

Featured Engineering Projects

Realistic, cleanly documented backend applications built with architectural diligence.

Explore all repositories arrow_right_alt
taskflow-backend / v1.4.0
POST /api/v1/auth/jwt/verify
Django REST Framework JWT Auth PostgreSQL Throttling

TaskFlow REST API

High-performance task and workflow engine featuring stateless JWT bearer tokens, role-based access control, scoped rate limiting, and comprehensive automated test suites.

terminal View Source
docuvault-app / v2.1.2
ORM Query Optimized
Django 5.0 ORM Optimization Role RBAC SQLite/Postgres

DocuVault Platform

Secure document archiving platform featuring automated metadata indexing, granular file access permissions, chunked upload pipelines, and optimized prefetch queryset caching.

terminal View Source
pymetrics-cli / daemon
TELEGRAM WEBHOOK ACTIVE
Python CLI Asyncio Telegram Bot API Daemon

PyMetrics CLI & Monitor

Lightweight asynchronous CLI and daemon that monitors server latency, HTTP health, and system resource anomalies, firing instant alert payloads to Telegram webhooks.

terminal View Source
store-backend / headless
SWAGGER / OPENAPI 3
Django REST Atomic Transactions PostgreSQL Cart Engine

StoreBackend E-Commerce API

Modular headless e-commerce backend with atomic order processing, inventory concurrency safety ('select_for_update'), discount coupon logic, and Swagger UI.

terminal View Source
EVOLUTION

Development Journey & Milestones

The deliberate path from simple scripts to architecting decoupled distributed APIs.

2021 — AGE 11-12

First Lines of Code

Discovered the sheer thrill of programming. Started with algorithmic puzzles, boolean logic, and basic terminal utilities that sparked an enduring obsession.

2022 — AGE 12-13

Diving Deep into Python

Deep mastery of Python fundamentals: data structures, object-oriented design patterns, functional paradigms, filesystem manipulation, and automation scripting.

2023 — AGE 13-14

Backend & Relational Databases

Demystifying server architecture. Studied database normalization in SQLite and PostgreSQL, the HTTP request/response pipeline, and built initial web endpoints.

2024 — AGE 14-15

Production-Grade Django & DRF

Adopted Django and Django REST Framework as primary engines. Implemented secure user authentication, token verification, optimized ORM queries, and enterprise REST patterns.

2025 & BEYOND — PRESENT

Continuous Growth & Open Source

Shipping open-source tools, adopting Redis caching strategies, containerizing services with Docker, exploring async Django, and architecting resilient micro-services.

insights

Contribution & Code Rhythm

Public Git commits, reviews, and architecture pushes

code @tahaeslami on GitHub
Continuous commit rhythm over the past 30 weeks 840+ Contributions in past year
Mon Wed Fri
Less More
GET IN TOUCH

Let's Build Something Resilient

Whether you have an interesting backend problem to solve, want to collaborate on open-source, or simply talk Django optimization, my inbox is always open.