Which is more secure and better practice? Setting up a reverse proxy on backend with localhost or on a separate VM and route to other VMs/services?

I wanna know if it’s better in terms of security, availability and best practice to set up a nginx reverse proxy on my backend and use it with localhost or to set up a VM that handles everything for me.
I assume that using a separate VM wi… Continue reading Which is more secure and better practice? Setting up a reverse proxy on backend with localhost or on a separate VM and route to other VMs/services?

How to intercept network connection/requests of a desktop app on MacOS [closed]

Here is the situation I have in hands:
I have a desktop application with my data on it and I need to extract all of it to migrate it to a new application. There are thousands of customer files so doing it manually is really not an option. … Continue reading How to intercept network connection/requests of a desktop app on MacOS [closed]