WS

Biography

I build products that make people's lives simple.

Hey, I'm Willian Schenkel, I started as a software engineer intern back in 2012, working with HTML5 and CSS3. Since then, I've been on a mission to create software that is not only powerful but also elegant and intuitive. Currently I'm working as a Senior Software Engineer at a Grupo Boticário, where I focus on building scalable and efficient web and mobile applications.

Willian Schenkel

01 / Clarity

Structure over speed

Code is read more often than it is written. I prioritize maintainability and logical flow above all else.

02 / Restraint

Subtract until done

Sophistication is found in the removal of the unnecessary. Every line of code should earn its place.

03 / Depth

Mastery of stack

Understanding the low-level primitives allows for more resilient high-level abstractions.

04 / Empathy

Human-centric code

Ultimately, software is a tool for people. The developer experience is just as vital as the user experience.

01 const pipeline = await Pipeline.create({

02 workers: config.concurrency,

03 retries: 3,

04 });

05

06 return pipeline.run();

Core Philosophy

The best features are the friends we make along the way.