(Paul Krill) Version 2.1 of the CheerpJ Java-to-WebAssembly-and-JavaScript compiler, released April 6, brings optimizations to exception handling and native methods.
Tag: JSON / JAVA / XML
Angular Content Localization Using ngx-translate
(Satheesh Elumalai) Welcome everyone! It’s been a few days since I wrote my last article and it feels good to be back again. In this article let’s explore implementing the internationalization and localization in Angular 8.
What’s a ‘String’ in the jOOQ API?
(lukaseder) One of jOOQ’s biggest strength is the fact that it is a type safe SQL API. “Type safe”, in this context, means that every object that you put in a jOOQ query has a well defined type, such as:
AWS Key Management System ( AWS KMS) to Encrypt and Decrypt Using the AWS Java 2 SDK
(James A. Brannan) In this tutorial, we explore the AWS Key Management System (AWS KMS) to encrypt and decrypt data via the AWS Java 2 SDK. This tutorial encrypts/decrypts in two different ways.
New features between Java 8 and Java 14
(Ondrej Mihalyi) Since version 9, Java has new features every 6 months and it’s very hard to keep track of these new changes.
Create Web Workers In Angular
(Maragatha Mani) In this article, we’ll learn how to use web workers in Angular 8/9.
Java’s Missing Features: Five Years Later
(Ben Evans) Almost five years ago, I wrote an article outlining some feature ideas from other languages that I felt could be of benefit to Java.
Two-Way Databinding in JavaScript
(Volodymyr Kopytin) This article teaches the basic concepts of databinding tasks. What is the trickiest and the easiest part of databinding.
Immutability in JavaScript — When and Why Should You Use It
(Manjunath M) In this article, take a look at immutability in JavaScript and see when and why you should use it.
Forwarding Refs In React
(Sumit Kharche) In this article, we will be discussing another concept about Refs called Forwarding Refs. But before understanding Forwarding Refs we have to first understand what ref is, why we have to use it and how to create it.