Posts
All the articles I've posted.
Avoiding burnout as a software engineer
Published: at 12:00 AMLearn how to recognize, prevent and fight burnout as a software engineer, with practical tips for both individuals and managers to create healthier work environments.
What diversity should not be about, especially in software teams
Published: at 12:00 AMA thoughtful perspective on diversity in software teams, exploring what true diversity means and what practices should be avoided when promoting inclusivity.
My first exit: what I've learned in 8 years leading meuingresso.com
Published: at 12:00 AMThe story of my first startup exit after 8 years building and leading meuingresso.com, including lessons learned about execution, trust, and the entrepreneurial journey.
How to develop reusable components with Babel and RollupJS
Published: at 12:00 AMA comprehensive guide on creating and publishing reusable JavaScript components using Rollup.js and Babel, including the evolution of JavaScript modules.
var, let or const?
Published: at 12:00 AMUnderstanding the differences between var, let, and const in JavaScript ES6, including scope behaviors and when to use each variable declaration.