Simulating the Universe, One Repo at a Time

Hi, I'm Mohammad Hussein

|

I turn complex formulas into reliable, high-performance code. Whether you need a bug‑free backend, a physics‑based simulation, or a seamless API — I build it so you don't have to worry about errors or delays.

mohammad@arch:~
# whoami
$ cat profile.json
{
  "name": "Mohammad Hussein",
  "role": "Backend Developer",
  "stack": ["Python", "Django", "FastAPI"],
  "os": "Arch Linux",
  "editor": "Neovim",
  "mission": "Simulate the universe"
}

The Story So Far

From translating technical docs to building systems that power them.

Mohammad Hussein

Physics, Code & Everything In Between

I'm a Physics & Mathematics enthusiast who discovered that code is the most powerful language to describe the universe. While others solve equations on paper, I turn them into software that runs on Arch Linux.

My journey started with technical translation — localizing Django docs, Python tutorials, and SaaS platforms. That gave me a unique superpower: I don't just write code, I explain it. Every project I build comes with documentation that actually makes sense.

Today, I build backend systems with Django & FastAPI, experiment with AI/ML algorithms, and contribute to open-source projects. I believe in clean code, comprehensive tests, and the power of Linux.

3+
Years Coding
10+
Projects
96%
Test Coverage

Skills & Technologies

The tools I use to build, break, and fix things.

Languages
Python JavaScript HTML/CSS SQL
Backend
Django Django REST FastAPI PostgreSQL SQLite
AI / ML
NumPy Matplotlib Genetic Algorithms Data Analysis
DevOps & Tools
Linux (Arch) Docker Git GitHub Actions Neovim
Testing
pytest Unit Testing CI/CD Code Coverage
Translation
Technical Docs RTL Design Localization English ↔ Persian

Your Problems, My Solutions

I don't just write code. I build specific solutions for specific business needs.

High‑Precision Simulations
I turn physics formulas into software. Perfect for R&D, manufacturing, and complex data analysis.
Bug‑Free Backend
Every project ships with 96%+ test coverage. You won't waste time fixing unexpected issues.
Bilingual Documentation
Seamless translation of API docs, software guides, and technical content between Persian & English.

Featured Projects

Things I've built, broken, and fixed.

Django Task Manager
A professional Django task manager with user authentication and category management.
Django Bootstrap 5 pytest GitHub Actions
12 stars
3 forks
Widgetify Extension
Transforms your new tab into an interactive, engaging, and visually appealing personalized dashboard.
WXT React TypeScript Browser API
8 stars
150+ installs
Site Selection GA
Optimal school site selection using Genetic Algorithm (GA) with Python and DEAP.
Python NumPy Matplotlib Genetic Algorithm
5 stars
20+ tests
Projectile Physics Simulator
A hands-on physics simulation project. Uses kinematic equations to model and visualize 2D projectile motion.
Python NumPy Matplotlib SymPy
6 stars
5 simulations
Portfolio Website
Personal portfolio website built with HTML, CSS & JavaScript. Hosted on GitHub Pages.
HTML5 CSS3 JavaScript GitHub Pages
Live
Responsive

Translation Portfolio

Professional technical translation & academic writing services

Content Studio
Translation & Writing
A comprehensive collection of translations, technical writing, academic research, presentations, and office works. Specializing in software documentation, scientific papers, and developer resources between English and Persian.
15+ Documents
2.3 Day Avg
View Portfolio
Academic Writing
Research & Papers
Research papers, theses, and lab reports formatted in LaTeX with APA/IEEE standards. Physics and mathematics focused with precise technical terminology.
8+ Papers
LaTeX Ready
View Papers
Technical Docs
API & Software
Software documentation, API references, and developer guides translated with cultural context. Django, Python, and ML documentation specialist.
10+ Docs
In Progress
View Docs

Bridging Languages

Technical translation that preserves meaning, not just words.

Technical Docs
API documentation, developer guides, and software manuals with precision.
RTL Implementation
Expert in RTL (Right-to-Left) design for Persian and Arabic interfaces.
Cultural Adaptation
Beyond translation - adapting content for local markets and users.
Fast Turnaround
2.3-day average delivery with 98%+ client satisfaction rate.

Let's Build Something

Have a project in mind? I'd love to hear about it.

Ready to start?

Whether it's a backend system, a physics simulation, or translating your technical docs — I'm here to help.

contact.py
# Let's work together!

class Collaboration:
    def __init__(self):
        self.available = True
        self.response_time = "< 24h"

    def start_project(self, idea):
        return f"Building: {idea}"

project = Collaboration()
project.start_project("Your Amazing Idea")