(Scott Wesley) We can finally add ‘native’ to the list of choices when it comes to ‘prettified’ URLs, as Oracle APEX 20.1 honours the statement of direction with a simple checkbox in application properties.
Community
Simplify RMAN Restore With Meaningful Tag
(mdinh) Here is a simple demo for how to restore RMAN backup in case of failed migration using RMAN tag.
REST / HTTP methods: POST vs. PUT vs. PATCH
(Michael Scharhag) Each HTTP request consists of a method (sometimes called verb) that indicates the action to be performed on the identified resource.
Using RESTful APIs and Microservices to Work With Db2
(Peter Kohlmann) In this article, see an in-depth tutorial on how to use RESTful APIs and microservices to work with Db2.
Azure DevOps Services Status Check
(Abhijit Jana) Azure DevOps Services Status Page can instantly check and update you on the health of your Azure DevOps Services.
Email Confirmation with ASP.NET Core Identity
(Marinko Spasojevic) Email Confirmation is quite an important part of the user registration process. It allows us to verify the registered user is indeed an owner of the provided email. But why is this important?
How to Create a Radial Basis Function Network Using C#
(James McCaffrey) A radial basis function (RBF) network is a software system that is similar to a single hidden layer neural network. In this article I explain how to design an RBF network and describe how an RBF network computes its output.
What to Check if MySQL Memory Utilisation is High
(Paul Namuag) One of the key factors of a performant MySQL database server is having good memory allocation and utilization, especially when running it in a production environment.
SQL SERVER – Linked Server Error – Msg 3910 – Transaction Context In Use By Another Session
(Pinal Dave) One of my clients contacted me for an error that appeared while performing a distributed transaction over a linked server. The interesting part was that the linked server was local SQL Server, this is also called a loopback linked server.
Angular 9 New Features
(Satheesh Elumalai) In this article, let’s take an overlook on the features of Angular 9. Angular has come a long way, it has now reached a peak level of admiration and loved by web developers, and on the horizon, we have a new version (Angular 9).