Mark Holden
pineapple.codes

pineapple.codes

Follow
Follow
homebadges
Tag

TypeScript

#typescript

More content

Read more stories on Hashnode


Articles with this tag

Pass a stream to S3 putObject using AWS SDK for JavaScript v3

Jan 1, 20212 min read

On a small side project I've been working on I needed to pass a stream to S3 putObject, however at first I couldn't get this to work. The...

Pass a stream to S3 putObject using AWS SDK for JavaScript v3

TypeScript structural typing & branding

Jan 1, 20214 min read

Within TypeScript a way to define an indentifier as a number is as follows: const productId: number = 1; const orderId: number = 1; Here productId and...

TypeScript structural typing & branding