Nothing here yet.
Freelancing, Remote work
What is Role based Access Control (RBAC) Most of the CRUD apps, require some level of role based access control. You may have at least two types of users. Elevated permission user (admin, root or superuser) Normal user aka everyone else ;) More lik...

Problem If you have deployed an app on heroku, you know that the only way to get any files there is via git. Normally this is fine, but Google API expects an environment variable GOOGLE_APPLICATION_CREDENTIALS that points to a json file. If you googl...
