(James Sinclair) Fantasy land is great. It provides a standard naming convention for these things called algebraic structures. It allows a single function to work with a plethora of structures. No modification required.
Community
AutoAI: Synchronize ModelOps and DevOps to drive digital transformation
(Julianna Delua) Welcome to 2020. As we take a look back to reflect on the state of digital transformation in today’s businesses, we can see several key trends emerging.
Tracking Down an AspNetCore Build Error
(K. Scott Allen) Building AspNet Core from source is straightforward, unless, like me, you run into strange errors.
Encapsulation Boundaries Large and Small
(Steve Smith) Writing any significantly complex software application involves the use of encapsulation boundaries and abstractions.
Strange MongoDB Error When Incrementing A Document Property In Lucee CFML 5.2.9.31
(Ben Nadel) Yesterday, I ran into a really strange error when trying to increment a numeric value on an in-memory MongoDB document in Lucee CFML 5.2.9.31.
MySQL Encryption: Talking About Keyrings
(Robert Golebiowski) It has been possible to enable Transparent Data Encryption (TDE) in Percona Server for MySQL/MySQL for a while now, but have you ever wondered how it works under the hood and what kind of implications TDE can have on your server instance?
Beginners Guide to List of Values in Oracle APEX
(David Peake) This first in a series of blog posts on List of Values examines the different ways you can allow end users to select data from a list of allowed values.
Where does the log writer spend its time on?
(Frits Hoogland) The Oracle database log writer is the process that fundamentally influences database change performance. Under normal circumstances the log writer must persist the changes made to the blocks before the actual change is committed.
Trimming down on OCI CLI output with a query in the RC file
(Trent) Oracle Cloud Infrastructure has a command client, which leverages their REST API. One thing you can do to streamline your usage is to make use of an RC file.
Azure Data Factory Get Metadata Example
(Fikrat Azizov) In a previous post (Lookup activity), we discussed Lookup activity to read the content of the database tables or files. ADF also has another type of activity: Get Metadata activity, which allows reading metadata of its sources. We are going to explore the capabilities of this activit