development | TechWell

development

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.

Deepak Vohra's picture
Deepak Vohra
New Non-Language Features in Java 17 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.

Deepak Vohra's picture
Deepak Vohra
Choosing a Data Processing Framework 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.

Deepak Vohra's picture
Deepak Vohra
New Language Features in Java 17 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.

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
framework Choosing the Right JavaScript Framework in 2020

There’s one thing that most developers often get confused with while using JavaScript—selecting the best JavaScript Framework. Let's discuss selecting the best JavaScript framework to use in your web app.

 

Junaid Ahmed's picture
Junaid Ahmed
Java Script New Features in JavaScript

Here we’ll explore the new features in the most recent version, ECMAScript 2020, which is the 11th edition of the ECMAScript Language Specification.

 

Deepak Vohra's picture
Deepak Vohra