~/
alex_ghenea
math
games
talks
about
TINKERER & PROBLEM SOLVER
Alexandru
Ghenea
explore my work
→
const
alex
= {
role
:
'developer'
,
loves
: [
'music'
,
'tech'
,
'sharing knowledge'
],
fav
:
'learning new things'
,
build
() {
return
'something cool'
;
}
};
// always building something…
alex
.
build
();