by staging-dragondrop-marketing | Feb 1, 2023 | Web App Development
Complete Unit Testing of a Flask API Motivation So you’ve created a Flask API with a few endpoints that interact with a Flask-managed database. Before you deploy your code, you want to ensure that each endpoint will work as expected. Normally, when we test application...
by staging-dragondrop-marketing | Jan 26, 2023 | Web App Development
5 Cookie Tips for Single Page Applications 5 Cookie Tips for Single Page Applications (SPA) Avoid having to decipher CORS errors and head off Cookie-related security vulnerabilities with these 5 steps. Why Cookies for Single Page Applications? Cookies are an essential...