Backend For Frontend: Two techniques and one to avoid

Backend For Frontend: Two techniques and one to avoid

When developing a new frontend application for mobile or web, you will often find yourself needing to add a backend to support your development needs. Reasons for this could be that the Domain APIs that your client side application needs to communicate with are not publicly accessible (i.e. in an internal VPC) or you need to handle session management and […]