Available for new projects

Abderrahman Gouhmad

Software Engineer specializing in Rust, Linux kernels, developer tooling, and performance-critical systems.

I design and build lightweight, Web, Mobile Applications, and low-level system integrations. I value software that is fast, deterministic, and built with craftsmanship.

About Me

Hello! I'm Abderrahman Gouhmad, a software developer driven by a fascination for systems programming, and performance-oriented computing. I enjoy building things that compile in milliseconds and run with minimal overhead.

My engineering philosophy revolves around simplicity, deterministic behavior, and robustness. I actively work within the Rust ecosystem and spend my time building developer tooling like ltx.

When I'm not writing Rust, I'm configuring Linux environments (I'm a happy user of CachyOS and Niri), learning POSIX internals, or reading compiler design publications. I believe in continuous learning and contributing back to the open-source community that empowers us.

gouhmad.rs
struct Engineer {
name: "Abderrahman Gouhmad",
role: "Software Engineer",
specialties: vec![
"Rust",
"Linux Kernels",
"Parser & Tooling",
],
hobbies: vec![
"Arch Linux",
"CachyOS",
"Niri",
"Helix Editor",
"Self Hosting"
]
}

impl Developer for Engineer {
fn code_quality(&self) -> Percent {
let mut q = Percent(100);
if self.uses_unsafe_rust {
q = q.recheck_carefully();
}
q
}
}

Work Experience

Full Stack Developer

Metave
May 2024 — Oct 2024
  • Built SaaS application using Next.js, Node.js, and Express.js.
  • Developed RESTful APIs and intergrating a serverless function with AWS for efficient data handling.
  • Created responsive user interfaces with Tailwind CSS.
NextJsLinux SystemsTerraformDockerREST APIsAWSTypeScript

Technical Skills

Languages

RustTypeScriptJavaScriptPythonCBash

Web & Frontend

Next.jsReactHTML5Tailwind CSSFramer MotionSveltSveltKit

Backend & Systems

AxumActix-webREST APIsWebSocketsTokioExpressJs

Tooling & Infrastructure

CargoGitDockerCI/CD (GitHub Actions)JustfileTerraform

Operating Systems

LinuxArch LinuxCachyOSPOSIX SystemsNiriHyprland

Editors & Workflow

HelixVS CodeNeovimZed

Featured Projects

ltxFeatured

ltx

An extremely fast LaTeX project manager written in Rust. It handles multi-pass compilation automatically.

RustLaTeXCargoPOSIX+1 more
WaltFeatured

Walt

A modern, offline-first personal finance tracker built with Flutter for Android.

DartFlutterSQLiteHive+3 more

Get In Touch

Have a question, want to collaborate, or just want to talk compiler internals? Feel free to reach out through any of these channels.