(Ben Nadel) In ColdFusion, we’ve always had the CFExecute tag as a means to execute external command-line processes from within our CFML code.
Other News
Reading Parquet files with AWS Lambda
(Anand) I had a use case to read data (few columns) from parquet file stored in S3, and write to DynamoDB table, every time a file was uploaded.
Introducing MVVM Architecture in JavaScript (Minimal TypeScript Examples)
(Volodymyr Kopytin) The small popularity of MVP and MVVM in favor of MVC architecture is caused by many factors. It is easy to start from any JavaScript and then evolve to MVC.
HA for our website’s database in OCI with MySQL InnoDB Cluster
(Frederic Descamps) In the previous post, we setup a Drupal website with MySQL as backend on a different compute instance in a different subnet.
How does SQL Server Management Studio get its data
(Greg Robidoux) Have you ever wondered where SQL Server Management Studio (SSMS) gets its information from and how you can retrieve the same data without using SSMS? Well it’s not a big secret. Most of the information that is displayed in the GUI is based on information gathered from queries, but w
Previews of .NET 5, Blazor WebAssembly 3.2 Arrive
(David Ramel) Microsoft shipped a slew of previews in advance of next month’s scheduled debut of Blazor WebAssembly 3.2 and the milestone .NET 5 release planned for November.
Creating a Cloud E-mail Service on Azure
The most popular and globally accepted e-mail service on Azure is SendGrid. It’s a Cloud-based e-mail service that provides reliable transactional e-mail delivery, scalability, and real-time analytics. Its flexible APIs make integration easy for developers.
Missing Sharing Tab in Windows Explorer and Sharing with PowerShell
(Rick Strahl) On several of my machines I’ve not been able to share a drive for some time. Oddly on other machines it’s working just fine, but on my main dev box I’ve for the longest time had issues sharing a drive.
How To Resize the Online Redo Log files
(Anuradha Mudgal) Today we are going to work on the steps used for Resize the online Redo Logfiles. Let’s follow the steps:- Single Instance:
OSWatcher as included in AHF 20.1.2 fails to start for single instance Oracle
(Martin Bach) I am about to update my posts detailing the use of Tracefile Analyzer (TFA) now that Oracle has merged it into its Autonomous Health Framework (AHF) and came across an interesting observation worth blogging about upfront.