(Monica Godoy) In my last blog post, Creating a Migration Project, I showed you different options to replicate your Forms functionality using APEX.
Other News
UTL_FILE_DIR and 18c revisited
(Connor McDonald) A couple of years back (wow…time flies!) I made a video and a post about the de-support of UTL_FILE_DIR in 18c. This was good thing because the number of people opting for “utl_file_dir=*” in their init.ora file, and hence opening themselves up to all sorts of risks seemed to be la
Lazy Object Initialization
(David Walsh) The Firefox DevTools underlying code, which is written with JavaScript and HTML, is a complex application. Due to the complexity and amount of work going on, the DevTools team has done everything they can to load as little as possible.
Exploring Tag Islands (Tags In CFScript) In Lucee CFML 5.3.1.13
(Ben Nadel) Yesterday, in my post about using CFML tag syntax in CFScript, Andrew Kretzer told me that Lucee CFML now offers something called “Tag Islands” (seemingly as of Lucee CFML 5.3.1.13).
C# to C# Communication: REST, gRPC and everything in between
(Michael Shpilt) There are many ways to communicate between a C# client and a C# server. Some are robust, others not so much. Some are very fast, others aren’t.
Understanding Dependency Injection in .NET Core
(Andrea Chiarelli) TL;DR: Dependency Injection is one of the most known techniques that help you to create more maintainable code. .NET Core provides you with extensive support to Dependency Injection, but it may not always be clear how to apply it.
IBM Spectrum LSF Suite: Installation Best Practices Guide
(Dino Quintero, Mark Black, Ahmad Hussein, Bill McMillan and John Welch) This IBM Redpaper publication documents IBM Spectrum LSF Suite best practices installation topics, application checks for workload management, high availability configurations, using theoretical knowledge and hands-on exercises
Data Masking in Percona Server for MySQL to Protect Sensitive Data
(Zsolt Parragi) Starting with Percona Server for MySQL 8.0.17, Percona Server ships with a data masking plugin, using the same API as the MySQL Enterprise Masking and De-identification feature.
Run SSIS Packages with Azure Data Factory in a Cost Effective Way
(Fikrat Azizov) Azure Data Factory (ADF), is a great tool to schedule and orchestrate cloud activities. Although ADF has many features to cover various data integration needs, it is not as flexible as its on-premises predecessor, SQL Server Integration Services (SSIS).
Integrating Vue.js V4 in ASP.NET Core 3.1 MVC & File Uploading using Dropzone
(HR Rony) We’re used to transferring a file through the browser on the website from the user’s computer/system to a different server. This process is known as file uploading.
