Related Content
Common Table Expressions in MySQL 8 Common Table Expressions (CTEs) are a new feature in MySQL 8.0 to simplify SQL code related to result sets generated by subqueries, offering a better alternative to derived tables. |
||
4 DevOps Security Challenges and Solutions Various cultural and technical challenges can impact DevOps security, but the main security issues generally derive from the gap between the security and development teams. |
||
The New Data Dictionary in MySQL 8.0 The data dictionary tables do incur some operational and upgrade differences, but the benefits outweigh the overhead. |
||
4 Questions to Audit API Security In the first half of 2021, API attacks had increased by 348%. With the proliferation of APIs, we have every reason to plan for an increase in the number and complexity of attacks. This questioning to API security provides lines of inquiry that lead to a better understanding of how APIs fit into security and business. |
||
MySQL 8.0.x Offers New JSON Features MySQL database supports a native JSON data type in addition to several JSON related SQL/JSON functions. In this article, we will discuss some of the new JSON features in MySQL 8.x. |
||
UAT Entrance Criteria: Don’t Negotiate Against Yourself An important component of any User Acceptance Testing (UAT) plan are the entry criteria. No complex data system will ever be perfect, but starting with lax entrance criteria puts the UAT team in a weak position. |
||
Losing the Battle One Hill at a Time: Scope Creep in an Agile World Some issues/hills are important and worth going all in – but most probably aren’t. Project managers must choose their battles wisely and develop scope discipline.
|
||
Groovy - Agile Java Groovy's recent surge in usage (TIOBE index ranking from 26 to 12 between Feb. 2020 and Feb. 2021) could be attributed to the many benefits the language provides. Groovy, like Java, is compiled to JVM (Java Virtual Machine) bytecode. |