Browsing Category
Devops
3 posts
Create a WeTransfer clone with AWS S3
In this post we are looking at how we can create a clone of WeTransfer, so that we can upload and share our files with others.
To keep things simple, we are not looking to create the actual user interface. Instead, we are leveraging AWS S3 to upload and share our files via AWS CLI.
Deploy to AWS ECS with Github actions 🚀
Consistency and automations are key to every project. In this article we will be looking on how we can automate deployments to AWS ECS.
Faster Docker builds with composer install ⚡
When working with PHP projects and Docker, it is a good practice to include all the third party dependencies coming from composer install.