Hey, I’m Christopher Chedeau aka Vjeux, a front-end engineer at Facebook that graduated from
EPITA! I hope you will find some of my stuff fun if not useful 🙂
Here are some projects I worked on in the past:
- Part of the original team that started Curse.com, helped with MMO-Champion and created sc2mapster.com.
- Improved Facebook tagging flow with face detection.
- Optimized Facebook image sizes infrastructure that led to major savings in CDN bandwidth and storage.
- Promoted React by organizing the first two React Conf and started create-react-app.
- Part of the original team that built React Native. Designed Core Components API and Animated library.
- Started the CSS-in-JS movement.
- Designed and implemented first version of Yoga, the layout engine that now powers most of Facebook mobile UIs.
- Brought Prettier, a JavaScript pretty printing library, from a prototype to widespread use.
- Helped open source many Facebook front-end projects, built website infrastructure that eventually became Docusaurus.
<!–
Tagging with Face Detection
Climb
Ray Tracer
Fast Fuzzy Search with Trie
Automatic Link with Trie
Simulated Annealing
URLON: URL Object Notation
HTML Tooltip Diff
Julia 3D Representation
jDataView & jParser
Binary Decision Diagram
WoW Talent Calculator
SC2Mapster
WoW Guild Recruitment
Fooo: Warcraft 3 Remake
Cosmos: WoW User Interface
MMO-Champion Theme
CineArtistes.projects {
text-align: center;
overflow-x: scroll;
white-space: nowrap;
}
.projects a, .projects a img {
width: 203px;
height: 128px;
}
.projects a {
position: relative;
display: inline-block;
}
.projects span {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 22px;
background-color: rgba(25, 52, 65, 0.8);
color: white;
}
.projects a:hover span {
background-color: rgba(219, 81, 4, 0.8);
text-decoration: none;
}
–>