Austin Gil

@Austingil
120 Followers
123 Following
278 Posts

Creating web development content, ironic takes, silly jokes, and cute dog pics.

Let's build something fun :)

Websitehttps://austingil.com/
YouTubehttps://www.youtube.com/@heyaustingil
Twitchhttps://www.twitch.tv/heyaustingil
GitHubhttps://github.com/austingil
Web Design Update: March 22, 2023

Hey @remix_run folx, how come when I pass unstable_createFileUploadHandler to unstable_parseMultipartFormData I get an object from formData, but when I create my own upload handler that returns an object, I get [obect Object]?

Going live on the ol stream

https://www.twitch.tv/heyAustinGil

File uploads to S3 with @remix_run and all that good stuff

heyAustinGil - Twitch

File uploads with Node. Nuxt.js, and S3

Twitch

We would really appreciate if you shared CFE.dev with your developer friends, coworkers or professional network. Let them know about all the live events, workshops, interviews and recordings.

We do this because we care about the #developer community. Everything on the site is free. https://cfe.dev

Virtual meetups, workshops and conferences for developers / CFE.dev

CFE.dev offers a large library of recorded sessions on a wide range of development & technology topics live as well as interactive virtual meetups featuring the experts.

Been having a rough time lately, but the latest series on happiness by @HiddenBrain been profoundly helpful.

https://hiddenbrain.org/

I know some folks are struggling silently and I hope this helps.

Id highly encourage everyone to listen to it and share it.

Hidden Brain Podcast

Hidden Brain explores the unconscious patterns that drive human behavior and questions that lie at the heart of our complex and changing world. Our work, led by Host and Executive Editor Shankar Vedantam, is marked by a commitment to scientific and journalistic rigor, and a deep empathy for our guests and audience.

Hidden Brain Media
Checkout those toe beans
WAMP > Docker

Hours of concept design, research, writing, debugging refactoring, planning, practicing, and edits...

5 minute video

Correction. It can be done with formidable as well, it's just not quite as intuitive and requires a custom fileWriteStreamHandler

https://github.com/node-formidable/formidable#options

GitHub - node-formidable/formidable: The most used, flexible, fast and streaming parser for multipart form data. Supports uploading to serverless environments, AWS S3, Azure, GCP or the filesystem. Used in production.

The most used, flexible, fast and streaming parser for multipart form data. Supports uploading to serverless environments, AWS S3, Azure, GCP or the filesystem. Used in production. - GitHub - node-...

GitHub

OK, I've successfully uploaded a file stream through my backend to S3 without writing it to the file system and using the latest AWS SDK.

Key findings:
- Formidable doesn't work. Busboy does.
- @AWS-sdk/client-s3 doesnt work on its own. You need @AWS-sdk/lib-storage