Published inOracle DevelopersTo SQL or noSQL… is that even a question?Years ago, the noSQL movement was all the rage and there were endless ‘debates’ between SQL and noSQL folks.Mar 1, 2022Mar 1, 2022
Published inOracle DevelopersDeploying APEX on Oracle OCI with terraformIf you want to use APEX in the cloud, your first choice should be either using the Oracle APEX Cloud Service or Autonomous DB. But if you…Jun 15, 20211Jun 15, 20211
Published inOracle DevelopersHardening the OCI Terraform provider authentication securityIf you want to run Terraform scripts from your machine, you need to make sure that you do it securely. Terraform is extremely powerful, and…Jun 9, 2021Jun 9, 2021
Deploying and licensing Oracle Forms in OCIDeploying Oracle Forms requires a license; at the time of this writing, there are two licensing options:Jun 7, 2021Jun 7, 2021
OCI Ampere A1, how much bang for the buck?With the recent introduction of Ampere A1 shape in OCI, I got curious just how well it performs compared to the current x64 lineup.Jun 4, 2021Jun 4, 2021
Uncover the bytecode behind your R codeSince R 2.13, bytecode compiler is included in R. But once your function is compiled, you can only see something like “<bytecode…Apr 9, 2019Apr 9, 2019
Make way for the R’s Guard!Many functional languages support guards, but R unfortunately does not out of the box. The closest thing we have is if () else if () else…Mar 31, 2019Mar 31, 2019