Related Content
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. |
||
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. |
||
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. |
||
New JVM Features in JDK 11 Java SE 11 is a recent LTS (Long Term Support) version of Java. Java 11 has introduced several other (non-language features), some of which we’ll discuss in this article. |
||
Getting the Most from a Virtual Event Virtual events do have value, but in order to get that value, you need to treat them with the same reverence you would a physical event. Here are a few suggestions on how to do that. |
||
And Now a Word from (One of) Your Customers… A plea to software product owners to avoid adding buggy features or making capricious changes to your GUI. Quality matters, remember? |