Backend
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. A common approach to get started with Postman is to import the API…
Improve collaboration across teams with VSCode
VSCode is definitely one of the most popular code editors. In this post, we will be looking on how you can use VSCode to improve collaboration and consistency across team members. The…
Automatic authorization in Postman 🔒
Working with short lived JWTs can be painful when you don’t have an automated mechanism in place to refresh the token. This is quite common when setting up a new collection in Postman.…
Devops
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…
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.
Frontend
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 little things. Especially the boring, tedious stuff that can lead to errors. In…
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. A common approach to get started with Postman is to import 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 copy of the modified image. Wouldn’t be better if we could simplify the process…