Software engineer · Paris

Mohamed Malek Rais

I'm Malek. I'm a software engineering intern at ClimeFi, where I help build the platform that connects companies fighting climate change with trusted carbon removal suppliers. I'm currently finishing my master's degree at Sorbonne University.

Experience

ClimeFi

Software Engineer

Building the technology that powers ClimeFi’s carbon dioxide removal (CDR) projects end to end, from sourcing through delivery.

Projects

CubeSat

Communication software between a UPEC nanosatellite and a ground station. Each pass only gives a few minutes on an unreliable link, so the system recovers lost data and resumes interrupted transfers automatically.

C · Python · Linux

Algorithm Visualizer

Interactive visualizations for sorting and pathfinding, from bubble sort through A*, with step-through controls and adjustable speed. Built to make trade-offs visible without turning the page into a textbook. Live at algo.mmalekrais.com.

Next.js · React · TypeScript · Tailwind CSS

2D Adventure

A simple 2D adventure game set in a small world filled with monsters and NPCs to interact with and explore.

Java

minigrep

A minimal grep clone from the Rust book exercise. Read a file, search for a string, print matching lines. Small scope, but it covers ownership, error handling, and CLI parsing in one place.

Rust

Google Meet Bot

A script that joins a Meet as a guest and pipes audio into the call using Playwright and virtual audio routing. It quits when the audio finishes.

Python · Playwright

Reading

A Tour of Go

Interactive introduction to Go syntax and basics.