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.
Automatically generate services and models for your API consumers 🪄
If you have a look at my previous articles here at dev.to you would see that I enjoy automating the…
Synchronize Postman collections with the API
Working with Postman and APIs can be painful when you don’t synchronize Postman collections automatically with the API.…
Access and update local files, from your browser!
Consider a web based image editor. You upload the photo, edit whatever is necessary and then download a…
Improve collaboration across teams with VSCode
VSCode is definitely one of the most popular code editors. In this post, we will be looking on…
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.
Automatic authorization in Postman 🔒
Working with short lived JWTs can be painful when you don’t have an automated mechanism in place to…
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.
Proactive monitoring with Angular and Datadog
Being proactive is essential for any application whether that concerns the API, the web or mobile application. You can capture errors as they happen, with zero involvement from application users. Then of course you can work to fix the error, contact end users or whatever might seem appropriate on each case.