Technical Leader @ Mercado Livre
// A little bit of Luana
const luana = {
pronouns: ['she', 'her', 'ela', 'dela'],
code: ['javascript', 'java', 'golang'],
ngos: ['TODXS'],
sports: ['capoeira', 'basketball']
};
// A little bit of Luana's ideals
interface Society {
void empowerment(List<Person> people);
}
public class Tecnology implements Society {
public void empowerment(List<Person> developers) {
developers.engage(Comunity.get(MARGINALIZED));
}
}