Hello! Do you have a remote estimate of the amount of photos you're planning to include in the slideshow? I would have personally used an s3 cloud solution for something like this. AWS, as far as I know, has a free tier which is limited to 5gb, but even if you exceed that, the prices are pretty liberal, especially for smaller applications and you only pay for what you actually use (storage + request) so I advise you to atleast have a look. You can get an estimate of what you'll pay here. P.S. I am not a native speaker, so sorry for bad grammar :)
Web Development
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
What is web development?
Web development is the process of creating websites or web applications
Rules/Guidelines
- Follow the programming.dev site rules
- Keep content related to web development
- If what you're posting relates to one of the related communities, crosspost it into there to help them grow
- If youre posting an article older than two years put the year it was made in brackets after the title
Related Communities
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
Wormhole
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
- https://frontendfoc.us/ - [RSS]
- https://wesbos.com/blog
- https://davidwalsh.name/ - [RSS]
- https://www.nngroup.com/articles/
- https://sia.codes/posts/ - [RSS]
- https://www.smashingmagazine.com/ - [RSS]
- https://www.bennadel.com/ - [RSS]
- https://web.dev/ - [RSS]
Thank you for replying ๐
I've got no idea how many photos we'll end up using, but it's hopefully going to change every year, rather than just adding to the older photos.
I didn't know about the AWS free tier, so I'll look into that, thanks ๐
P.S. Your grammar is excellent, and probably better than mine ๐
You might also contemplate Cloudflare R2. It's compatible with S3, so if you have a library that expects S3, R2 should also work, and can be cheaper (and maybe faster? Not so sure about how they store it across their edge network). They've got a price calculator too here.
Thank you, I'll check it out ๐