(Matheus Boesing) Are you manually (or via a script) killing idle sessions on your database?
Other News
Machine Learning Evaluation Measures
(brendantierney) When developing machine learning models there is a long list of possible evaluation measures.
Initialising PL/SQL associative arrays in 18c and later
(Martin Bach) I can never remember how to initialise PL/SQL associative arrays and thought I’d write a short post about it.
Building and Consuming a REST API with Angular 9: Sending GET Requests with HttpClient and Services by Example
(Ahmed Bouchefra) In this part of our Angular 9 tutorial, we’ll build a fake REST API backend for our Angular frontend using json-server and faker.js and next, we’ll see how to create a service to send GET requests to our backend to fetch and consume data which will be rendered in the home component
Tips for using User-Defined Functions in SQL Server 2019
Tips for using User-Defined Functions in SQL Server 2019 Try to use Scalar UDF Inlining feature. SQL Server 2019 supports Scalar UDF Inlining. This feature automatically transforms scalar UDFs into relational expressions and embeds them in the calling SQL query. This transformation improves the performance of workloads that take advantage of scalar UDFs. A Scalar UDF can be inline when...
AI-powered Search with spaCy – Part 7
Continuing with the examples in the previous articles in this series, let’s take a closer look at the structure of a sentence that might be submitted by a user when he or she want to learn something. For example, it might be the following sentence: “How to create a Wikipedia page”. You already know that it might be preprocess as...
Azure Storage tips
(James Serra) As a followup to my blog post Azure Data Lake Store Gen2 is GA, I wanted to give some pointers when using ADLS Gen2 as well as blob storage, as it can get a bit confusing with all the options that are available.
Project reactor – de-structuring a Tuple
(Biju Kunjummen) Tuples are simple data structures that hold a fixed set of items, each of a different data type.
Trusting Artificial Intelligence
(Mark Simmonds) Throughout history, some sectors of society have rejected automation and technology—partly because of the fear of “letting go” control to the machines. Yet if we don’t relinquish some control, we humans become a bottleneck.
Globally Require Authenticated Users By Default Using Fallback Policies in ASP.NET Core
(Scott Sauber) You can use Fallback Policies in ASP.NET Core 3.0+ to require an Authenticated User by default.
