AWS

How To Use a Custom Domain With AWS CloudFront In Laravel

In a previous post, we saw how to serve S3 Assets through AWS CloudFront in a Laravel project . In this post, we are going to build on that and learn how to configure our Cloudfront distribution to use a custom domain.

How To Deploy A Nuxt.js SSR App To An AWS EC2 Instance

Nuxt.js has lots of great features, one of which is  Server-Side Rendering . However, using this feature requires a Node.js server which can be a bit tricky to set up correctly.

Laravel: Serving Amazon S3 Assets Through AWS CloudFront

Using a Content Delivery Network (CDN) to serve your website's static assets is a great way to improve your website speed.