Related Content
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. |
||
Choosing a Data Processing Framework With an assortment of open source data processing frameworks available, it may become a developer’s quandary as to which is the most suitable. More often than not, multiple frameworks are used in the same application. |
||
Human Resource Management, Multi-Tasking, and Waves Some tolerate multi-tasking better than others. Beyond tolerance and even the ability of some people to switch contexts more efficiently than others is an effect of multi-tasking that most of us have experienced but rarely discuss. |
||
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.
|
||
Three Ways to Improve Employee Wellness in a Post-Covid Environment Many individuals are dealing with "pandemic fatigue" these days. As a leader, how can you better support your team in this environment? Here are 3 tips. |
||
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. |
||
Sealed Classes in Java 17 Sealed classes are classes that permit only specific classes to extend them, as a result limiting extensibility. Sealed classes provide several benefits such as: additional modularization, could be used to develop internal classes, could be used to develop proprietary software. |