Get Oauth2Token use axios get Oauth2 token with fetch

Project Notes: Whisper + APEX + PYTHON + LEARN DUTCH APP
The Why: I am learning Dutch, I listen to a lot of BNR news on my 2.5 to 3 hours drive from home to office and back. I feel like that I understand a lot of the content but at same time miss a lot of the context. I really wanna have a transcript of…

Oracle Database Local Installation Wallet For HTTPs Calls
This should be used only for local installations, if you have OCI ATP, wallet should work out of the box. I do know that there is a gitRepo that does a download of all certs there are, however It only worked for my Docker DB instance , not a DB in a VM. Therefore, I…

How List/Create/Delete files in OCI bucket within APEX (plsql) + Create Pre-Authenticated Request
OCI account OCI user which has read/write access to the Bucket On that User create an API key Download the private key and click on “Add” Keep OCI window open Open APEX screen Go to Workspace Utility find web credentials create new web credentialsgive it a name like OCI_AUTH Authentication Type: Oracle Cloud InfrastructureOCI UserID :…
Nginx with cabundle.crt certificate.crt ( seperated domain and intermedia+root certs
Some SSL provider generates intermedia.crt root.crt and domain cert in 2 different files, when configure nginx 3 things need to happen first. link1 for cat link2 for setenforce 0 Funny thing is , if you provide only the domain crt in the nginx config file, browser would not complain. But if u do a curl…

NodeJs Server To Read IMAP Mailbox and send body and attachment over via REST API, and sure let’s create docker image from it
Imagine that you have an APEX application where it requires you to read and download attachments if there is any, also these data needs to be stored in database. These attachments can then further be processed by oracle database, thinking of a XML file or json file. With the requirements in mind, I started to…

Dockerize Oracle ORDs server for both XE database And ATP in OCI
I have create a github repo to create image and container from Dockerfile. see here

OCI Operations Professional Learning Notes
OCI CLI Authentication OCI CLI and Configure on mac After installation, run configuration command. This will collect your ocids for your user, tenancy , region and more. when all done, it will create 3 file in .oci folder. 1 config file and two .pem files. The oci_chaoyuim001_api_key_public.pem file will be used to upload to OCI…
Tortoise Git Icon overlay not working…. (how to fix)
https://medium.com/automationmaster/how-to-enable-the-overlay-icons-for-tortoisegit-cbb054617ad6