(Mike.Dietrich) From time to time I get questions regarding the certification of Oracle Fail Safe. And just the other day, a customer asked: Is Oracle Fail Safe 4.2.1 certified with Oracle Database 19c?
Other News
Scope + Communication – The magic formula of microservices
(Thorben Janssen) For quite some time, finding the right scope of a microservice was proclaimed to solve all problems.
New V12 functionality – UNLOAD authority! Why? What is the point?
(Brian Laube) Db2 for zOS V12 introduces a new UNLOAD authority permission for tables. This is “beside” the good-old-fashioned classic table authority permissions for SELECTAUTH, INSERTAUTH, DELETEAUTH, UPDATEAUTH, etc. etc.
ASP.NET Core Apps Observability
(Francisco) Modern software development practices value quick and continuous updates, following processes that minimize the impact of software failures. As important as identifying bugs early, finding out if changes are improving business value are equally important.
Using CSS Webkit-Appearance To Style Checkbox ::after Pseudo-Element
(Ben Nadel) Last weekend, my mind was blown by Divya Sasidharan, who mentioned that you could use webkit-appearance to add custom CSS styling to native form elements.
Q&A with Brice Wilson: What’s New in Angular 9
(Becky Nagel) We caught up with expert web developer/trainer Brice Wilson to get his take on Angular, which always appears at or near the top of periodic rankings of the most popular JavaScript-based web development frameworks.
Automating MySQL schema migrations with GitHub Actions and more
(Shlomi Noach) In the past year, GitHub engineers shipped GitHub Packages, Actions, Sponsors, Mobile, security advisories and updates, notifications, code navigation, and more. Needless to say, the development pace at GitHub is accelerated.
Real-Time Anomaly Detection Using Azure Stream Analytics
(Ron L’Esteve) The need to process Big Data Real-Time streams is becoming an increasing need for many businesses. Customers in numerous industries are seeking to harness the power of real-time big data to unlock valuable insights.
Virtual List in Angular
(Pranav_) This article explains how to load a huge chunk of data in HTML page without hampering its performance.
Tips for using stored procedures in SQL Server 2019
Tips for using stored procedures in SQL Server 2019 Try to avoid using temporary tables and DDL (Data Definition Language) statements inside your stored procedure. Using temporary tables or DDL statements inside stored procedure reduces the chance to reuse the execution plan. Call stored procedure using its fully qualified name. The complete name of an object consists of four identifiers:...
