Marco Valtas
Marco Valtas
  I've got some screenshots from a Brazilian AWS account, it seems they keep the USD as the main currency and apply the exchange rate. We need to check...
Switching out MongoDB for PostgreSQL is certainly not a simple task. PostgreSQL does offer support for JSON data types (https://www.postgresql.org/docs/16/datatype-json.html), but I'm not familiar enough with them to determine if...
This is the independent code that runs fast while running the same query on CCF in EC2 has delays. ```typescript import { createTemplateAction } from '@backstage/plugin-scaffolder-backend'; import { PluginEnvironment }...