Building A Tech Blog With AWS And React: A Beginner's Guide
Planning a tech blog on AWS & React. Using S3 static website hosting, CloudFront for edge caching & security. Nextjs for frontend and MUI for UI components.
Intro Hello! I'm a full-stack IT engineer. Interested in AWS, AI, and React. Planning to create websites and try new technologies. All the attached images are created by AI. I also started X at the same time. https://x.com/WebDevHyper I'm trying to make a Tech Blog for study. Thinking of using AWS and React. The details of the technologies are as follows: AWS ①If the website is a SPA, Amazon S3 static website hosting is cheap. However, it requires integration with other AWS services. https://docs.aws.amazon.com/AmazonS3/latest/userguide/WebsiteHosting.html ②It is better to use S3...