(Tibor Korocz) In MySQL 8.0.18 there is a new feature called Explain Analyze when for many years we mostly had only the traditional Explain. I know there are different formats, but those based on the same information just show it in a different format with some extra details.
Other News
Cloning Oracle Homes in 19c
(mdinh) You may find conflicting information from Oracle’s documentation where Cloning an Oracle Database Home shows to use clone.pl and Database Upgrade Guide 19c shows Deprecation of clone.pl Script
Azure Data Factory Until Activity Example
(Fikrat Azizov) In the previous post, Foreach activity, we discussed the ForEach activity designed to handle iterative processing logic, based on a collection of items. Azure Data Factory (ADF) also has another type of iteration activity, the Until activity which is based on a dynamic expression. We
Angular Material From The Beginning – Part Three
(Sanwar Ranwa) In this part 3 of the Introduction to Angular material design, we will learn Angular Material Popups and Modal components.
Selecting a Data Platform
The whole process of selecting the right platform and the right tools to support it is continuing to become more and more complex. It’s not just a matter of selecting a provider, but an approach to getting the job done. There are many different things to consider at different levels of this choice, and it will depend quite a lot […]
After Firing Me, My Old Boss Contacted Me Asking Work-Related Questions.
This question came from a job seeker. I was recently fired from a company. My old boss just contacted me asking work-related questions. Should I respond? Absolutely. But it’s the way you respond that is critical. Answer them as a consultant, only. You want to stay professional at all time Since you were fired, you should not be speaking to...
NULL complexities – Part 1
(Itzik Ben-Gan) NULL handling is one of the trickier aspects of data modeling and data manipulation with SQL. Let’s start with the fact that an attempt to explain exactly what a NULL is is not trivial in and of itself.
What is the difference between Angular and React?
(Manav Pandya) If you are a software developer or front-end engineer and strive to learn new frameworks or libraries than amongst other Angular and React are the widely used terms nowadays in terms of the single page application development.
The Elvis Operator Can Be Chained Multiple Times In A Single Expression In Lucee CFML 5.3.3.62
(Ben Nadel) In Lucee CFML, the “Elvis operator” – ?: – is a binary operator that returns the first operand if it is non-null; otherwise, it evaluates and returns the second operand.
Using Azure DevOps for CI / CD of ASP.NET Core application to Azure Kubernetes Service (AKS)
(Subodh Sohoni) This tuorial teaches how to continuously integrate and deploy an ASP.NET Core application (Docker support enabled) to Azure Kubernetes Service (AKS) using Azure DevOps.

