© 2022 Hashnode
What Is a Set, Anyway? If you remember in high school, you might have studied set theory in a mathematics course. If you were introduced to set algebra, you probably wondered why any of it would ever…
Introduction In this post, I will describe a production ready architecture (with some caveats) where you can run Oracle APEX and ORDS for free on your own custom domain. The entire architecture runs o…
Background Roles that we create inside a VBCS application needs mapping to IDCS Groups / Users.One way to do it is by Navigating to Settings -> User Roles inside the VBCS app.In there for the correspo…
Intro 👋🏾 I don't know !! , but many people seems blocked when it comes to sql joins 🙃. Many of us uses sql on daily basis but yet when it comes to joins we suck( this is a funny reality) . Why is …
Introduction The introduction of Automations in Oracle APEX Version 20.2 was big news for me. Most applications I build require that some code is executed on a schedule (batch jobs, queue processing, …
While SQL may appear on just about every list of skills an IT professional today should strive to attain, SQL isn't always the best way to interact with your data. Source: insights.dice.com Using SQL…
After 20 some years in the database world, I know at least two things: the database is almost always the best place to store your data developers and analysts want Excel files, CSV, or JSON I don't …
TL;DR: The code As usual -> https://github.com/dirien/quick-bites/tree/main/pulumi-oci Introduction Today (04/22/2022) the new Pulumi provider for Oracle Cloud Infrastructure (OCI) is available. The s…
Introduction - Documents are an essential part of our life and it plays a vital role for any organization. Documents are been consider as one of the standard way to communicate with your employees or …
In this blog we will see how to use a library in Visual Builder to parse CSV data.The library we are using here is papaparse. Background We have come across many scenarios where there is a need to par…