I build things I wanted to exist, then keep going long after they needed to be finished.

01About

I care about code that still makes sense to me six months later and products that do not need a manual. Most of what I build starts as a personal itch: a tool I wished existed, a game I wanted to rebuild, a launcher a community needed. It usually ends up more polished than it had any right to be.

Lately that has meant moving between full-stack web tooling, systems work in Rust and Go, and the odd Android or Electron app. I am comfortable owning something end to end: architecture, build pipeline and deployment included.

02Work

Languages
TypeScript, JavaScript, Python, Rust, Go, Kotlin, Lua
Frameworks
Next.js, React, Node.js, Electron, WebAssembly, Android SDK
Infra
Docker, Kubernetes, PostgreSQL, GitHub Actions, Nginx, Linux

03Projects

DevScope

Next.js · TypeScript · Rust · WebAssembly · Go

A dependency graph analyzer. Paste a GitHub URL and get an interactive graph with circular dependency detection, no server-side parsing involved.

  • Parses repositories client side with a Rust and Tree-sitter engine compiled to WebAssembly
  • Finds circular dependencies with Tarjan's strongly connected components algorithm
  • Force-directed D3 visualization with live per-file complexity metrics
  • Go backend over WebSockets for real-time, multi-tab collaboration

Chessable v2

JavaScript · jQuery

A browser chess platform with classic two-player chess and a four-player variant inspired by Chaturang.

  • Board logic and move validation written from scratch
  • Four-player mode played across two combined boards with extensions
  • Built with beginners in mind, aimed at teaching pattern recognition

Eclipse SMP Launcher

Electron · Node.js · Python

A custom Electron launcher that gets a whole Minecraft community onto a modded server in one click.

  • Installs Java automatically and deploys a curated Fabric modpack
  • Three tiers of optional mods so both low and high end PCs run smoothly
  • Reads a remote distribution file on every launch, so mod updates ship without a rebuild

Weather App

Kotlin · Android · Gradle

A native Android weather app that pairs local forecasts with music, built from the ground up.

  • Native Kotlin app with a clean, minimal Android UI
  • Music integration layered on top of standard weather data

All of it on github.com/edouard57.

04Contact

Reach me on Discord at edouard_57, or find the code on GitHub.