(Ben Nadel) A few years ago, I wrote about how I don’t like “Update” methods in my API design. In that post, I talked about my “feelings” on the matter because I couldn’t really articulate the red flags that were going off in the back of my mind.
Other News
MySQL InnoDB Cluster 8.0 – A Complete Deployment Walk-Through: Part One
(Ashraf Sharif) MySQL InnoDB Cluster consists of 3 components:
Useful scripts for working with Oracle directories on AWS RDS
(Matthias Hoys) Working with directory objects on the Oracle RDS platform on Amazon Web Services (AWS) is a bit different compared to a native installation of the Oracle database.
Refactoring using Functional Programming
(Arvind Kumar GS) Refactoring is used for making code more readable and understandable to humans, thereby maintainable. It does not effect the functionality. In fact it should not effect the functionality.
Data Guard Fast-Start Failover Test – Shutdown Primary Host
(mdinh) Note: Primary Database: cdb1_stby is because failover was previously performed.
Securing Azure Storage Account with Shared Access Signature
(Mohammed Moinudheen) I would like to secure the contents of my Azure storage and limit the accessibility to authorized users based on a certain end date. I would also like to limit the access to the various other services that are available within the Azure storage account. Is there any easy way th
A Note on JMeter & Async & Await
(Dr. Song Li) This note is a benchmark example on the benefit of asynchronous programming.
Prior to DBMS, Database Approach, Data Model — Part 2
Necessary Concepts of Database What is a Database? A database is a set of related data used to support the events of a given company. A database can be considered as a data warehouse once defined as well as accessible by several users. Database Properties The database has the subsequent features: It is an illustration of few aspect of the...
New ‘Diagnose Step’ Power Query Feature In Power BI
(Chris Webb) One new feature that was introduced in the December 2019 release of Power BI Desktop, but which wasn’t mentioned in the release blog post, is the “Diagnose Step” button on the Tools tab of the Power Query Editor ribbon:
Validate CSP from Command Line
(David Walsh) The content security policy spec has been an amazing front-end security tool to help prevent XSS and other types of attacks.
