© 2022 Hashnode
#amazon-s3
I recently created my own portfolio website (Check it out here) and was so excited to deploy it out into the web! I quickly ran into a dilemma...where should I host my website? I had a few requirement…
Hey there, this is my first blog article today so if you see any mistake please ignore it just the way your crush ignores you 😜. Everybody knows how to code but only a few know how to host it on diff…
Overview Back in 2020, at the company I work for, I was told that we were moving our images from Cloudinary to AWS S3 and that I was going to be in charge of performing the migration, long story short…
Choosing different platforms to host and deploy your project can be very frustrating. This tutorial will show you how to host a Todo List website using Amazon Web Service (AWS) Command Line Interface …
What is AWS? AWS stands for Amazon Web Service, This is the place which can be used for hosting web applications, storing files, Networking where you can provide your own IP address, and last but not …
AWS S3 is an object storage solution for all your data that can be retrieved from anywhere at any time. The first question that comes into mind is why the name is S3? So the answer to this question is that S3 stands for Simple Storage Serv…
Amazon Simple Storage Service (Amazon S3) is an object storage service that offers cutting-edge durability, scalability, data availability, security and performance at very low costs. We will be hosti…
Overview During the data ingestion stage, data engineers should be prepared to anticipate as much as possible that can go wrong and appropriately handle issues caused by poor quality data. Not so rare…
Introduction For those of you guys not familiar with AWS S3 an acronym for Amazon web service (AWS) Simple Storage Service (S3). AWS according to the source (what-is-aws) is a comprehensive and broadl…
Introduction Previously we looked at how to set up a Strapi CMS and containerize it using Docker. However, what if you want to upload media-like images to your CMS? Today we're going to address this p…