Marc
Chew
Kai
Yong
Things I’ve shipped.
MAKE.
EDIT.
EXPORT.
EDIT.
EXPORT.
Human-editable
Try “more kinetic, less polished” ↗
Before
(function() {
var Calculator = {
add: function(a, b) { return a + b; },
subtract: function(a, b) { return a - b; },
multiply: function(a, b) { return a * b; },
divide: function(a, b) {
return b !== 0 ? a / b : 'Error';
}
};
console.log(Calculator.add(10, 5));
})();
After · Light preset
Loading obfuscated.js…
↔
Heavier presets add more defensive boilerplate than can fit here.
01 / 03
I’m Marc — a creative developer turning good ideas into fast, accessible and distinctly human digital products.
HELLO!
I care equally about how a product feels, how it performs, and how easy it is for the next developer to maintain.
- 01 Frontend engineering
- 02 Interaction design
- 03 WebGL & creative code
- 04 Design systems