(Jeremy Bytes) When taking a closer look at C# 8 interfaces, we come across static members. Last time we looked at using static fields and methods in an interface. But things get stranger. An interface can have a “static Main” method, which means that this is a valid application:
Other News
Linking My Loggly JSON-Parsing Bookmarklet To My JSON Explorer App
(Ben Nadel) At work, we use Loggly as our log aggregator. Loggly has great search functionality; but, it has a host of user experience (UX) problems. Over the years, I’ve been trying to improve the UX of Loggly on my end with Bookmarklets, which has been a life-saver.
How to Design Messages for gRPC Services in .NET Core
(Peter Vogel) Defining your gRPC service using the Protocol Buffers specification is pretty easy. There are just a couple of things to be aware of as you convert from the specification to .NET Core and then manage your service’s evolution.
Manage InnoDB Cluster using MySQL Shell Extensions
(mortensi) At times, when playing with different InnoDB Clusters for testing (I usually deploy all Group Replication instances on the same host on different ports) I find myself stopping the group and doing operations on every instance (e.g. a static reconfiguration).
OIC Process: Auto-Mapping Elements in the Data Mapper
(Jan Kettenis) When mapping data in the Oracle Integration Cloud (or OIC for short) you sometimes discover that elements you want to map from are not always available as a source on the left-hand side.
Integrating Live Agents using Oracle Service Cloud, Zendesk, and ServiceNow with the Oracle Digital Assistant
(Scott Wall) Oracle Digital Assistant (ODA) is a robust and versatile chatbot platform that can be utilized for a variety of use cases. One such use case is to provide relief to a costly and overworked live agent support staff.
Fixing 19c runcluvfy.sh – PRCZ-2004 : File ‘/usr/local/bin/sudo’ was not found
(mdinh) Running runcluvfy using -method sudo -user oracle failed and not sure why path for sudo is hard coded.
Script all Primary Keys, Unique Constraints and Foreign Keys in a SQL Server database using T-SQL
(Percy Reyes) As SQL Server DBAs we may need to generate a script for the creation of all Primary Keys, Unique and Foreign Key constraints. We know with the SQL Server native tools that there is not a way to meet this need all at the same time.
Angular 9 Example: Import HttpClientModule and Send Http Ajax Requests to JSON REST API Servers
(Ahmed Bouchefra) HttpClientModule configures the dependency injector for HttpClient with supporting services for XSRF.
AI-powered Search with spaCy – Part 5
So far, you have seen examples that rely on linguistic features associated with individual words in a sentence, when extracting the most descriptive phrase from that sentence. Very often however, you might need to extract the entire chunks to work with. For example, in the following sentence: “How to use Oracle Database 19c from a Python script.”, you might want...
