German Escobar

German Escobar @germanescobar

Location:
Medellín, Colombia
Joined:
Jan 27, 2020

German Escobar
articles - 6 total

Zoom recording to S3 using an AWS Lambda

I was using Pipedream to store my Zoom recordings in S3 but they changed the pricing and it is not...

Learn More 0 0Oct 1 '24

Book review: A Philosophy of Software Design

This book is about complexity in software and how avoid it. I think the ideas are reasonable and...

Learn More 0 0Oct 31 '23

About Prisma (ORM)

Prisma is an interesting ORM with a different philosophy to Sequelize and others. In Prisma you...

Learn More 0 0Sep 26 '23

Using caret and tilde in package.json dependencies

By default npm install will use the caret (^) notation when installing a dependency. For example, if...

Learn More 0 0Aug 30 '23

Types vs Interfaces in TypeScript

Even though there's a lot of information about this subject on the Internet, I haven't seen a single...

Learn More 0 0Aug 30 '23

Imports in Node.js

There are two main ways in which you can import code from another file (module): Import only the...

Learn More 0 0Aug 30 '23