Skip to content
Available for senior backend & DevOps roles

Backend Software Engineer& DevOps Engineer

I build secure, high-performance backend systems, automation platforms, and resilient infrastructure.

I'm Muhamed Ali Sylejmani — focused on designing reliable, high-throughput systems and automating the infrastructure they run on, primarily in on-premises and air-gapped environments.

Backend
Core specialization
DevOps
Infrastructure & automation
On-Prem
Air-gapped focus
Security
First-class concern
muhamed@on-prem:~
# deploy backend services to on-prem cluster
$kubectl apply -f platform/ --context air-gapped
service/api-gateway configured
deployment/core-engine created
statefulset/postgres healthy
$system status --secure
✓ all services online · p99 < 100ms · 0 incidents
About Me

Engineering systems that are fast, secure, and built to last.

I'm a backend-focused software engineer with strong DevOps expertise. My work centers on designing and building high-performance, secure, and reliable backend systems — and automating the infrastructure they depend on.

I'm passionate about performance, scalability, security, and maintainability. I work primarily in on-premises and air-gapped environments, where reliability and operational discipline matter more than convenient managed services.

From containerized deployments to CI/CD pipelines and infrastructure automation, I bring the same mindset: build it right, make it observable, and keep it running.

Backend-Focused

I specialize in the systems behind the product — APIs, services, data flows, and the architecture that ties them together.

Performance & Scalability

I care deeply about throughput, latency, and resource efficiency, designing systems that stay fast as they grow.

Security & Maintainability

Secure-by-default and built to last — clean architecture and least-privilege thinking baked in from day one.

Automation & Containers

I automate infrastructure and run containerized workloads, turning manual operations into repeatable, reliable pipelines.

Skills

A full-stack of backend & infrastructure expertise

From application logic to the platform it runs on — the tools and disciplines I use to ship dependable systems.

Backend Engineering

Designing robust service layers, clean APIs, and distributed systems built to scale.

C#PythonAPI DesignMicroservicesDistributed Systems

DevOps & Infrastructure

Automating delivery pipelines and operating containerized platforms end to end.

DockerKubernetesGitLab CI/CDPowerShellBashLinux Administration

Data & Messaging

Reliable storage, event streaming, and high-throughput data pipelines.

PostgreSQLKafkaS3 Storage

Engineering Focus

The principles I optimize for in every system I design and ship.

Performance OptimizationSecurityAutomationObservabilityReliabilityInfrastructure as Code

Technology Stack

The core technologies I reach for every day.

C#
C#Languages
Py
PythonLanguages
Po
PowerShellLanguages
Ba
BashLanguages
Do
DockerTools
Ku
KubernetesTools
Gi
GitLabTools
Li
LinuxTools
Ka
KafkaData
Po
PostgreSQLData
S3
S3 StorageData
Experience

What I do — across the stack and the platform

Core areas of work that define how I build and operate backend systems and the infrastructure behind them.

Backend System Development

Architecting and building backend services that prioritize correctness, throughput, and long-term maintainability.

  • Designed service boundaries and domain models for complex business logic
  • Built high-throughput APIs with strict latency and reliability budgets
  • Drove code quality through testing, reviews, and clear architecture

Infrastructure Automation

Replacing manual operations with declarative, repeatable automation across the platform.

  • Automated provisioning and configuration with PowerShell and Bash
  • Codified infrastructure for reproducible, auditable environments
  • Eliminated drift with idempotent, version-controlled tooling

Container Orchestration

Operating containerized workloads on Kubernetes with a focus on resilience and density.

  • Packaged services as lean, secure container images
  • Managed deployments, scaling, and self-healing workloads on Kubernetes
  • Tuned resource limits and probes for stable, predictable rollouts

CI/CD Implementation

Engineering GitLab pipelines that ship safe, tested artifacts with confidence.

  • Built multi-stage GitLab CI/CD pipelines with quality gates
  • Automated build, test, scan, and deploy workflows end to end
  • Reduced release risk with reproducible, promotion-based delivery

Security Hardening

Treating security as a first-class requirement across the entire stack.

  • Applied least-privilege access and secrets management practices
  • Hardened Linux hosts, containers, and network boundaries
  • Integrated vulnerability scanning into delivery pipelines

Performance Tuning

Profiling systems and removing bottlenecks to meet demanding throughput targets.

  • Profiled CPU, memory, and I/O to locate real bottlenecks
  • Optimized database queries, indexing, and connection pooling
  • Introduced caching and async processing for sustained load

On-Premises Deployments

Delivering production systems on owned hardware without reliance on public cloud.

  • Designed deployment topologies for on-premises data centers
  • Operated stateful services with backup and recovery strategies
  • Balanced capacity, redundancy, and cost on physical infrastructure

Air-Gapped Environments

Building and maintaining systems in fully isolated, network-restricted environments.

  • Engineered offline artifact and dependency mirroring workflows
  • Delivered updates and patches without external connectivity
  • Met strict isolation and compliance requirements end to end
Projects

Selected engineering work

Representative systems that reflect how I approach architecture, automation, and reliability. Placeholders ready to be tailored to specific engagements.

Backend Architecture01

High-Performance Backend Platform

A modular backend platform built to serve high request volumes with predictable latency and strong fault isolation between services.

Challenge: Sustaining low p99 latency under heavy concurrent load while keeping the codebase clean and the service boundaries maintainable.

Result: Stable sub-100ms responses at scale with horizontal scalability and zero-downtime rolling deployments.

C#PostgreSQLDockerKubernetes
DevOps Automation02

Kubernetes Deployment Automation Framework

A reusable framework that standardizes how services are containerized, configured, and deployed to Kubernetes across environments.

Challenge: Removing manual, error-prone deployment steps and enforcing consistency across many services and target clusters.

Result: Fully automated, repeatable deployments with built-in health checks, rollbacks, and dramatically faster release cycles.

KubernetesGitLab CI/CDBashPowerShell
Infrastructure & Security03

Secure On-Prem Infrastructure Platform

An on-premises infrastructure platform engineered for air-gapped operation with hardened hosts and least-privilege access throughout.

Challenge: Delivering cloud-grade reliability and security on owned hardware with no external connectivity or managed services.

Result: A self-contained, auditable platform meeting strict isolation requirements with automated patching and recovery.

LinuxDockerS3 StoragePowerShell
Data & Messaging04

Event-Driven Processing System

A Kafka-based event processing system that decouples producers and consumers to handle bursty, high-volume data streams reliably.

Challenge: Guaranteeing ordered, at-least-once processing with backpressure handling while remaining resilient to consumer failures.

Result: A resilient streaming pipeline with replayable events, horizontal consumer scaling, and strong delivery guarantees.

KafkaPythonPostgreSQLDocker
Technical Philosophy

The principles behind every system I build

A consistent engineering mindset that keeps systems secure, fast, and maintainable over the long run.

~/principles/engineering.config
engineering = {
  security: "first-class",
  performance: "measured",
  reliability: > complexity,
  automation: true,
}

Security-First Engineering

Security is designed in from the start — least privilege, defense in depth, and safe defaults, not bolted on later.

Performance-Driven Development

Measure before optimizing. Profile real workloads, remove true bottlenecks, and design for predictable latency.

Reliability Over Complexity

The simplest system that meets the requirements wins. Fewer moving parts means fewer ways to fail.

Automation Wherever Possible

If a task is done twice, it should be automated. Repeatable, version-controlled tooling beats manual steps.

Maintainable Architecture

Code is read far more than it is written. Clear boundaries and conventions keep systems evolvable for years.

Practical Engineering Solutions

Pragmatism over dogma. Solve the real problem with the right tool, and ship something that actually works.

Contact

Let's build something reliable together.

Open to senior backend and DevOps engineering opportunities. If you're looking for someone to design, harden, and scale your systems — let's talk.

Focus

On-premises · Air-gapped environments

This form opens your email client with the message pre-filled.