Development Agile Test & Quality Assurance Project Management Requirements
CM & ALM Devops Cloud Mobile People & Teams

By Topic

Software Development

Development Stories
Maintenance Debt: When You See Cracks, It’s Too Late

The longer maintenance is deferred—which is easy to do in the short term—the more expensive it becomes and the more difficult it can be to schedule.

Payson Hall's picture
Payson Hall
Groovy 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. 

Deepak Vohra's picture
Deepak Vohra
Coffee and Code 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.

Deepak Vohra's picture
Deepak Vohra
Girl Coding 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. 

Deepak Vohra's picture
Deepak Vohra
Privacy 7 Things to Know In 2021 about the New Privacy Laws Changing the Web

In the past few years, we’ve experienced rapid changes in the online privacy landscape. Here are 7 key things everyone should know today regarding privacy on the Web.

 

Daniel Quintero's picture
Daniel Quintero
Calculator Cutting Cloud Costs with Spot Instances on AWS and Azure

Short-term spot instances can save users up to 90 percent compared to regular on-demand instances.  How do you know if they are right for you?

Gilad David Maayan's picture
Gilad David Maayan
Computer with code New JVM and Other Libs Features in Java 15

Each new version of the OpenJDK (Java Developer Kit) includes some language features and some non-language JVM (Java Virtual Machine), core-libs, and other libs-related features. Here, we’ll discuss some of the non-language new features in the upcoming OpenJDK 15.

Deepak Vohra's picture
Deepak Vohra
Flowing Water Using Pipelines for CI/CD

Continuous integration and continuous deployment have become very important in the daily workflow of building a product to production. We take a look at the stages necessary to have a well-functioning CI/CD pipeline.

John Agbanusi's picture
John Agbanusi