(Vadim Tkachenko) As our Percona Kubernetes Operator for Percona XtraDB Cluster gains in popularity, I am getting questions about its performance and how to measure it properly.
Other News
SQL Server Attach and Detach Database Examples
(Dinesh Asanka) How do you attach and detach databases in SQL Server? What is the difference between a SQL Server backup and restore vs. detach and attach?
Throttling Outgoing Requests in Node.js
(Kamran A) Coordinating counting requests within a time window across a cluster can’t be done in-memory, you need a backing store and this article walks through using Node.js and RavenDB to accomplish throttling client-side requests to an API so you don’t exceed rate limits.
What is a Converged Database?
(Maria Colgan) At the recent OOW European conference there was a lot talk about Converged Databases and how they can greatly simplify data driven app development.
Build Great Native CLI Apps in Java with Graalvm and Picocli
(Remko Popma) The Go programming language has become popular for writing command line applications.
Jenkins Installation on Oracle Linux
(Skant Gupta) Jenkins is a free and open source automation server. Jenkins helps to automate the non-human part of the software development process, with continuous integration and facilitating technical aspects of continuous delivery.
Loading large GeoJSON objects
(Jeffrey Kemp) A good question – how to load fairly largish GeoJSON documents into a Google Map in APEX?
Building Dynamic UI Form with Oracle JET
(Andrej Baranovskij) Dynamic form is a common requirement when building more advanced UIs. With Oracle JET you have all the tools available to build dynamic form. One of the examples of dynamic form requirements – report parameter capture screens.
ASP.NET Core 3.1 Web.config Transform for Production
(Eric L. Anderson) I recently upgraded an application from ASP.NET Core 2.2 to 3.1 around the same time the application got moved to a new server. Side note, don’t make two large changes like that at the same time if you can help it as it always makes tracking down the cause of the issue much harder
C# 8.0 Ranges and Indices Types
(Chandra Kudumula) We will explore a couple of new features, which are introduced in C# 8.0—Ranges and Indices.
