Related Content
Overcoming Challenges in a Complex Software Development Project: A Case Study In this case study, we explore the unique challenges faced by a team tasked with developing a complex software product using Agile methodology, discussing the solutions they applied to overcome these challenges and successfully deliver the product. |
||
JDK 20 Introduces Structured Concurrency The new incubating API for structured concurrency introduces a new style of concurrent programming with several additional benefits. |
||
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. |
||
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. |
||
Java 18 Introduces Simple Web Server Typically, if you want to serve even a simple HTML file you would need to start an HTTP Server. Java 18 adds a minimal out-of-the-box HTTP Server that doesn't require configuration and setup. |
||
New Non-Language Features in Java 17 Java 17, the latest Long Term Support (LTS) version, has added new non-language features such as pseudo-random number generators. |
||
New Language Features in Java 17 As Java 17 is the latest Long Term Support (LTS) version after Java 11, it is opportune to go over the new language features it adds, some of which had been Preview features in intermediate versions. |
||
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.
|