(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.
Community
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.
VS Code PowerShell Tool Gets Editor/Debugger Revamp
(David Ramel) Microsoft updated its PowerShell extension for Visual Studio Code, continuing a months-long re-architecture to improve the stability of its editor and debugger, which was identified as the No. 1 user request.
Migrating a database using continuous rolling forward
(Eddy Coppens) In most traditional migrations towards a new environment, one will most probably come up with the most current ideas to get the job done, but what about migrating a multi-terabyte sized database with a minimal down time?
What to Check if the MySQL I/O Utilisation is High
(Krzysztof Ksiazek) The I/O performance is vital for MySQL databases. Data is read and written to the disk in numerous places. Redo logs, tablespaces, binary and relay logs.
SQL SERVER – Always On Listener Creation Failure – Enabling Object ProdListener Failed With Error 5
(Pinal Dave) In the past, I have written a few blogs where I explained a few issues about the failure of listener creation Failure in a cluster. In this blog, we would see another cause of listener creation failure.
Export Excel File using ExcelJS in Angular Service
(Satheesh Elumalai) Let’s explore exporting an Excel file using Exceljs using Angular service. Basically, there are two open-source libraries available to read/write an Excel in client-side applications include