(John Ghrist) Artificial Intelligence (AI) has had a somewhat dark reputation over the past few decades. It doesn’t help that it’s traditionally gotten a bad rap from Western culture.
Community
MySQL Shell 8.0.19 – What’s New?
(Rene Ramirez) The MySQL Development team is proud to announce version 8.0.19 of the MySQL Shell, with the following features:
Null API Responses and HTTP 204 Results in ASP.NET Core
(Rick Strahl) ASP.NET Core 3.x has a behavior that results in API results that return null from the controller action returning a HTTP 204 – No Content response rather than a null JSON result.
Perform CRUD Operations On MySQL Database Using EF Core And ASP.NET Core
(Bipin Joshi) As an ASP.NET Core web developer you are probably quite comfortable working with Microsoft SQL Server and Entity Framework Core.
Adding A Description To FusionReactor Tracked Transactions In Lucee CFML 5.2.9.40
(Ben Nadel) A few weeks ago, I looked at using the FusionReactor API (FRAPI) to add custom instrumentation in Lucee CFML. In that post, one of the features that I explored was the ability to wrap a portion of your code in a “Tracked Transaction” such that the execution of said code would show up in
ORA-00600, ORA-07445 and ORA-00020 errors and related bugs in 12c (12.2.0.1)
(Satishbabu Gunukula) I have come across below error recently in 12c (12.2.0.1). It first started with ORA-00600 followed by ORA-07445 and ORA-00020. The ORA-00600, ORA-07445 looks like real culprit and which lead to ORA-00020 error.
Quickly creating a Standby Database in 19c
(Hemant K Chitale) A quick overview of creating a Standby from an active database, copying over the network.
DBMS_UTILITY.FORMAT_CALL_STACK Change in 12.2 and later
(Bobby Durrett) Quick note. During my 11.2.0.4 to 19c upgrade that I have been writing about we found a difference in behavior of DBMS_UTILITY.FORMAT_CALL_STACK.
SQL SERVER – Number of Tables Memory Optimized in TempDB in SQL Server 2019
(Pinal Dave) If you have learned about the new features of SQL Server 2019, you might already know about this feature called “memory-optimized tempdb metadata”.
How To Debug An Angular Application In Chrome
(Nitin Pandit) Create a basic application or open any existing angular app in visual studio code. I have created a basic application and opened the same project in VS code.