Hey!
My name is Gautier, I'm a developer advocate, full-stack engineer, cybersecurity specialist, design enthusiast and hackathon organizer. I work full-time at Jahia as Developer Advocate. I used to work at Escape (YC W23) as Full-Stack Engineer. I graduated from ENSEEIHT with a dual degree in computer science and cybersecurity.
I sometimes write articles, you'll find them below.
Building a real-time chat in Gleam
import gleam/bytes_tree
import gleam/erlang/process
import gleam/http/response
import mist
pub fn main() {
let assert Ok(_) ...
3 6
Bundling a SvelteKit app into a single binary
...and its SEA configuration file
echo 'console.log(`Hello, ${process.argv[2]}!`);' > hello.js
echo '{ "main": "hello.js", "output...
Formgator, my new validation library
Discover the motivation and the development process that led to formgator, a validation library for forms.
2
JS for advanced developers
...value is available, rejected when an error is thrown, and pending otherwise. To process these values, you have two possible ways:
2