Tarique Anwer Python Engineer & Backend Architect

I build production-grade backend systems, open-source Python libraries, and full-stack web & mobile applications. From DeFi data APIs to Django deployments on Cloud Run — I ship things that work.

scroll

Building backends.
Shipping products.

I'm a Python Engineer based in Dhanbad, India, specializing in backend systems, REST APIs, and full-stack web & mobile development. I care about writing clean, maintainable code that solves real problems.

On the open-source side, I've built Python client libraries for DeFi protocols and crypto data platforms — several with 100+ GitHub stars. In my client work, I architect and ship complete products: from Django REST backends to React Native mobile apps.

I also create technical content on X covering Python internals, backend engineering, Linux, databases, and developer tooling — distilling complex topics into digestible insights for the dev community.

58+ GitHub Repos
200+ Stars Earned
5+ Client Projects
Still Working On It

Tools I build with

// Languages
Python JavaScript Shell / Bash C SQL
// Frameworks
Django Django REST FastAPI React Native
// Databases
PostgreSQL MySQL SQLite Redis
// Infra & Tools
Docker AWS Google Cloud Run Nginx Gunicorn GitHub Actions Airflow Firebase Postman

Projects & Client Work

INSTALLED_APPS = [ 'django.contrib.admin', 'catalog', 'orders', 'contact', ] DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql', 'NAME': os.getenv('DB_NAME'), } }
🏥 Django · Cloud Run
Prakash Medical
Client Project · Medical Supplier

Multi-page Django website for an oxygen cylinder & medical equipment supplier. Animated SVG hero, product catalog, testimonials, order form, and mobile-responsive design in sky-blue and navy. Deployed on Google Cloud Run.

Django SVG Animation Cloud Run GCP
// React Native + Django REST const addToCart = async (productId) => { const res = await api.post('/cart/add/', { product_id: productId, quantity: 1, }, { headers: { Authorization: `Bearer ${token}` } }); dispatch(updateCart(res.data)); };
🛒 Full-Stack · Mobile App
Mumm Mart
Client Project · Grocery Mobile App

Complete grocery platform with a Django REST Framework backend (Firebase Auth, PostgreSQL, 6 apps: cart, coupons, orders, products) and a React Native Android/iOS app. Includes custom branding, logo design, and full deployment pipeline.

Django REST React Native Firebase Auth PostgreSQL Android iOS

Python Libraries on GitHub

Writing & Dev Content on X

📢 I post daily developer content on @itzmetarique — Python internals, backend patterns, Linux commands, and Git tips. All within 280 characters. Follow for byte-sized engineering insights.
🐍
Python Internals
generators · decorators
GIL · MRO · comprehensions
context managers · metaclasses
⚙️
Backend Engineering
Django · FastAPI middleware
HTTP status codes · REST design
auth patterns · caching
🗄️
Databases
indexing strategies
eager vs lazy loading
prefetching · query optimization
🐧
Linux & Shell
basic & advanced commands
cron jobs · process management
shell scripting
🌿
Git & Version Control
rebase vs merge
interactive rebase
git workflows · cherry-pick
🛠️
Developer Tooling
Docker · CI/CD pipelines
Postman · Swagger
API design patterns

Let's work together

Open to freelance projects, collaborations, and interesting conversations. Reach out through any of these channels — I usually respond within a day.