|
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.
# whoami
$ cat profile.json
{
"name": "Mohammad Hussein",
"role": "Backend Developer",
"stack": ["Python", "Django", "FastAPI"],
"os": "Arch Linux",
"editor": "Neovim",
"mission": "Simulate the universe"
}
From translating technical docs to building systems that power them.
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.
The tools I use to build, break, and fix things.
I don't just write code. I build specific solutions for specific business needs.
Things I've built, broken, and fixed.
Professional technical translation & academic writing services
Technical translation that preserves meaning, not just words.
Have a project in mind? I'd love to hear about it.
Whether it's a backend system, a physics simulation, or translating your technical docs — I'm here to help.
# 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")