(Ben Nadel) Over the weekend, I spent about 2-days trying to retrofit Markdown onto 15-years of HTML-based content using htmlParse() in Lucee CFML. It was an iterative process with a lot of trial and error. And, even after I posted my article, I continued to find new and interesting caveats.
Community
MySQL SSL Enable Replication
(lalit) This blog post illustrates ” How to setup SSL enabled replication”
Azure Data Factory Pipeline to fully Load all SQL Server Objects to ADLS Gen2
(Ron L’Esteve) The process of moving data from an on-premises SQL Server to Azure Data Lake Storage has become an ever increasing and vital need for many businesses. Customers with numerous on-premises SQL servers along with hundreds of databases within these servers are interested in leveraging Azu
An approach to index tuning – Part 1
(Erin Stellato) A performance tuning engagement can end up taking many turns as you work through it – it all depends on what is showing up as the problem and what the data tells you.
A Practical Guide to JavaScript Debugging
(Arnab Roy Chowdhury) Being a UI developer, I’ve learned one thing: It doesn’t matter how carefully you write your code.
DB2 for z/OS Locking for Application Developers Part 4
(Gareth Copplestone-Jones) This is the fourth article in the series on locking for DB2 for z/OS developers. To summarize the main thrust of this series of articles, data integrity and application performance are dependent on application programs being designed and coded to take into account the lock
Oracle Restart 19c: silent installation and ASM Filter Driver
(Martin Bach) Oracle 19c is has been getting a lot of traction recently, and I have been researching various aspects around its installation and use.
How to request an (always free!) Oracle APEX Cloud Database
(Matthias Hoys) Last year Oracle released its “Oracle Cloud Free Tier” program. This means that you can get your own Oracle cloud database for free – and what’s more, it’s *always* free, so the offer will not expire after a year and you are charged nothing except if you start using one of the paid o
ORA-1403 during TEXT / CONTEXT post upgrade
(Mike.Dietrich) When you see an ORA-1403 during TEXT / CONTEXT post upgrade phase, regardless of using AutoUpgrade, dbupgrade, catctl or DBUA, no worries.
Lazily resolving services to fix circular dependencies in .NET Core
(Thomas Levesque) When building an application, good design dictates that you should avoid circular dependencies between your services.