status: available for work
// backend developer

SaidQB

Building scalable systems with  PythonGo, &  PHP
Python Golang PHP REST API Microservices Docker
8+
Years Exp.
40+
Projects
3
Core Lang
~/saidqb - zsh
~/saidqb whoami
saidqb - backend developer
cat skills.json
{
"languages": ["Python", "Go", "PHP"],
"frameworks": ["FastAPI", "Gin", "Laravel"],
"databases": ["PostgreSQL", "MySQL"],
"infra": ["Docker", "Linux", "Nginx"],
"experience": "8+ years"
}
echo $STATUS
available_for_hire=true
|
// core stack

Backend Languages

api_server.py
from fastapi import FastAPI
from sqlalchemy import orm
 
app = FastAPI()
 
@app.get("/health")
async def health():
return {"status": "ok"}
Python
FastAPI SQLAlchemy Celery
main.go
package main
 
import "github.com/gin-gonic/gin"
 
func main() {
r := gin.Default()
r.GET("/ping", handler)
r.Run(":8080")
}
Golang
Gin Fiber gRPC GORM
Routes.php
use Illuminate\Support\Facades\Route;
 
Route::get('/users',
[UserController::class,
'index'])
->middleware('auth:api')
->name('users.index');
PHP
Laravel Lumen Filament Composer
// also working with
PostgreSQL MySQL Docker Nginx Linux Git REST API GraphQL Microservices CI/CD
collaborate.py server.go routes.php
# collaborate.py
 
class Collaboration:
def __init__(self):
self.stack = ["Python", "Go", "PHP"]
self.available = True
 
def start_project(self):
return {
"scalable": True,
"maintainable": True,
"delivery": "on-time",
}
 
# Let's build together’
dev = Collaboration()
dev.start_project()|
// ready to ship

Let's build
something great

Saya membantu bisnis membangun backend yang scalable, API yang robust, dan sistem yang mudah di-maintain dengan Python, Go, maupun PHP.

99.9%
Uptime
<24h
Response
100%
Commit
main Python · Go · PHP
UTF-8 LF Backend Dev