In this post, we'll look at how to send a push notification to your mobile device from Oracle Notification Service with Oracle Functions and Pushover.
We are happy to announce the February 2021 release of Visual Builder Studio, offering many new features. If you already have a VB Studio instance provisioned,...
We are happy to announce the February 2021 release of Visual Builder Studio, offering many new features. If you already have a VB Studio instance provisioned, all these features are now enabled in your instance. If you still haven't spun up a free VB Studio instance, now would be a great time to provision one and take advantage of all the functionality it provides. In this blog we'll focus on the new features for developers working on visual apps, although there are many...
We are happy to announce the February 2021 release of Visual Builder Studio, offering many new features. If you already have a VB Studio instance provisioned, all these features are now enabled in...
In this post, we'll look at a project that uses a water flow sensor, and a microcontroller to persist data to Autonomous DB via a Node backend running in the...
In this post, we'll look at a project that uses a water flow sensor, and a microcontroller to persist data to Autonomous DB via a Node backend running in the Oracle Cloud. This entire project can be deployed with "always free" resources.
In this post, we'll look at a project that uses a water flow sensor, and a microcontroller to persist data to Autonomous DB via a Node backend running in the Oracle Cloud. This entire project can be...
Oracle Visual Builder Studio 20.10 offers many new features for both visual app developers and agile/DevOps teams. See what's new...
In this post, we'll see how to use instance and resource principal authentication with the OCI SDK for TypeScript & JavaScript.
This post is a comprehensive, all-in-one guide for the various ways to invoke your cloud-based serverless Oracle Functions.
Most of the projects developed today rely on open source libraries - it is likely that your project does too. While using these libraries accelerates...
Most of the projects developed today rely on open source libraries - it is likely that your project does too. While using these libraries accelerates development by relying on proven solution for common needs, it also introduces a potential risk factor. Over time people discover vulnerabilities in many of these libraries. While most of the issues will get fixed in newer versions of the libraries, it is up to the consumer of the library to make sure they are up-to-date on the...
Most of the projects developed today rely on open source libraries - it is likely that your project does too. While using these libraries accelerates development by relying on proven solution...
In this post, we'll look at the brand new OCI SDK for TypeScript and how to use it to manage your OCI resources and interact with various services.
In this post, we'll look at using Resource Principal authentication to interact with the OCI REST APIs with Node.JS