Software Development Stories & Methods | TechWell
Development Agile Test & Quality Assurance Project Management Requirements
CM & ALM Devops Cloud Mobile People & Teams

By Topic

Software Development

Development Stories
JDK 20 Introduces Structured Concurrency JDK 20 Introduces Structured Concurrency

The new incubating API for structured concurrency introduces a new style of concurrent programming with several additional benefits.

Deepak Vohra's picture
Deepak Vohra
MySQL Upgrade Became Simpler in 8.0.16

MySQL server upgrading, the process of upgrading the MySQL server after the installation of a new database version, has been fully automated in MySQL 8.0.16.

Deepak Vohra's picture
Deepak Vohra
MySQL 8 Doesn’t Support Some of the Features You May Have Used

We often discuss the new features added in new MySQL versions, but it becomes equally important to discuss the removed features that you’ll no longer be able to use.

Deepak Vohra's picture
Deepak Vohra
Wrangling API Security Amid Rapid Growth Wrangling API Security Amid Rapid Growth

APIs are an open attack vector for an organization's network and data. Here are some best practices to secure APIs and test them more thoroughly.

Ross Moore's picture
Ross Moore
Securing Software Deployments: Understanding Your Attack Surface

As organizations embrace new technologies to modernize their business processes, they increase their attack surface. Since it is easier to protect a small attack surface, organizations should strive to minimize it to reduce the risk of a successful cyberattack.

Gilad David Maayan's picture
Gilad David Maayan
telescope Java 20 Brings Scoped Values to Core-Libs

Each new version of Java brings new features for its different components: specification/language, core libs, and the JVM. In this article, we will explore the scoped values feature in the core-libs component.

Deepak Vohra's picture
Deepak Vohra
Resource Groups in MySQL 8 Resource Groups in MySQL 8

Resource Groups, a new feature in MySQL 8 for resource management, are used to define a group for a certain type of threads, and to allocate the resources that threads in a particular group may consume. This results in prioritizing the different groups of threads.

Deepak Vohra's picture
Deepak Vohra
Window Functions in MySQL 8 Window Functions in MySQL 8

Window functions are a new feature in MySQL 8. While most functions operate only on the data pertaining to a single row of data, Window functions operate over a “window” of data when performing a SQL query, and also for each query row.

Deepak Vohra's picture
Deepak Vohra