Felipe Leao

Felipe Leao @felipeleao18

About: Coding some stuff probably with nodejs

Joined:
Mar 25, 2022

Felipe Leao
articles - 7 total

The Developer’s Playbook: What I Wish I Knew Starting Out

What I Wish I Had Heard as a Software Developer 3 Years Ago It’s worth noting that I’ve...

Learn More 7 0Oct 6 '24

Strategies for Writing More Testable Code - An Imperative Approach

More testable code Initial Observations Improvement in test writing and code...

Learn More 4 0Sep 1 '24

Estratégias para escrever código com maior testabilidade - uma análise imperativa

Código com maior testabilidade Observações Iniciais A melhora na escrita de...

Learn More 5 0Aug 31 '24

ADHD and being a programmer

My skills are a little bit different in every regard because I have ADHD. As soon as I become...

Learn More 10 3Nov 7 '22

ExpressJS: How to throw custom errors

The problem Throwing readable custom errors is one of the most critical steps in the...

Learn More 27 6Nov 2 '22

Basic operations every nodejs/mongoose developer should know

insert document const cap = { color: Yellow, size: 'G', brand: Nike } const capDb =...

Learn More 10 2Jul 14 '22

How to unzip .zip files from s3 bucket back to s3

The problem Get an .zip file provided from s3 bucket and upload the extracted folder and...

Learn More 14 2Jul 14 '22