Peter Reeves

69 Followers
407 Following
431 Posts
Web developer in Sydney. Interested in Electric Unicycles (EUCs) and board games. (He/Him)

My girlfriend's flowers are doing fantastic at the moment 🌺🌼

#Bloomscrolling

Building a web app that needs to deal with file uploads.

Me four years ago:
"Well the server receives the file in a post request, processes the file, and then copies to S3? Easy."

Me now:
"Ok, I now know how to get pre-signed post URLs going through a CF dist into a bucket, and trigger a lambda on completion. Then the lambda queries the DB to see which other uploads in that group are done. I can stream the results of the processing to a different bucket that's part of an MRAP..."

#WebDev #AWS

πŸŒ‡

The last few days in Sydney have had excellent riding weather πŸ’›

#ElectricUnicycle

I wish Sublime Merge worked better on large git repos. Here is one repo that I work on, and it takes Sublime Merge 20+ min sometimes to just diff changes. Does anyone happen to know of any secret settings to speed it up? Doing `git status` from the command line only takes a couple of seconds, but I much prefer using a GUI for git.

#git #SublimeMerge

It's always a good day when you can go for a ride.

#ElectricUnicycle #PersonalElectricVehicle

For your viewing pleasure I present: a meme.

I just halved the size of a bundled JS file by manually copying all the files out of node modules and renaming the imports to force ESM rather than CommonJS. Why do we live in this hell.